Commit Graph

17 Commits

Author SHA1 Message Date
1c872ddf4b Changed how logs are being recorded
Logs are now recorded per transactions instead of tossing them out after
each transaction. This should also fix an issue with
`eth_getFilterLogs` (#629) Also now implemented are the `transactionHash,
blockHash, transactionIndex, logIndex` on logs. Closes #654.
2015-04-08 17:15:45 +02:00
3b7e4173ce Cleanup VM 2015-03-28 20:03:25 +01:00
ff9d66e096 Cleaned up changes 2015-03-24 15:23:16 +01:00
0330077d76 moved state and vm to core 2015-03-23 16:59:09 +01:00
0fa7859b94 Fixed VM & Tests w/ conversion 2015-03-17 13:24:25 +01:00
17c5ba2b6b core: actually convert transaction pool 2015-03-17 12:16:21 +01:00
515d9432fc converted vm 2015-03-17 11:19:23 +01:00
94505146a2 updated vm env 2015-03-16 23:17:28 +01:00
8ccde784f9 Added (disabled) Jit validation 2015-02-01 15:30:29 +01:00
ca1b2a1a91 Changed prev_hash to block_hash, state transition now uses vm env
* PREVHASH => BLOCKHASH( N )
* State transition object uses VMEnv as it's query interface
* Updated vm.Enviroment has GetHash( n ) for BLOCKHASH instruction
* Added GetHash to xeth, core, utils & test environments
2015-01-03 17:18:43 +01:00
4dc7ee9087 Closure => Context 2015-01-02 16:14:12 +01:00
4cd79d8ddd Refactored block & Transaction
* Includes new rlp decoder
2014-12-23 13:48:44 +01:00
59ef6e3693 Cleaned up objects 2014-12-19 00:18:52 +01:00
db494170dc Created generic message (easy for testing) 2014-12-18 15:18:13 +01:00
3043b233ea Log is now interface 2014-12-04 12:35:23 +01:00
f298ffdbb8 Renamed State => StateDB 2014-12-04 11:40:20 +01:00
9008b155d3 Renamed chain => core 2014-12-04 10:28:02 +01:00