- 04 Jun, 2019 5 commits
-
-
Martin Holst Swende authored
-
Guillaume Ballet authored
* scwallet: don't error when pcsc socket is missing * review feedback * more review feedback
-
Péter Szilágyi authored
accounts/usbwallet: add webusb trezor support
-
Péter Szilágyi authored
-
Rafael Matias authored
-
- 03 Jun, 2019 4 commits
-
-
Dmitry Shulyak authored
TransactionInBlock crashed if json was nil and there was an error because it tried to access fields `From` and `BlockHash` of the nil object.
-
Martin Holst Swende authored
* core/signer, clef: improve ui-test flow, fix errors in uint handling for eip-712 * core/signer: add fuzzer testcases + crashfixes * signer: address review concerns, check sign in integer parsing
-
Péter Szilágyi authored
-
Guillaume Ballet authored
-
- 31 May, 2019 3 commits
-
-
Guillaume Ballet authored
* accounts/scwallet: Add a switch to enable smartcard support * accounts: change the meaning of the switch * disable card support in windows until tested * only activate account if pcscd socket file is present * the switch is now the path to the socket file * accounts/scwallet: holiman's review feedback * accounts/scwallet: send the path to go-pcsclite * accounts/scwallet: add default, per platform path * accounts/scwallet: fix error log warning * accounts/scwallet: update pcsc lib to latest * accounts/scwallet: use default path from pcsclite * scwallet: forgot to change switch name * cmd: minor style cleanups (error handling first, then happy path)
-
Anton Evangelatov authored
-
gary rong authored
-
- 30 May, 2019 2 commits
-
-
Felföldi Zsolt authored
les, les/flowcontrol: implement LES/3
-
Adam Schmideg authored
* Update codeowners * Add karalabe to clique * remove codeowner for consensus/clique
-
- 28 May, 2019 4 commits
-
-
Elad authored
-
Rafael Matias authored
-
Guillaume Ballet authored
-
Antoine Rondelet authored
* Removed comment section referring to Cloudflare's bn curve parameters * Added comment to clarify the nature of the parameters * Changed value of xi to i+9
-
- 27 May, 2019 13 commits
-
-
Vitaly Bogdanov authored
-
Péter Szilágyi authored
internal/build: fix Travis and AppVeyor commit string injection
-
Péter Szilágyi authored
-
Péter Szilágyi authored
vendor: update go-duktape to v2.3.0
-
Péter Szilágyi authored
accounts/scwallet: Display PUK retry count
-
Péter Szilágyi authored
-
Guillaume Ballet authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
* core: reinit chain from freezer in batches * core/rawdb: concurrent database reinit from freezer dump * core/rawdb: reinit from freezer in sequential order
-
Jeremy Schlatter authored
Without this, accounts/keystore fails to build for Darwin with CGO_ENABLED=0.
-
Péter Szilágyi authored
core/rawdb: keep genesis in key-value store for full sync too
-
Péter Szilágyi authored
-
gary rong authored
-
- 26 May, 2019 2 commits
-
-
gary rong authored
* eth, les: reject light client connection is server is not synced * eth, les: rename function and variables * les: format
-
Péter Szilágyi authored
-
- 25 May, 2019 3 commits
-
-
Martin Holst Swende authored
* p2p: remove direct import of cgo-library * accounts, rpc: more nocgo alternatives * rpc: move unix path constant into separate file * accounts/scwallet: address review concerns, remove copy-pasta
-
Antoine Rondelet authored
* Added checks for nil pointers in Marshal functions * Set nil pointer to identity in GT before marshaling
-
Mohanson authored
-
- 21 May, 2019 1 commit
-
-
Martin Holst Swende authored
* tests: make transaction tests run again, fix #19033 * tests: refactor transaction tests
-
- 20 May, 2019 2 commits
-
-
Nikifor Seryakov authored
* log: Do not pad too long values * log: gofmt
-
Nikita Kryuchkov authored
-
- 17 May, 2019 1 commit
-
-
Felföldi Zsolt authored
* les: avoid fetcher deadlock on requestChn
-