openethereum/ethcore/src/types
Nikolay Volf 62210fb932 WASM contracts MVP (#5679)
* lifetime issues

* refactor to new 'native env'

* descriptors and such

* wasm mvp continued

* finalized env/ext bindings

* descriptor -> call_args

* inject gas counter

* result processing and engine activation

* tabify some source files

* needs return new

* wasm tests initial

* erradicate warnings

* origin in the descriptor

* update test repo

* payload verification tests

* identity return payload test

* some test description

* dispersion test

* check length here

* suicidal contract

* engine params

* fix typo

* review fixes

* submodule update

* update - purge reserved space

* doc effort

* more review fixes

* fix error message

* fix dependency url

* reorg error handling

* update submodule

* update utils

* update to latest parity-wasm

* tabify

* fix wasm magic header

* update dependencies

* external create and tests

* update to latest tests

* extra trace info

* Update parity-wasm

* update wasm-utils also

* few traces and result handle change

* alter trace content

* fix issues with optimizer, update to latest parity with validator, etc

* static initialization

* license preamble

* update wasm crates and gas costs

* fix grumbles

* bring back lifetime

* fix compilation
2017-07-10 17:42:10 +02:00
..
trace_types WASM contracts MVP (#5679) 2017-07-10 17:42:10 +02:00
account_diff.rs Update dependencies and bigint api (#5685) 2017-05-24 12:31:33 +02:00
basic_account.rs rlp deserialization refactor, 30% faster (#4901) 2017-03-22 14:41:46 +01:00
block_import_error.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
block_status.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
blockchain_info.rs Updating paths to repos. (#5330) 2017-03-29 15:17:27 +02:00
call_analytics.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
encoded.rs Filters and block RPCs for the light client (#5320) 2017-04-12 12:07:54 +02:00
executed.rs EIP-168, 169: Dust protection (#4757) 2017-06-28 09:10:57 +02:00
filter.rs removed redundant FixedHash trait, fixes #4029 (#4866) 2017-03-11 22:58:15 +04:00
ids.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
log_entry.rs rlp deserialization refactor, 30% faster (#4901) 2017-03-22 14:41:46 +01:00
mod.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
mod.rs.in Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
mode.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
pruning_info.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
receipt.rs bigint upgraded to version 3.0 (#5986) 2017-07-06 11:26:14 +02:00
restoration_status.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
security_level.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
snapshot_manifest.rs Fine grained snapshot chunking 2017-03-25 13:22:25 +01:00
state_diff.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
trace_filter.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
transaction.rs bigint upgraded to version 3.0 (#5986) 2017-07-06 11:26:14 +02:00
transaction_import.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
tree_route.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
verification_queue_info.rs Proper light client informant and more verification of imported headers (#5897) 2017-07-10 13:21:11 +02:00