- Nov 21, 2019
-
-
Felix Lange authored
-
Felix Lange authored
-
Péter Szilágyi authored
build: pull in ci.go dependencies for the PPA builder
-
Péter Szilágyi authored
-
Felix Lange authored
* go.mod, vendor: switch to Go modules * travis: explicitly enable go modules in Go 1.11 and 1.12 * accounts/abi/bind: switch binding test to go modules * travis, build: aggregate and upload go mod dependencies for PPA * go.mod: tidy up the modules to avoid xgo writes to go.sum * build, internal/build: drop own file/folder copier * travis: fake build ppa only for go module dependencies * mobile: fix CopyFile switch to package cp * build, travis: use ephemeral debsrc GOPATH to get mod deps
-
Felix Lange authored
-
Péter Szilágyi authored
cmd/puppeth: make ssh prompt more user-friendly
-
Martin Holst Swende authored
-
Péter Szilágyi authored
cmd/puppeth: x-spec nonce data type, use types.BlockNonce
-
- Nov 20, 2019
-
-
meows authored
Refactors to use existing BlockNonce type instead of hand-rolled bytes logic.
-
Péter Szilágyi authored
tests: refactor TestState to dedupe walk callback
-
meowsbits authored
-
Péter Szilágyi authored
-
meows authored
Minor refactoring.
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
internal/ethapi: don't query wallets at every execution of gas estimation
-
Gary Rong authored
-
Gary Rong authored
* miner: fix data race in tests miner: fix linter * miner: address comment
-
Felix Lange authored
-
Felix Lange authored
* rpc: remove 'exported or builtin' restriction for parameters There is no technial reason for this restriction because package reflect can create values of any type. Requiring parameters and return values to be exported causes a lot of noise in package exports. * rpc: fix staticcheck warnings
-
- Nov 19, 2019
-
-
Felix Lange authored
Also fix the input formatter on clique_getSnapshot and clique_getSigners so that integers as well as hex number strings are accepted.
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Guillaume Ballet authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Guillaume Ballet authored
-
Gary Rong authored
* core/rawdb: check hash before return data from ancient db * core/rawdb: fix lint * core/rawdb: calculate the hash in the fly
-
Felix Lange authored
-
Felix Lange authored
Found by staticcheck.
-
- Nov 18, 2019
-
-
Felix Lange authored
Also unexport the status struct.
-