Commit Graph

206 Commits (4cf2b4110e9942bdcba1b9b1d82b3ca8ff552f64)

Author SHA1 Message Date
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
Jeffrey Wilcke 4dca5d4db7 core/types, params: EIP#155 8 years ago
Jeffrey Wilcke 445feaeef5 core, core/state, trie: EIP158, reprice & skip empty account write 8 years ago
Felix Lange b8bd9a71c8 all: update license information 8 years ago
Zsolt Felfoldi 9f8d192991 les: light client protocol and API 8 years ago
Felix Lange 8b1df1a259 build: fix remote path for archive uploads (#3243) 8 years ago
Péter Szilágyi 9bc97a5785 build: NSIS based Windows installer (#3240) 8 years ago
Péter Szilágyi df30ef5177
internal/build: call correct signer method 8 years ago
Felix Lange ed2bc7fbe9 build, internal/build: misc improvements (#3229) 8 years ago
Péter Szilágyi 3b62c145f8
travis, build: implement uploading archives to azure 8 years ago
Kenji Siu d85d3c74db internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt" 8 years ago
bas-vk b59c8399fb internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940) 8 years ago
Péter Szilágyi 289b30715d Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
Felix Lange 66ee2dec53 internal/ethapi: add debug.chaindbCompact 8 years ago
Jeffrey Wilcke 64af2aafda core, core/vm: added gas price variance table 8 years ago
Nick Johnson 9e9bfc4e26 metrics, internal/debug: Add --pprofaddr flag, expose metrics via gexp 8 years ago
Kobi Gurkan 1a6682c21d internal/ethapi, internal/web3ext: adds raw tx retrieval methods 8 years ago
Felix Lange 1f1ea18b54 core/state: implement reverts by journaling all changes 8 years ago
Bas van Kervel 6c959207db internal/ethapi: bugfix gas price and limit swapped in eth_resend 8 years ago
Bas van Kervel 71e8ae01b8 core/types: renamed receiptRoot to receiptsRoot 8 years ago
Felix Lange 82e09c17a9 internal/build: fix git tag env variable for AppVeyor 8 years ago
Felix Lange b4b5921dd0 internal/build: use less edgy command to get the branch name 8 years ago
Felix Lange 4f7627972e build: improve debian packaging 8 years ago
Péter Szilágyi cb84e3f029 cmd, core, internal, light, tests: avoid hashing the code in the VM 8 years ago
Yoichi Hirai bb6115b737 vm, ethapi: add `limit` option to traceTransaction 8 years ago