- Feb 22, 2018
-
-
Janos Guljas authored
-
Balint Gabor authored
p2p/protocols, p2p/testing: protocol abstraction and testing
-
Janos Guljas authored
-
Péter Szilágyi authored
cmd/faucet: resolve twitter user from final redirect
-
Péter Szilágyi authored
-
Anton Evangelatov authored
-
Felix Lange authored
-
Guillaume Ballet authored
-
Péter Szilágyi authored
cmd/puppeth: Don't allow hyphen in network name. Fixes #16155
-
- Feb 21, 2018
-
-
Nilesh Trivedi authored
-
Martin Holst Swende authored
accounts/abi: Fix the bug of mobile framework crashing
-
Martin Holst Swende authored
accounts/abi: add another unpack interface
-
Martin Holst Swende authored
* ethapi: prevent creating contract if no data is provided * internal/ethapi: downcase error for no data on contract creation
-
Dmitry Shulyak authored
This change removes a peer information from dialing history when peer is removed from static list. It allows to force a server to re-dial concrete peer if it is needed. In our case we are running geth node on mobile devices, and it is common for a network connection to flap on mobile. Almost every time it flaps or network connection is changed from cellular to wifi peers are disconnected with read timeout. And usually it takes 30 seconds (default expiration timeout) to recover connection with static peers after connectivity is restored. This change allows us to reconnect with peers almost immediately and it seems harmless enough.
-
Péter Szilágyi authored
cmd, console: support all termination signals
-
Péter Szilágyi authored
-
Martin Holst Swende authored
-
Martin Holst Swende authored
-
Martin Holst Swende authored
-
Martin Holst Swende authored
-
Martin Holst Swende authored
-
- Feb 20, 2018
-
-
steve greensill authored
* README: add goreportcard.com badge to Readme * README: fix double github.com
-
- Feb 19, 2018
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Zsolt Felföldi authored
* les: fix light fetcher database race * les: lightFetcher comments
-
Péter Szilágyi authored
vendor: update rjeczalik/notify so that it compiles on go1.10
-
- Feb 17, 2018
-
-
Janos Guljas authored
Handle all expectations in ProtocolSession.TestExchanges in any order that are received.
-
Péter Szilágyi authored
p2p/discover: validate bond against lastpong, not db presence
-
Anton Evangelatov authored
-
- Feb 16, 2018
-
-
Felix Lange authored
I forgot to change the check in udp.go when I changed Table.bond to be based on lastPong instead of node presence in db. Rename lastPong to bondTime and add hasBond so it's clearer what this DB key is used for now.
-
Péter Szilágyi authored
-
- Feb 15, 2018
-
-
cooganb authored
* swarm: added script to HTML header to create favicon addresses #153 * swarm: moved data blob direclty into link tag, removed script * swarm: added favicon info to other html templates * swarm: fixing test errors * swarm: fixing favicon test * swarm: fixing travis tests * swarm: added script to HTML header to create favicon addresses #153 * swarm: moved data blob direclty into link tag, removed script * swarm: added favicon info to other html templates * swarm: fixing test errors * swarm: fixing favicon test * swarm: fixing travis tests
-
Guillaume Ballet authored
This is in preparation for the switch to libp2p: the ID generated will be from a private key created with the help of libp2p's crypto library, while Whisper will still use Go's default crypto libraries for encrypting its messages. This change removes a conflict. It shouldn't have any impact as the person receiving emails is the user, not the node.
-
Vlad Gluhovsky authored
* whisper: timeout extended * whisper: test updated * whisper: test updated
-
Péter Szilágyi authored
les: add missing lock around peer access
-
GuiltyMorishita authored
-
Péter Szilágyi authored
main: add gc flags to import-command
-
Martin Holst Swende authored
-
- Feb 14, 2018
-
-
ferhat elmas authored
- according to implementation of `IntrinsicGas` we can continue execution since problem will be detected later. However, early return is future-proof for changes.
-
Péter Szilágyi authored
-