- Nov 08, 2018
-
-
Felix Lange authored
-
Péter Szilágyi authored
core/vm: check empty in extcodehash
-
Ryan Schneider authored
-
JoranHonig authored
-
Corey Lin authored
-
Corey Lin authored
-
Liang Ma authored
-
Corey Lin authored
-
Kurkó Mihály authored
Change the type of the metered connection's id field from string to enode.ID.
-
- Nov 07, 2018
-
-
Anton Evangelatov authored
* swarm, cmd/swarm: address ineffectual assignments * swarm/network: remove unused vars from testHandshake * swarm/storage/feed: revert cursor changes
-
Mark Vujevits authored
* RequestFromPeers does not use peers marked as lightnode * fix warning about variable name * write tests for RequestFromPeers * lightnodes should be omitted from the addressbook * resolve pr comments regarding logging, formatting and comments * resolve pr comments regarding comments and added a missing newline * add assertions to check peers in live connections
-
Felix Lange authored
* core: speed up GenerateChain Use a mock implementation of ChainReader instead of creating and destroying a BlockChain object for each generated block. * eth/downloader: speed up tests by generating chain only once This change reworks the downloader tests so they share a common test blockchain instead of generating a chain in every test. The tests are roughly twice as fast now.
-
Javier Peletier authored
-
Wenbiao Zheng authored
-
Martin Holst Swende authored
* signer: remove ineffectual assignments * signer: remove ineffectual assignments
-
Martin Holst Swende authored
-
Martin Holst Swende authored
* downloader: measure successfull deliveries, not failed * downloader: fix typos
-
Corey Lin authored
-
Samuel Marks authored
-
Gary Rong authored
-
- Nov 06, 2018
-
-
holisticode authored
* swarm: Better syncing and retrieval option definition * swarm/network/stream: better comments * swarm/network/stream: addressed PR comments
-
Anton Evangelatov authored
-
KimMachineGun authored
* swarm: modify context key * gofmt sctx.go
-
- Nov 04, 2018
-
-
Elad authored
-
- Oct 31, 2018
-
-
Elad authored
-
- Oct 29, 2018
-
-
Roc Yu authored
-
- Oct 27, 2018
-
-
Ferenc Szabo authored
* swarm: clean up unused private types and functions Those that were identified by code inspection tool. * swarm/storage: move/add Proximity GoDoc from deleted private function The mentioned proximity() private function was deleted in: 1ca8fc1e6fa0ab4ab1aaca06d6fb32e173cd5f2f
-
- Oct 26, 2018
-
-
Martin Holst Swende authored
-
- Oct 25, 2018
-
-
holisticode authored
* p2p/protocols: introduced protocol accounting * p2p/protocols: added TestExchange simulation * p2p/protocols: add accounting simulation * p2p/protocols: remove unnecessary tests * p2p/protocols: comments for accounting simulation * p2p/protocols: addressed PR comments * p2p/protocols: finalized accounting implementation * p2p/protocols: removed unused code * p2p/protocols: addressed @nonsense PR comments
-
Johns Beharry authored
* cmd/clef: replace password arg with prompt (#17829) Entering passwords on the command line is not secure as it is easy to recover from bash_history or the process table. 1. The clef command addpw was renamed to setpw to better describe the functionality 2. The <password> argument was removed and replaced with an interactive prompt * cmd/clef: remove undeclared variable
-
- Oct 23, 2018
-
-
Wenbiao Zheng authored
__ <(o )___ ( ._> / `---'
-
Felix Lange authored
This fixes the import cycle build error in core/vm tests. There is no need to refer to core/vm for a type definition.
-
Martin Holst Swende authored
This adds the global accumulated refund counter to the standard json output as a numeric json value. Previously this was not very interesting since it was not used much, but with the new sstore gas changes the value is a lot more interesting from a consensus investigation perspective.
-
Wenbiao Zheng authored
-
- Oct 21, 2018
-
-
holisticode authored
* swarm/network/stream: disambiguate chunk delivery messages (retrieval vs syncing) * swarm/network/stream: addressed PR comments * swarm/network/stream: stream protocol version change due to new message types in this PR
-
- Oct 19, 2018
-
-
Elad authored
-
Felix Lange authored
-
Wenbiao Zheng authored
-
Wuxiang authored
-
Elad authored
-