|
|
|
|
|
by buckie
3514 days ago
|
|
Yeah, sounds interesting. Ping us at info@kadena.io so we can chat more/keep in touch. Pact should be O/S Sunday or Monday, we're putting the finishing touches on the web editor now and the Atom plugin is already out there[1] though without a binary to run alongside it there's not much to see. [1]: https://atom.io/packages/language-pact |
|
> EVM and Solidity have no support for atomic execution. Ethereum contracts simply abort on error, leaving developers with the impossible task of undoing previous writes and contract creates after any possible error condition.
EVM transactions are atomic; all state changes are reverted on aborts (out-of-gas errors and throws). Ethereum state changes are committed only after successful transaction execution, so developers never have to worry about writes from half-executed transactions.
1. http://kadena.io/docs/Kadena-PactWhitepaper-Oct2016.pdf