Guillaume Ballet
189a032987
Add instructions on how to install the card
6 years ago
Guillaume Ballet
ec4fba83d4
Formatting fixes
6 years ago
Guillaume Ballet
0a0b93708d
Vendor keycard-go/derivationpath
6 years ago
Guillaume Ballet
21b01f590d
Update a comment to reflect the workings of the updated system
6 years ago
Guillaume Ballet
9b66a8520a
Add some documentation
6 years ago
Guillaume Ballet
e273031dce
Fix key derivation
6 years ago
Guillaume Ballet
7ec6fa03d3
fix wallet status update
...
This is a temporary fix, better checks need to
be performed once the whole process has been
validated.
6 years ago
Guillaume Ballet
42c76a2ba1
Temporary fix to the ADBU status call
6 years ago
Guillaume Ballet
5617dca1c9
Remove the direct dependency on libpcsclite
...
Instead, use a go library that communicates with pcscd over a socket.
Also update the changes introduced by @gravityblast since this PR's
inception
6 years ago
Guillaume Ballet
ae82c58631
Fix some linter issues
6 years ago
Guillaume Ballet
7b230b7ef1
accounts/scwallet: rebase and update
6 years ago
Péter Szilágyi
a900e80a89
accounts/scwallet: fix crypto API change
6 years ago
Péter Szilágyi
7d5886dcf4
accounts, console: frendly card errors, support pin unblock
6 years ago
Péter Szilágyi
386943943f
accounts/scwallet: ordered wallets, tighter events, derivation logs
6 years ago
Péter Szilágyi
114de0fe2a
accounts/scwallet, console: user friendly card opening
6 years ago
Péter Szilágyi
475e8719ba
vendor: pull in missing go-echd library
6 years ago
Nick Johnson
78375608a4
accounts, internal: Changes in response to review
6 years ago
Nick Johnson
f7027dd68c
accounts, core, internal, node: Add support for smartcard wallets
6 years ago
Zsolt Felfoldi
64f9c1ea09
les, light: remove support for les/1 4096 block CHT sections
6 years ago
Zsolt Felfoldi
5515f364ae
les: removed les/1 protocol messages
6 years ago
Péter Szilágyi
3996bc1ad9
Merge pull request #19411 from holiman/uncle_abort_early
...
consensus,core: shortcut uncle validation
6 years ago
Péter Szilágyi
2a8a07c2b3
Merge pull request #19412 from karalabe/rinkeby-petersburg
...
params: set Rinkeby Petersburg fork block (4th May, 2019)
6 years ago
Péter Szilágyi
dd0cfe5e11
params: set Rinkeby Petersburg fork block (4th May, 2019)
6 years ago
Martin Holst Swende
d763b49ae3
consensus,core: shortcut uncle validation
6 years ago
Péter Szilágyi
78644f0377
Merge pull request #19405 from SamuelMarks/go1.12.2
...
appveyor: Upgrade to go1.12.2
6 years ago
Péter Szilágyi
de195bf152
travis: update builders to xenial to shadow Go releases
6 years ago
Samuel Marks
212b25869d
appveyor.yml: Upgrade to go1.12.2
6 years ago
Péter Szilágyi
bca140b73d
Merge pull request #19400 from karalabe/nuke-bug
...
cmd: nuke geth bug, nobody is using it anyway
6 years ago
Péter Szilágyi
8b427296c9
Merge pull request #19402 from karalabe/trie-disallow-metaroot-retrieval
...
trie: there's no point in retrieving the metaroot
6 years ago
Péter Szilágyi
4bf0d11e7c
trie: there's no point in retrieving the metaroot
6 years ago
Péter Szilágyi
da19f302b8
cmd: nuke geth bug, nobody is using it anyway
6 years ago
Péter Szilágyi
ee376f6766
Merge pull request #19399 from karalabe/nuke-monitor
...
cmd/geth, internal, node, vendor: nuke geth monitor
6 years ago
Péter Szilágyi
29bc982d75
cmd/geth, internal, node, vendor: nuke geth monitor
6 years ago
gary rong
36f81118f6
core/state: fix state iterator ( #19127 )
...
* core/state: fix state iterator
* core: fix state iterator more elegant
6 years ago
Péter Szilágyi
7dd3194710
Merge pull request #18322 from rjl493456442/reomit-log-events
...
core: re-emit new log event when logs rebirth
6 years ago
Steve Ruckdashel
a8dd1f93c6
node: switching prometheus flock location to tsdb ( #19376 )
...
* node: switching prometheus flock location to tsdb
* rookie mistake
6 years ago
Péter Szilágyi
43631aa1d6
core: minor code polishes + rebase fixes
6 years ago
rjl493456442
690bd8a417
core: re-omit new log event when logs rebirth
6 years ago
gary rong
d5cae48bae
accounts, cmd, internal: disable unlock account on open HTTP ( #17037 )
...
* cmd, accounts, internal, node, rpc, signer: insecure unlock protect
* all: strict unlock API by rpc
* cmd/geth: check before printing warning log
* accounts, cmd/geth, internal: tiny polishes
6 years ago
hydai
9b3601cfce
core/vm: fix typos in comments ( #19391 )
6 years ago
Martin Holst Swende
36b78abe61
core/vm: instruction tests ( #16327 )
...
This PR makes it easy to generate and execute testcases for VM arithmetic operations. By enabling and running the testcase TestWriteExpectedValues, a set of json files are created which contain input and output for each arith operation.
The test TestJsonTestcases executes all of those tests.
While meaningless as is, this PR makes it less risky to make changes (optimizations) to the vm operations, since there will be a larger body of testcases.
6 years ago
Felföldi Zsolt
5164274872
les: extend error message for coinbase API calls ( #19380 )
6 years ago
Martin Holst Swende
0b4fe8d192
all: simplify timestamps to uint64 ( #19372 )
...
* all: simplify timestamps to uint64
* tests: update definitions
* clef, faucet, mobile: leftover uint64 fixups
* ethash: fix tests
* graphql: update schema for timestamp
* ethash: remove unused variable
6 years ago
Péter Szilágyi
e14f8a408c
Merge pull request #19328 from karalabe/preload
...
core: prefetch next block state concurrently
6 years ago
Péter Szilágyi
88d7119ebb
Merge pull request #19374 from karalabe/console-fix-coinbase-printout
...
console: handle eth.coinbase throws
6 years ago
Péter Szilágyi
3baed8dd9a
console: handle eth.coinbase throws
6 years ago
Runchao Han
c4109d790f
core: fix typo in insertChain method doc ( #19371 )
6 years ago
Péter Szilágyi
6caf35684d
Merge pull request #19369 from karalabe/les-update-chts
...
light, params: update CHTs, integrate CHT for Goerli too
6 years ago
Péter Szilágyi
ccffad5553
light, params: update CHTs, integrate CHT for Goerli too
6 years ago
William Setzer
72c98dc41f
cmd/flags: fix typo in --exitwhensynced flag ( #19364 )
...
Corrected error for ExitWhenSyncedFlag, clarifying that the program exits after syncing completes.
6 years ago