Taylor Gerring 94e543bc39 Merge pull request #431 from tgerring/jsonlogs 10 years ago
..
types 655e942597 Added GetBlock GetUncle with OOB guard 10 years ago
.gitignore 9008b155d3 Renamed `chain` => `core` 11 years ago
asm.go 9008b155d3 Renamed `chain` => `core` 11 years ago
block_processor.go e235b57234 Fixed consensus issue for refunding 10 years ago
block_processor_test.go 655e942597 Added GetBlock GetUncle with OOB guard 10 years ago
chain_manager.go fbb307cca0 Added eth.chain.new_head 10 years ago
chain_manager_test.go 0d96528d2f Skip for travis 10 years ago
error.go fa4cbad315 Optimisations and fixed a couple of DDOS issues in the miner 10 years ago
events.go fa4cbad315 Optimisations and fixed a couple of DDOS issues in the miner 10 years ago
execution.go 8ccde784f9 Added (disabled) Jit validation 10 years ago
fees.go 9008b155d3 Renamed `chain` => `core` 11 years ago
filter.go 6e50a1e9f5 Filter accepts multiple topics per entry. Fixes #403 10 years ago
filter_test.go 49e0267fe7 Locks, refactor, tests 11 years ago
genesis.go 6ea7aae29c Removed some methods from the JS REPL 10 years ago
helper_test.go 56f777b2fc cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API 10 years ago
manager.go 8135752a32 "centralised" mining to backend. Closes #323 10 years ago
state_transition.go 3ab05ddd25 Bump 10 years ago
transaction_pool.go ea9a549bbd Removed exported fields from state object and added proper set/getters 10 years ago
transaction_pool_test.go cb382fa76b Validate transactions sender before adding to pool. Closes #272 10 years ago
vm_env.go 8ccde784f9 Added (disabled) Jit validation 10 years ago