Commit Graph

1308 Commits

Author SHA1 Message Date
Paweł Bylica 4d0fd3e24e EVM-C: Register selfdestruction by evm_update()
This allows simplifying the return structure.
2016-07-05 00:55:04 +02:00
Paweł Bylica c7d4a57a90 EVM-C: Change store_storage() to update() function
Change store_storage() function to more generic update() function for modifying a contract state. The update() function is going to be used also for logs and selfdesctruction.
2016-07-05 00:03:25 +02:00
Paweł Bylica 7db0430bd8 EVM-C: Add forgotten blockhash query. 2016-07-04 18:34:03 +02:00
Paweł Bylica eab17398a6 Merge pull request #55: EVM-C: C interface to EVM
The draft of the EVM-C -- C interface to Ethereum Virtual Machine.
2016-06-24 12:53:14 +02:00
Paweł Bylica 565faa0b40 docs: Add doxygen config to produce documentation of EVM-C 2016-06-24 11:41:10 +02:00
Paweł Bylica 57afb98d2c Example usage of EVM-C 2016-06-24 11:40:06 +02:00
Paweł Bylica 945b2f54ad EVM-C: C interface to EVM
The draft of the EVM-C -- C interface to Ethereum Virtual Machine.
2016-06-24 11:35:33 +02:00
Paweł Bylica 651685f1e4 Create LICENSE.md 2015-01-29 15:35:34 +01:00