.. |
state
|
Added additional methods to the managed state
|
2015-04-08 13:06:56 +02:00 |
types
|
Use logger.Error instead of 0 with glog
|
2015-04-07 12:48:19 +02:00 |
vm
|
Use logger.Error instead of 0 with glog
|
2015-04-07 12:48:19 +02:00 |
.gitignore
|
Renamed chain => core
|
2014-12-04 10:28:02 +01:00 |
asm.go
|
moved state and vm to core
|
2015-03-23 16:59:09 +01:00 |
block_cache_test.go
|
Fixed tests
|
2015-04-07 13:10:12 +02:00 |
block_cache.go
|
Added thread safe each
|
2015-04-04 20:34:10 +02:00 |
block_processor_test.go
|
Improved chain manager, improved block processor, fixed tests
|
2015-04-04 16:35:23 +02:00 |
block_processor.go
|
prevent deadlock
|
2015-04-04 18:23:51 +02:00 |
chain_makers.go
|
Block header changed & console miner control
|
2015-04-05 18:59:18 +02:00 |
chain_manager_test.go
|
Added caching for block chain. Currently set to 10k
|
2015-03-20 15:54:42 +01:00 |
chain_manager.go
|
Updated logging
|
2015-04-07 14:57:04 +02:00 |
error.go
|
logging for possible uncles
|
2015-03-23 16:14:33 +01:00 |
events.go
|
moved state and vm to core
|
2015-03-23 16:59:09 +01:00 |
execution.go
|
Read most protocol params from common/params.json
|
2015-04-02 06:22:32 +02: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
|
Decouple core from rpc
|
2015-03-27 16:36:01 +01:00 |
genesis.go
|
Block header changed & console miner control
|
2015-04-05 18:59:18 +02: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
|
Moved logging to logger.Core
|
2015-04-04 13:24:01 +02:00 |
transaction_pool_test.go
|
Changed R S to big int and fixed tests
|
2015-04-04 21:41:24 +02:00 |
transaction_pool.go
|
Improved tx pool to ignore invalid transactions
|
2015-04-08 00:31:23 +02:00 |
vm_env.go
|
Cleanup VM
|
2015-03-28 20:03:25 +01:00 |