- Dec 04, 2018
-
-
Vedhavyas Singareddi authored
* added tests for new abi encoding features (#4) * added tests from bytes32[][] and string[] * added offset to other types * formatting * Abi/dynamic types (#5) * Revert "Abi/dynamic types (#5)" (#6) This reverts commit dabca31d797623d43bd780721fc0ad461d24be53. * Abi/dynamic types (#7) * some cleanup * Apply suggestions from code review apply suggestions Co-Authored-By:
vedhavyas <vedhavyas.singareddi@gmail.com> * added better formatting (#8) * review chnages * better comments
-
Péter Szilágyi authored
cmd/puppeth: implement chainspec converters
-
Péter Szilágyi authored
-
- Dec 03, 2018
-
-
Corey Lin authored
-
Martin Holst Swende authored
-
Péter Szilágyi authored
cmd/puppeth: enforce lowercase network names
-
Péter Szilágyi authored
-
- Dec 02, 2018
-
-
Marius Kjærstad authored
Changed http:// to https:// on JSON-RPC link in README.md
-
vim88 authored
-
- Dec 01, 2018
-
-
Louis Holbrook authored
-
- Nov 30, 2018
-
-
needkane authored
-
Felix Lange authored
Fixes #15101 because hidapi is no longer being called from an init function.
-
- Nov 29, 2018
-
-
Anton Evangelatov authored
* cmd/swarm: add flag for application name (swarm or swarm-private) * cmd/swarm/swarm-smoke: return correct exit code * cmd/swarm/swarm-smoke: remove colorable * remove swarm/grafana_dashboards
-
Péter Szilágyi authored
-
Wenbiao Zheng authored
* accounts/keystore: reduce file name length * accounts/keystore: reduce code line width
-
Eugene Valeyev authored
-
zah authored
-
Martin Holst Swende authored
-
Martin Holst Swende authored
-
Matthew Di Ferrante authored
Add a call `statedb.Commit(true)` if the `Dump` flag is on, as otherwise the `storage` output in the dump is always empty.
-
- Nov 28, 2018
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth/downloader: fix light client cht binary search issue
-
Péter Szilágyi authored
params: update CHTs for the v1.8.19 release
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Martin Holst Swende authored
-
- Nov 27, 2018
-
-
Péter Szilágyi authored
-
ANOTHEL authored
* Update net.go more simple * Update net.go
-
Liang Ma authored
-
- Nov 26, 2018
-
-
holisticode authored
* swarm/network/stream/: added stream protocol version match tests * Increase BZZ version due to streamer version change; version tests * swarm/network: increased hive and test protocol version
-
Janoš Guljaš authored
-
Javier Peletier authored
* cmd/swarm: fix ethersphere/go-ethereum#979: update should error on manifest mistmatch * cmd/swarm: fixed comments and remove sprintf from log.Info * cmd/swarm: remove unnecessary comment
-
Louis Holbrook authored
-
holisticode authored
-
Javier Peletier authored
-
Paweł Bylica authored
-
Louis Holbrook authored
-
Sheldon authored
TryUpdate does not call t.trie.TryUpdate(key, value) and calls t.trie.TryDelete instead. The update operation simply deletes the corresponding entry, though it could retrieve later by odr. However, it adds further network overhead.
-
Elad authored
-