Commit Graph

160 Commits (32d8d422746ba0dcb86ac7450672dd7da440b222)

Author SHA1 Message Date
Martin Holst Swende 286ec5df40 cmd/evm, core/vm, internal/ethapi: Show error when exiting (#14985) 7 years ago
rjl493456442 28aea46ac0
core: implement Metropolis EIP 658, receipt status byte 7 years ago
Miya Chen bf1e263128 core, light: send chain events using event.Feed (#14865) 7 years ago
Péter Szilágyi 5d9ac49c7e
accounts: refactor API for generalized USB wallets 7 years ago
Péter Szilágyi db568a61e2
accounts, console, internal: support trezor hardware wallet 7 years ago
Egon Elbre f42bd73ce5 internal: fix megacheck warnings (#14919) 7 years ago
Felix Lange f59a49d591 internal/build: add GoTool and document why it uses GOROOT 7 years ago
Péter Szilágyi 0ff35e170d core: remove redundant storage of transactions and receipts (#14801) 7 years ago
Daniel Sloof 0958770625 internal/web3ext: fix debug.traceBlockFromFile wrapper (#14774) 7 years ago
Felix Lange 9e5f03b6c4 core/state: access trie through Database interface, track errors (#14589) 7 years ago
Lewis Marshall a1f3878ec5 swarm/test: add integration test for 'swarm up' (#14353) 7 years ago
Bas van Kervel b58a501673 whisperv5: integrate whisper and add whisper RPC simulator 7 years ago
Martin Holst Swende 80f7c6c299 cmd/evm: add --prestate, --sender, --json flags for fuzzing (#14476) 7 years ago
Martin Holst Swende 1a0eb903f1 internal/ethapi: initialize account mutex in lock properly 7 years ago
Martin Holst Swende ea11f7dd7a internal/ethapi: add mutex around signing + nonce assignment 7 years ago
Péter Szilágyi 673c92db6b
internal/ethapi: fix tx nonces in pool inspect/content 7 years ago
Péter Szilágyi aa73420207
accounts/keystore, crypto: enforce 256 bit keys on import 7 years ago
Martin Holst Swende 83721a95ce internal/ethapi: lock when auto-filling transaction nonce (#14483) 7 years ago
Jeffrey Wilcke 10a57fc3d4 consensus, core/*, params: metropolis preparation refactor 7 years ago
gluk256 f9be9a2302 whisper: switching to v5 + minor refactoring (#14387) 8 years ago
Péter Szilágyi e61035c5a3
cmd, eth, les, mobile: make networkid uint64 everywhere 8 years ago
Felix Lange 207bd7d2cd eth: add debug_storageRangeAt 8 years ago
bas-vk 54253aae4c internal/ethapi: return empty arrays instead of null (#14374) 8 years ago
Felix Lange 0cc492f815 all: update license information 8 years ago
bas-vk 5e29f4be93 cmd/utils, node: remove unused solc references and improve RPC config (#14324) 8 years ago
Péter Szilágyi 6b7ae4e751 consensus/clique, internal/web3ext: support hash based API queries (#14321) 8 years ago
Nick Johnson 49f1e84253 internal/ethapi: Add support for fetching information about the current call in JS traces 8 years ago
Péter Szilágyi feeccdf4ec consensus/clique: Proof of Authority (#3753) 8 years ago
Péter Szilágyi c76ad94492 .travis, build: autodelete old unstable archives (#13867) 8 years ago
Péter Szilágyi 09777952ee core, consensus: pluggable consensus engines (#3817) 8 years ago
Felix Lange 105b37f1b4 swarm/api: improve FUSE build constraints, logging and APIs (#3818) 8 years ago
Felix Lange e7911ad9ea build: unify vendor skipping logic 8 years ago
Zahoor Mohamed 11e7a712f4 swarm/api: support mounting manifests via FUSE (#3690) 8 years ago
Felix Lange c213fd1fd8 all: import "context" instead of "golang.org/x/net/context" 8 years ago
Yohann Leon 6742fc526f core/vm: use uint64 instead of *big.Int in tracer (#3805) 8 years ago
Péter Szilágyi 61ede86737 internal/ethapi: drop eth_compile (#3740) 8 years ago
Péter Szilágyi b7d93500f1 all: finish integrating Go ethash, delete C++ vendor 8 years ago
Péter Szilágyi 567d41d936 all: swap out the C++ ethash to the pure Go one (mining todo) 8 years ago
Felix Lange 667cd518ce internal/jsre/deps: ensure that go generate produces no changes 8 years ago
Péter Szilágyi e7030c4bf5
all: update light logs (and a few others) to the new model 8 years ago
Felix Lange 5f7826270c all: unify big.Int zero checks, use common/math in more places (#3716) 8 years ago
tranvictor a624ce69f7 internal/ethapi: fixes #2648, returns logsBloom for pending block 8 years ago
Felix Lange d0eba23af3 all: disable log message colors outside of geth 8 years ago
Felix Lange 5c8fe28b72 common: move big integer math to common/math (#3699) 8 years ago
Péter Szilágyi f89dd62776
internal, log: support debug log prints, displaying log origins 8 years ago
Péter Szilágyi d4fd06c3dc
all: blidly swap out glog to our log15, logs need rework 8 years ago
Jeffrey Wilcke c12f4df910 params: core, core/vm, miner: 64bit gas instructions 8 years ago
Martin Holst Swende 72dcd3c58b core, eth, internal: Added `debug_getBadBlocks()` method (#3654) 8 years ago
Jeffrey Wilcke 57f4e90257 Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)" 8 years ago
Péter Szilágyi 205ea95802
accounts, cmd, internal, node: implement HD wallet self-derivation 8 years ago