Commit Graph

21 Commits

Author SHA1 Message Date
Gav Wood 2b022e11e1 State::new_contract. 2016-01-09 14:19:35 +01:00
Gav Wood 4fc6b0dc60 Introduce `use common::*;` for common stuff (modules that themselves require no other modules in this crate).
Fix build.
2016-01-09 12:30:41 +01:00
Gav Wood c7167068b8 Removed need for mutation in State. 2015-12-19 21:15:22 +00:00
Gav Wood b922f8ddec State::code and State::storage_at + tests. 2015-12-19 18:00:19 +00:00
Gav Wood 20d4da78bc Merge remote-tracking branch 'origin/master' into broken 2015-12-19 14:06:00 +00:00
Arkadiy Paronyan 18850c3197 Merge pull request #44 from gavofyork/state
State functions for balance and nonce operations
2015-12-19 14:21:22 +01:00
Gav Wood ffd10d3373 Broken build 2015-12-17 21:12:35 +01:00
Gav Wood 58d8f13913 TrieDBMut rather than TrieDB in preparation for immutable Trie type. 2015-12-17 12:43:01 +01:00
Gav Wood 8687d0d097 Slightly better mutation semantics. 2015-12-17 12:32:35 +01:00
Gav Wood 8edd95e8cb Test and fixes for State's require function. 2015-12-16 20:02:28 +01:00
Gav Wood 5443563903 State functions for balance and nonce operations. 2015-12-16 18:20:23 +01:00
Marek Kotewicz efdb178487 Merge pull request #43 from gavofyork/state
Account::storage_at, Account::ensure_cached and tests.
2015-12-16 17:15:52 +01:00
Gav Wood 249424997d Account::storage_at, Account::ensure_cached and tests. 2015-12-16 12:46:25 +01:00
Marek Kotewicz 9ec38dd8ab Merge pull request #42 from gavofyork/state
Additional tests.
2015-12-15 16:22:35 +01:00
Gav Wood 7fb17a39ce Additional tests for Account set_storage and set_code. 2015-12-15 13:17:59 +01:00
Gav Wood 17435099f1 Additional tests. 2015-12-15 13:09:50 +01:00
debris 7e9ce8f51c rlp array && added missing rustc crate 2015-12-14 12:09:32 +01:00
Gav Wood 8d6a8973a6 More methods in Account, documentation and tests. 2015-12-14 11:32:12 +01:00
Gav Wood 6e6d00178e Minor reworking of Account. 2015-12-13 23:12:22 +01:00
Gav Wood 51e7dd705f Cleanups. 2015-12-13 21:49:40 +01:00
Gav Wood 53f4b226b9 Add Account and State classes. 2015-12-13 21:36:17 +01:00