plugeth/core
Felix Lange b5b83db450 core: use package rlp to encode blocks
This also changes the chain export format so there is no
enclosing list around the blocks, which enables streaming export.
2015-03-18 13:36:48 +01:00
..
types core/types: use package rlp instead of common.Decode 2015-03-18 13:24:34 +01:00
.gitignore Renamed chain => core 2014-12-04 10:28:02 +01:00
asm.go Moved ethutil => common 2015-03-16 11:27:38 +01:00
block_processor_test.go Add additional extra database for non-protocol related data 2015-03-12 14:50:35 +01:00
block_processor.go core: adapt Message for new Transaction.From signature 2015-03-17 12:00:29 +01:00
chain_makers.go converted chain manager 2015-03-16 23:48:18 +01:00
chain_manager_test.go Add additional extra database for non-protocol related data 2015-03-12 14:50:35 +01:00
chain_manager.go core: use package rlp to encode blocks 2015-03-18 13:36:48 +01:00
error.go converted chain manager 2015-03-16 23:48:18 +01:00
events.go Queued approach to delivering chain events 2015-03-06 15:50:44 +01:00
execution.go converted vm 2015-03-17 11:19:23 +01:00
fees.go Renamed chain => core 2014-12-04 10:28:02 +01:00
filter_test.go Locks, refactor, tests 2014-12-18 13:12:54 +01:00
filter.go converted vm 2015-03-17 11:19:23 +01:00
genesis.go converted vm 2015-03-17 11:19:23 +01:00
helper_test.go Moved ethutil => common 2015-03-16 11:27:38 +01:00
manager.go Moved ethutil => common 2015-03-16 11:27:38 +01:00
state_transition.go Fixed VM & Tests w/ conversion 2015-03-17 13:24:25 +01:00
transaction_pool_test.go Moved ethutil => common 2015-03-16 11:27:38 +01:00
transaction_pool.go core: actually convert transaction pool 2015-03-17 12:16:21 +01:00
vm_env.go Fixed VM & Tests w/ conversion 2015-03-17 13:24:25 +01:00