- Feb 14, 2019
-
-
Matthew Halpern authored
-
Felix Lange authored
-
Matthew Halpern authored
-
Matthew Halpern authored
-
Elad authored
swarm/network/stream: remove netstore internal wg swarm/network/stream: run individual tests with t.Run
-
- Feb 13, 2019
-
-
Martin Holst Swende authored
* clef: implement documentation generation + remove unused struct * clef: formatting + spelling * clef: updates to doc
-
Janoš Guljaš authored
* swarm/network/stream: newStreamerTester cleanup only if err is nil * swarm/network/stream: raise newStreamerTester waitForPeers timeout * swarm/network/stream: fix data races in GetPeerSubscriptions * swarm/storage: prevent data race on LDBStore.batchesC https://github.com/ethersphere/go-ethereum/issues/1198#issuecomment-461775049 * swarm/network/stream: fix TestGetSubscriptionsRPC data race https://github.com/ethersphere/go-ethereum/issues/1198#issuecomment-461768477 * swarm/network/stream: correctly use Simulation.Run callback https://github.com/ethersphere/go-ethereum/issues/1198#issuecomment-461783804 * swarm/network: protect addrCountC in Kademlia.AddrCountC function https://github.com/ethersphere/go-ethereum/issues/1198#issuecomment-462273444 * p2p/simulations: fix a deadlock calling getRandomNode with lock https://github.com/ethersphere/go-ethereum/issues/1198#issuecomment-462317407 * swarm/network/stream: terminate disconnect goruotines in tests * swarm/network/stream: reduce memory consumption when testing data races * swarm/network/stream: add watchDisconnections helper function * swarm/network/stream: add concurrent counter for tests * swarm/network/stream: rename race/norace test files and use const * swarm/network/stream: remove watchSim and its panic * swarm/network/stream: pass context in watchDisconnections * swarm/network/stream: add concurrent safe bool for watchDisconnections * swarm/storage: fix LDBStore.batchesC data race by not closing it
-
Elad authored
-
- Feb 12, 2019
-
-
Dan Kinsley authored
-
holisticode authored
* swarm/storage: fix HashExplore concurrency bug ethersphere#1211 * swarm/storage: lock as value not pointer * swarm/storage: wait for to complete * swarm/storage: fix linter problems * swarm/storage: append to nil slice
-
gluk256 authored
-
Martin Holst Swende authored
-
Martin Holst Swende authored
* clef: initial implementation of bidirectional RPC communication for the UI * signer: fix tests to pass + formatting * clef: fix unused import + formatting * signer: gosimple nitpicks
-
Martin Holst Swende authored
* signer/clef: make use of json-rpc notification * signer: tidy up output of OnApprovedTx * accounts/external, signer: implement remote signing of text, make accounts_sign take hexdata * clef: added basic testscript * signer, external, api: add clique signing test to debug rpc, fix clique signing in clef * signer: fix clique interoperability between geth and clef * clef: rename networkid switch to chainid * clef: enable chainid flag * clef, signer: minor changes from review * clef: more tests for signer
-
Felix Lange authored
-
Martin Holst Swende authored
* common/fdlimit: cap on MacOS file limits, fixes #18994 * common/fdlimit: fix Maximum-check to respect OPEN_MAX * common/fdlimit: return error if OPEN_MAX is exceeded in Raise() * common/fdlimit: goimports * common/fdlimit: check value after setting fdlimit * common/fdlimit: make comment a bit more descriptive * cmd/utils: make fdlimit happy path a bit cleaner
-
Felix Lange authored
* build: use sftp for launchpad uploads * .travis.yml: configure sftp export * build: update CI docs
-
Rafael Matias authored
-
- Feb 08, 2019
-
-
Ferenc Szabo authored
-
gluk256 authored
-
Louis Holbrook authored
-
Péter Szilágyi authored
core: repro #18977
-
Péter Szilágyi authored
-
Martin Holst Swende authored
-
- Feb 07, 2019
-
-
Janoš Guljaš authored
-
holisticode authored
-
Janoš Guljaš authored
-
Péter Szilágyi authored
ethapi: default to use eip-155 protected transactions
-
Péter Szilágyi authored
cmd/utils, eth: relinquish GC cache to read cache in archive mode
-
Anton Evangelatov authored
-
holisticode authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
contracts/*: golint updates for this or self warning
-
Péter Szilágyi authored
-
Kiel barry authored
-
Martin Holst Swende authored
-
Matthew Halpern authored
-
Matthew Halpern authored
-
Derek Gottfrid authored
-
Janoš Guljaš authored
* node: close AccountsManager in new Close method * p2p/simulations, p2p/simulations/adapters: handle node close on shutdown * node: move node ephemeralKeystore cleanup to stop method * node: call Stop in Node.Close method * cmd/geth: close node.Node created with makeFullNode in cli commands * node: close Node instances in tests * cmd/geth, node: minor code style fixes * cmd, console, miner, mobile: proper node Close() termination
-