- Jan 03, 2018
-
-
Péter Szilágyi authored
-
Furkan KAMACI authored
-
Felix Lange authored
This reverts commits 85a1eda5 (#15792) and c495bca4 (#15787) because they introduce database writes during tracing.
-
Felix Lange authored
* eth: uncaptialize tracer preimage error message * eth: improve very important error message
-
- Jan 02, 2018
-
-
Richard Hart authored
All inputs are saved into history, including 'invalid' inputs.
-
ferhat elmas authored
-
cdetrio authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
This avoids setting CC for the go run invocation, which fails on go1.10.
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Deepak Sharma authored
-
Péter Szilágyi authored
-
Alex Wu authored
Fixes #15744
-
- Dec 31, 2017
-
-
sunxiaojun2014 authored
-
- Dec 29, 2017
-
-
Péter Szilágyi authored
* accounts/abi: handle named ouputs prefixed with underscores * accounts/abi: handle collinding outputs for struct unpacks * accounts: handle purely underscore output names
-
Anton Evangelatov authored
Initial implementation of ENR according to ethereum/EIPs#778
-
- Dec 28, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Sorin Neacsu authored
Fixes #15740
-
- Dec 22, 2017
-
-
Martin Holst Swende authored
accounts/abi refactor
-
-
Martin Holst Swende authored
-
gary rong authored
* accounts, consensus, core, eth: make chain maker consensus agnostic * consensus, core: move CalcDifficulty to Engine interface * consensus: add docs for calcDifficulty function * consensus, core: minor comment fixups
-
- Dec 21, 2017
-
-
Kurkó Mihály authored
* dashboard: minor design change * dashboard: Flow integration, message API * dashboard: minor polishes, exclude misspell linter
-
Péter Szilágyi authored
cmd/puppeth: fix faucet 502 error due to non-exposed HTTP port
-
Péter Szilágyi authored
-
gluk256 authored
New Whisper-level message introduced (PoW requirement), corresponding logic added, plus some tests.
-
Robert Zaremba authored
-
Robert Zaremba authored
+ Reworked Method Unpack tests into more readable components + Added Method Unpack into slice test
-
Robert Zaremba authored
+ adding missing comments + small cleanups which won't significantly change function body. + unify Method receiver name
-
Robert Zaremba authored
+ The event slice unpacker doesn't correctly extract element from the slice. The indexed arguments are not ignored as they should be (the data offset should not include the indexed arguments). + The `Elem()` call in the slice unpack doesn't work. The Slice related tests fails because of that. + the check in the loop are suboptimal and have been extracted out of the loop. + extracted common code from event and method tupleUnpack
-
Robert Zaremba authored
Event.tupleUnpack doesn't handle correctly Indexed arguments, hence it can't unpack an event with indexed arguments.
-
Robert Zaremba authored
-
Martin Holst Swende authored
accounts/abi: include fixed array size in offset for dynamic type
-
Péter Szilágyi authored
cmd/faucet: fix removal of Twitter zlib compression
-
lash authored
* cmd/utils: Add check on hard limit, skip test if below target * cmd/utils: Cross platform compatible fd limit test * cmd/utils: Remove syscall.Rlimit in test * cmd/utils: comment fd utility method
-
Janoš Guljaš authored
* swarm/api: url scheme bzz-hash to get hashes of swarm content (#15238) Update URI to support bzz-hash scheme and handle such HTTP requests by responding with hash of the content as a text/plain response. * swarm/api: return hash of the content for bzz-hash:// requests * swarm/api: revert "return hash of the content for bzz-hash:// requests" Return hashes of the content that would be returned by bzz-raw request. * swarm/api/http: handle error in TestBzzGetPath * swarm/api: remove extra blank line in comment
-
Péter Szilágyi authored
-