openethereum/json/src/spec
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
..
account.rs add several new tests for spec::account 2017-05-19 22:48:23 +08:00
authority_round.rs PoA: Wait for transition finality before applying (#5774) 2017-06-28 13:17:36 +02:00
basic_authority.rs add asserts for spec::basic_authority 2017-05-19 22:48:23 +08:00
builtin.rs EIP198 and built-in activation (#4926) 2017-03-21 19:36:38 +03:00
engine.rs add asserts in engine.rs 2017-05-20 12:12:16 +08:00
ethash.rs updated serde to version 1.0 2017-07-06 11:36:15 +02:00
genesis.rs add asserts in genesis.rs 2017-05-20 12:12:16 +08:00
instant_seal.rs add asserts in instantseal 2017-05-19 22:48:23 +08:00
mod.rs Add registrar fields (#4716) 2017-03-02 12:25:55 +01:00
params.rs WASM contracts MVP (#5679) 2017-07-10 17:42:10 +02:00
seal.rs add assets for seal.rs 2017-05-19 22:48:23 +08:00
spec.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
state.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
tendermint.rs add asserts in tendermint.rs 2017-05-19 22:48:23 +08:00
validator_set.rs add asserts in spec::validatorset's unit test 2017-05-19 22:48:23 +08:00