quorum/core
obscuren d336e24dce Removed the need of having a backend for the tx pool 2015-01-02 12:26:55 +01:00
..
types Refactored tx pool and added extra fields to block 2015-01-02 12:09:38 +01:00
.gitignore Renamed `chain` => `core` 2014-12-04 10:28:02 +01:00
asm.go Renamed `chain` => `core` 2014-12-04 10:28:02 +01:00
block_manager.go Removed the deferred reset 2014-12-24 11:20:43 +01:00
chain_manager.go Added a query interface for world state 2015-01-02 12:07:54 +01:00
chain_manager_test.go Removed the need of having a backend for the tx pool 2015-01-02 12:26:55 +01:00
dagger.go Moved pow 2014-12-10 16:45:16 +01:00
dagger_test.go Renamed `chain` => `core` 2014-12-04 10:28:02 +01:00
error.go Renamed `chain` => `core` 2014-12-04 10:28:02 +01:00
events.go add NewMinedBlockEvent 2014-12-14 20:27:06 +00:00
execution.go Minor updates on gas and removed/refactored old code. 2014-12-20 02:21:13 +01:00
fees.go Renamed `chain` => `core` 2014-12-04 10:28:02 +01:00
filter.go Refactored block & Transaction 2014-12-23 13:48:44 +01:00
filter_test.go Locks, refactor, tests 2014-12-18 13:12:54 +01:00
genesis.go Switched to new trie 2014-12-23 18:35:36 +01:00
helper_test.go Fixed chain test & added new chain 2014-12-30 13:32:01 +01:00
state_transition.go Minor updates on gas and removed/refactored old code. 2014-12-20 02:21:13 +01:00
transaction_pool.go Removed the need of having a backend for the tx pool 2015-01-02 12:26:55 +01:00
transaction_pool_test.go Removed the need of having a backend for the tx pool 2015-01-02 12:26:55 +01:00
vm_env.go Refactored block & Transaction 2014-12-23 13:48:44 +01:00