- 22 Dec, 2017 2 commits
- 
- 
- 
Martin Holst Swende authored
 
- 
- 21 Dec, 2017 19 commits
- 
- 
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 authoredEvent.tupleUnpack doesn't handle correctly Indexed arguments, hence it can't unpack an event with indexed arguments. 
- 
Robert Zaremba authored
- 
Martin Holst Swende authoredaccounts/abi: include fixed array size in offset for dynamic type 
- 
Péter Szilágyi authoredcmd/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
- 
Péter Szilágyi authored* cmd, core, eth/tracers: support fancier js tracing * eth, internal/web3ext: rework trace API, concurrency, chain tracing * eth/tracers: add three more JavaScript tracers * eth/tracers, vendor: swap ottovm to duktape for tracing * core, eth, internal: finalize call tracer and needed extras * eth, tests: prestate tracer, call test suite, rewinding * vendor: fix windows builds for tracer js engine * vendor: temporary duktape fix * eth/tracers: fix up 4byte and evmdis tracer * vendor: pull in latest duktape with my upstream fixes * eth: fix some review comments * eth: rename rewind to reexec to make it more obvious * core/vm: terminate tracing using defers 
- 
Péter Szilágyi authoredparams: add Rinkeby bootnode from Akasha 
- 
Péter Szilágyi authored
- 
Steven Roose authoredethkey is a new tool that serves as a command line interface to the basic key management functionalities of geth. It currently supports: - generating keyfiles - inspecting keyfiles (print public and private key) - signing messages - verifying signed messages 
- 
Bob Glickstein authoredThis change inlines the logic of bytesAreProper at its sole callsite, ABI.Unpack, and applies the multiple-of-32 test only in the case of unpacking methods. Event data is not required to be a multiple of 32 bytes long. 
- 
gluk256 authoredChanged the communication protocol for ordinary message, according to EIP 627. Messages will be send in bundles, i.e. array of messages will be sent instead of single message. 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
 
- 
- 20 Dec, 2017 4 commits
- 
- 
Kurkó Mihály authored
- 
Dmitry Shulyak authoredFixes #15617 
- 
Felix Lange authored* crypto: ensure that VerifySignature rejects malleable signatures It already rejected them when using libsecp256k1, make sure the nocgo version does the same thing. * crypto: simplify check * crypto: fix build 
- 
Péter Szilágyi authored
 
- 
- 19 Dec, 2017 4 commits
- 
- 
Armin Braun authoredFixes #15672 by creating the datadir when creating the console. This prevents failing to save the history if no datadir exists. 
- 
Janoš Guljaš authored* swarm/api: url scheme bzz-list for getting list of files from manifest Replace query parameter list=true for listing all files contained in a swarm manifest with a new URL scheme bzz-list. * swarm: replaace bzzr and bzzi schemes with bzz-raw and bzz-immutable New URI Shemes are added and old ones are deprecated, but not removed. Old Schemes bzzr and bzzi are functional for backward compatibility. * swarm/api: completely remove bzzr and bzzi schemes Remove old schemes in favour of bzz-raw and bzz-immutable. * swarm/api: revert "completely remove bzzr and bzzi schemes" Keep bzzr and bzzi schemes for backward compatibility. At least until 0.3 swarm release. 
- 
Péter Szilágyi authoredcontracts/release: do not print error log if les backend has no peers 
- 
Yondon Fu authored
 
- 
- 18 Dec, 2017 9 commits
- 
- 
Yondon Fu authored
- 
Zsolt Felfoldi authored
- 
Péter Szilágyi authoredcore/vm: Remove snapshot param from Interpreter.Run() 
- 
Felix Lange authoredThe tx data field is called "input" in returned objects and "data" in argument objects. Make it so "input" can be used, but bail if both are set. 
- 
Péter Szilágyi authoredaccounts/keystore: Improved error message 
- 
Armin authored* Fix for #15668 
- 
Péter Szilágyi authoredp2p/discover: fix leaked goroutine in data expiration 
- 
Péter Szilágyi authoredcmd/geth: add support for geth --rinkeby attach 
- 
ferhat elmas authored
 
- 
- 15 Dec, 2017 2 commits
- 
- 
Sorin Neacsu authored
- 
Paweł Bylica authored
 
-