- 17 Sep, 2018 2 commits
-
-
chenyufeng authored
* ethdb: unified code comment style. * puppeth: it is unnecessary to alloc pre-funded to 256 addresses * Revert "puppeth: it is unnecessary to alloc pre-funded to 256 addresses" This reverts commit 5e04fbccf0b8aca85030af1779bb7a949033d9d8. * puppeth: fix comment typo * Revert "ethdb: unified code comment style." This reverts commit a581efb3f06a96fc7aec0bfae03c7b6d5a0c1a77.
-
Péter Szilágyi authored
consensus/clique, core: chain maker clique + error tests
-
- 15 Sep, 2018 1 commit
-
-
Péter Szilágyi authored
README: Change gitter badge to discord
-
- 14 Sep, 2018 4 commits
-
-
Felföldi Zsolt authored
-
Emil authored
-
EOS Classic authored
-
Martin Holst Swende authored
cmd/clef: fix incorrect file permissions for secrets.dat
-
- 13 Sep, 2018 2 commits
-
-
Liang ZOU authored
-
Balint Gabor authored
Co-authored-by:
Janos Guljas <janos@resenje.org> Co-authored-by:
Balint Gabor <balint.g@gmail.com> Co-authored-by:
Anton Evangelatov <anton.evangelatov@gmail.com> Co-authored-by:
Viktor Trón <viktor.tron@gmail.com>
-
- 12 Sep, 2018 5 commits
-
-
Anton Evangelatov authored
* swarm/storage: remove redundant increments for dataIdx and entryCnt * swarm/storage: add Delete to LDBStore * swarm/storage: wait for garbage collection
-
Viktor Trón authored
* swarm/network: simplify kademlia/hive; rid interfaces * swarm, swarm/network/stream, swarm/netork/simulations,, swarm/pss: adapt to new Kad API * swarm/network: minor changes re review; add missing lock to NeighbourhoodDepthC
-
Viktor Trón authored
cmd/swarm: password threw on upload manifest
-
YaoZengzeng authored
Signed-off-by:
YaoZengzeng <yaozengzeng@zju.edu.cn>
-
Elad authored
-
- 11 Sep, 2018 3 commits
-
-
chenyufeng authored
-
Péter Szilágyi authored
-
Viktor Trón authored
* swarm/storage/encryption: async segmentwise encryption/decryption * swarm/storage: adapt hasherstore to encryption API change * swarm/api: adapt RefEncryption for AC to new Encryption API * swarm/storage/encryption: address review comments
-
- 10 Sep, 2018 3 commits
-
-
Péter Szilágyi authored
consensus/clique: only trust snapshot for genesis or les checkpoint
-
TColl authored
-
Péter Szilágyi authored
-
- 07 Sep, 2018 3 commits
-
-
Paweł Bylica authored
Makes Interface interface a bit more stateless and abstract. Obviously this change is dictated by EVMC design. The EVMC tries to keep the responsibility for EVM features totally inside the VMs, if feasible. This makes VM "stateless" because VM does not need to pass any information between executions, all information is included in parameters of the execute function.
-
Elad authored
-
Elad authored
-
- 06 Sep, 2018 2 commits
- 05 Sep, 2018 3 commits
-
-
Elad authored
-
b00ris authored
-
Hyung-Kyu Hqueue Choi authored
-
- 04 Sep, 2018 7 commits
-
-
Diep Pham authored
-
Elad authored
-
Richard Littauer authored
The template was not grammatical to me as it was. I have edited the language a tiny bit to make the close comment more clear and less abrasive.
-
ligi authored
Fixes #17581
-
Evangelos Pappas authored
-
dipingxian2 authored
Fixes #17557
-
Martin Holst Swende authored
This commit does a few things at once: - Updates the tests to contain the latest data from ethereum/tests repo. - Enables Constantinople state tests. This is needed to be able to fuzz-test the evm with constantinople rules. - Fixes the error in opSAR that we've known about for some time. I was kind of saving it to see if we hit upon it with the random test generator, but it's difficult to both enable the tests and have the bug there -- we don't want to forget about it, so maybe it's better to just fix it.
-
- 03 Sep, 2018 5 commits
-
-
Wenbiao Zheng authored
-
Eugene Valeyev authored
-
Anton Evangelatov authored
This is an attempt to fix the flaky consensus/ethash tests under macOS.
-
Gísli Kristjánsson authored
This fixes an issue with websocket ping frame handling.
-
Mymskmkt authored
-