There was an unintentional fork on August 15, 2010, when "[an] attacker exploited [an] integer overflow bug that permitted an attacker to create several billion bitcoins". [source][0]
There was an unintentional fork on March 12, 2013 caused by previously disallowed number of tx inputs (?) as resolved by [BIP50][1].
The first one was reorg'd out of the chain. It was a soft-fork, just deployed in response to something rather than in anticipation.
Likewise in the second case, where there was a temporary soft-fork put in place to limit the block size so as to not run afoul of the bug, which itself wasn't a hard-fork or a soft-fork but rather a probabilistic failure to achieve consensus under transient circumstances.
I 2nd this suggestion. I want to browse by map. Even a way to draw a box around the map and then have the list filtered by lat/long would be a huge improvement IMO.
There are a few projects working on this. One problem is key management and giving the app a connection to the blockchain. If you do key management in the webapp and read from the blockchain via a centralized API, thats not much of an improvement over existing systems. Ethereum core's solution to this is a special browser, but it is still under development. I'm working on a project[0] that takes this on, but is still a couple months out from a public beta. Its a bit of a hack but it manages a zero-install solution by having a sort of browser-in-browser that intercepts transaction signing requests and provides access to blockchain data. Can't wait to get it out there.
Hi Nullz, We have multiple mutually beneficial relationships. Accelerator/Incubator, Merger & Acquisition, Joint Venture are a few of the type of our relationships.
No, legacy const is not spec'd by ES5. It behaves differently in FireFox and V8 because it was added at different times with different semantics in the live range hole case. In strict mode, it will throw on V8 as well.
There was an unintentional fork on March 12, 2013 caused by previously disallowed number of tx inputs (?) as resolved by [BIP50][1].
[0]: https://blog.blockchain.com/2016/02/26/a-brief-history-of-bi... [1]: https://github.com/bitcoin/bips/blob/master/bip-0050.mediawi...