- Jan 11, 2019
-
-
Péter Szilágyi authored
-
Gary Rong authored
* core, eth: fix database version * eth: polish error message
-
Ferenc Szabo authored
-
- Jan 10, 2019
-
-
Guillaume Ballet authored
Co-authored-by:
weimumu <934657014@qq.com>
-
Louis Holbrook authored
* swarm/network: Rename minproxbinsize, add as member of simulation * swarm/network: Deactivate WaitTillHealthy, unreliable pending suggestpeer
-
Gary Rong authored
-
Viktor Trón authored
* swarm/network, swarm/pss: remove isproxbin bool from kad.Each* iterfunc * swarm/network: restore comment and unskip snapshot sync tests
-
- Jan 09, 2019
-
-
Janoš Guljaš authored
* swarm/storage: fix T.Fatal inside a goroutine * swarm/network/simulation: fix T.Fatal inside a goroutine * swarm/network/stream: fix T.Fatal inside a goroutine * swarm/network/simulation: consistent failures in TestPeerEventsTimeout * swarm/network/simulation: rename sendRunSignal to triggerSimulationRun
-
- Jan 08, 2019
-
-
Anton Evangelatov authored
-
- Jan 07, 2019
-
-
holisticode authored
* swarm: completed 1st phase of swap accounting * swarm, p2p/protocols: added stream pricing * swarm/network/stream: gofmt simplify stream.go * swarm: fixed review comments * swarm: used snapshots for swap tests * swarm: custom retrieve for swap (less cascaded requests at any one time) * swarm: addressed PR comments * swarm: log output formatting * swarm: removed parallelism in swap tests * swarm: swap tests simplification * swarm: removed swap_test.go * swarm/network/stream: added prefix space for comments * swarm/network/stream: unit test for prices * swarm/network/stream: don't hardcode price * swarm/network/stream: fixed invalid price check
-
Janoš Guljaš authored
-
Janoš Guljaš authored
-
Sean authored
* Changed dumpConfig function to optionally save to file * Added O_TRUNC flag to file open and cleaned up code
-
Yondon Fu authored
-
Jeremy Schlatter authored
-
- Jan 06, 2019
-
-
Ferenc Szabo authored
* swarm/network: fix code inspection problems - typos - redundant import alias * p2p/simulations: fix code inspection problems - typos - unused function parameters - redundant import alias - code style issue: snake case * swarm/network: fix unused method parameters inspections
-
- Jan 05, 2019
-
-
Jeremy Schlatter authored
-
Gary Rong authored
* eth/tracer: extend create2 * eth/tracers: fix create2-flaw in prestate_tracer * eth/tracers: fix test * eth/tracers: update assets
-
- Jan 04, 2019
-
-
Péter Szilágyi authored
core/types: update incorrect comment
-
Péter Szilágyi authored
vendor, crypto, swarm: switch over to upstream sha3 package
-
Ha ĐANG authored
* cmd/puppeth: fix panic error when export aleth genesis wo/ precompile-addresses * cmd/puppeth: don't need to handle duplicate set
-
Péter Szilágyi authored
-
Dave McGregor authored
-
- Jan 03, 2019
-
-
Anton Evangelatov authored
-
HackyMiner authored
-
Dragan Milic authored
-
Samuel Marks authored
* travis, appveyor: bump to Go 1.11.4 * internal/build: revert comment changes
-
Rick authored
* add LGPL licence at update-licence.go * add empty line
-
Janoš Guljaš authored
-
- Jan 02, 2019
-
-
Martin Alex Philip Dawson authored
-
Guillaume Ballet authored
-
- Dec 29, 2018
-
-
Matt K authored
* accounts/abi: fix name styling when unpacking abi fields w/ underscores ABI fields with underscores that are being unpacked into structs expect structs with following form: int_one -> Int_one whereas in abigen the generated structs are camelcased int_one -> IntOne so updated the unpack method to expect camelcased structs as well.
-
Jeremy Schlatter authored
-
- Dec 28, 2018
-
-
weimumu authored
-
- Dec 23, 2018
-
-
Anton Evangelatov authored
-
- Dec 22, 2018
-
-
Jeff Prestes authored
-
Bas van Kervel authored
-
Louis Holbrook authored
* swarm/network: Revised depth calculation with tests * swarm/network: WIP remove redundant "full" function * swarm/network: WIP peerpot refactor * swarm/network: Make test methods submethod of peerpot and embed kad * swarm/network: Remove commented out code * swarm/network: Rename health test functions * swarm/network: Too many n's * swarm/network: Change hive Healthy func to accept addresses * swarm/network: Add Healthy proxy method for api in hive * swarm/network: Skip failing test out of scope for PR * swarm/network: Skip all tests dependent on SuggestPeers * swarm/network: Remove commented code and useless kad Pof member * swarm/network: Remove more unused code, add counter on depth test errors * swarm/network: WIP Create Healthy assertion tests * swarm/network: Roll back health related methods receiver change * swarm/network: Hardwire network minproxbinsize in swarm sim * swarm/network: Rework Health test to strict Pending add test for saturation And add test for as many as possible up to saturation * swarm/network: Skip discovery tests (dependent on SuggestPeer) * swarm/network: Remove useless minProxBinSize in stream * swarm/network: Remove unnecessary testing.T param to assert health * swarm/network: Implement t.Helper() in checkHealth * swarm/network: Rename check back to assert now that we have helper magic * swarm/network: Revert WaitTillHealthy change (deferred to nxt PR) * swarm/network: Kademlia tests GotNN => ConnectNN * swarm/network: Renames and comments * swarm/network: Add comments
-
Jerzy Lasyk authored
* p2p/protocols: accounting metrics rpc added (#847) * p2p/protocols: accounting api documentation added (#847) * p2p/protocols: accounting api doc updated (#847) * p2p/protocols: accounting api doc update (#847) * p2p/protocols: accounting api doc update (#847) * p2p/protocols: fix file is not gofmted * fix lint error * updated comments after review * add account balance to rpc * naming changed after review
-
- Dec 21, 2018
-
-
Wenbiao Zheng authored
-