Commit Graph

435 Commits (0559a9a61e55e7c6847b0fee832d4207c8e191ad)

Author SHA1 Message Date
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
Péter Szilágyi c5215fdd48
accounts, cmd, internal, mobile, node: canonical account URLs 8 years ago
Péter Szilágyi fad5eb0a87
accounts, cmd, eth, internal, miner, node: wallets and HD APIs 8 years ago
Péter Szilágyi 833e4d1319
accounts, cmd, eth, internal, mobile, node: split account backends 8 years ago
Diego Siqueira 6ea8eba8ce accounts/abi, internal/jsre/deps: gofmt -w -s (#3636) 8 years ago
Jeffrey Wilcke 8b57c49490 params: core, core/vm, miner: 64bit gas instructions (#3514) 8 years ago
Felix Lange 1886d03faa console, internal/web3ext: remove bzz and ens extensions (#3602) 8 years ago
Péter Szilágyi 682875adff accounts/abi/bind, internal/ethapi: binary search gas estimation (#3587) 8 years ago
Péter Szilágyi 946db8ba65 internal/guide: initial test suite to ensure guide snippets run ok (#3582) 8 years ago
Nick Johnson 17d92233d9 cmd/geth, core: add support for recording SHA3 preimages (#3543) 8 years ago
Bas van Kervel 54a65e6d87
cmd,eth,les,internal: remove natspec support 8 years ago
Péter Szilágyi 93077c98e4 internal: update web3.js to 0.18.1, embed deps with go-bindata (#3545) 8 years ago
Felix Lange 8820d97039 internal/ethapi: fix duration parameter of personal_unlockAccount (#3542) 8 years ago
Péter Szilágyi 18c77744ff
all: fix spelling errors 8 years ago
Felix Lange 7731061903 core/vm: move Log to core/types 8 years ago
Péter Szilágyi b37d175e59
accounts, internal, mobile: polish accounts API, extend Android tests 8 years ago
Jeffrey Wilcke bbc4ea4ae8 core/vm: improved EVM run loop & instruction calling (#3378) 8 years ago
Péter Szilágyi 08eea0f0e4 accounts, core, crypto, internal: use normalised V during signature handling (#3455) 8 years ago
Felix Lange 12c964b2b7 internal/ethapi: fix hex handling for eth_call input and eth_sendRawTransaction 8 years ago
Felix Lange cf71f5cd60 rpc: remove HexNumber, replace all uses with hexutil types 8 years ago
Felix Lange adab2e16bd rpc: remove HexBytes, replace all uses with hexutil.Bytes 8 years ago
Felix Lange 2be3c4b0e3 internal/jsre: fix built-in inspect function 8 years ago
Felix Lange 3e4a04f34d internal/ethapi: fix hex handling for eth_sign, personal_{sign,recover} 8 years ago
bas-vk 4e36b1e3da core: bugfix state change race condition in txpool (#3412) 8 years ago
Jeffrey Wilcke 3fc7c97827 core, core/vm: implemented a generic environment (#3348) 8 years ago
Viktor Trón e949a2ed2f cmd/bzzd: swarm daemon fixes (#3359) 8 years ago
Felix Lange 20899c05a4 internal/build: use 'git tag --points-at' to get the current tag 8 years ago
Jeffrey Wilcke 6cc87a31c6 cmd/utils, internal/web3ext: removed httpGet 8 years ago
Felix Lange 01d5fc670b internal/web3ext: remove registrar-related extensions 8 years ago
Felix Lange e1e2df656a internal/build: add support for git tag in local Environment 8 years ago
Péter Szilágyi b7dfd333c5
.travis, build: Build step to push .aar to Maven Central 8 years ago
Zsolt Felfoldi b10bcd924b core/types: turn off nonce checking for Call messages 8 years ago