..
types
Integrate eth_accounts and eth_transact to use new account manager
2015-03-06 13:10:42 +00: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_processor_test.go
Added GetBlock GetUncle with OOB guard
2015-02-18 13:14:21 +01:00
block_processor.go
Miner fixes and updates (including miner)
2015-03-05 09:14:58 +01:00
chain_makers.go
uncle validation
2015-03-04 10:49:56 +01:00
chain_manager_test.go
Introducing ethash
2015-03-02 22:29:34 -05:00
chain_manager.go
Merge pull request #426 from Gustav-Simonsson/add_blockchain_tests
2015-03-05 17:43:56 +01:00
error.go
Add initial implementation of block tests
2015-03-04 20:27:09 +01:00
events.go
Optimisations and fixed a couple of DDOS issues in the miner
2015-02-19 22:33:22 +01:00
execution.go
Secure trie
2015-02-28 20:52:29 +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
uncle validation
2015-03-04 10:49:56 +01:00
genesis.go
Miner fixes and updates (including miner)
2015-03-05 09:14:58 +01:00
helper_test.go
cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API
2015-02-06 00:03:59 +01:00
manager.go
"centralised" mining to backend. Closes #323
2015-02-17 12:24:58 +01:00
state_transition.go
Fixed error for invalid transaction
2015-03-03 16:20:38 +01:00
transaction_pool_test.go
Validate transactions sender before adding to pool. Closes #272
2015-01-31 17:22:17 +01:00
transaction_pool.go
Introducing ethash
2015-03-02 22:29:34 -05:00
vm_env.go
Added (disabled) Jit validation
2015-02-01 15:30:29 +01:00