Commit Graph

  • 504f88b65b core/rawdb: typo fix storea => stores (#19498) Hongbin Mao 2019-04-26 17:22:21 +08:00
  • 3873a7314d swarm/network: fix data races in TestInitialPeersMsg test (#19490) Janoš Guljaš 2019-04-25 21:33:18 +02:00
  • 92a849a509
    Merge pull request #19497 from karalabe/peers-50 Péter Szilágyi 2019-04-25 17:25:09 +03:00
  • 937417527c core: lookup txs by block number instead of block hash (#19431) Matthew Halpern 2019-04-25 07:24:56 -07:00
  • 7c91038bff
    Merge pull request #19438 from karalabe/ledger-new-derivation-path Péter Szilágyi 2019-04-25 13:33:17 +03:00
  • 0758d7fe5c
    cmd/utils, node: switch over default peer count to 50 Péter Szilágyi 2019-04-25 12:54:33 +03:00
  • 749ccab9a4 eth/downloader: enable unsync-protection for light client (#19496) gary rong 2019-04-25 16:31:23 +08:00
  • 6269e5574c miner: polish miner configuration (#19480) gary rong 2019-04-23 15:08:51 +08:00
  • d9403690ec swarm/pss: Fix flaky TestProxNetwork (#19471) gluk256 2019-04-19 11:15:17 +02:00
  • d8dc37c85b
    Merge pull request #18168 from karalabe/trie-better-cache-size-estimation Péter Szilágyi 2019-04-18 12:46:27 +03:00
  • 29bba5d0b2 p2p: fix typo in dialstate comment (#19476) Guillaume Ballet 2019-04-18 09:02:11 +02:00
  • 78ec90717a
    swarm/version: bump version due to Geth hotfix release Péter Szilágyi 2019-04-17 15:50:41 +03:00
  • f496927a93
    Merge pull request #19468 from karalabe/enforce-fastsync-checkpoints Péter Szilágyi 2019-04-17 14:50:51 +03:00
  • 38f6b85638
    eth, les, light: enforce CHT checkpoints on fast-sync too Péter Szilágyi 2019-04-16 13:20:38 +03:00
  • 921b3160db les: fix p2p.Protocol.PeerInfo (#19472) Felföldi Zsolt 2019-04-17 09:57:53 +02:00
  • c9d9a2d48a
    Merge pull request #19470 from SamuelMarks/go1.12.4 Péter Szilágyi 2019-04-16 17:44:11 +03:00
  • 04a75a1863
    appveyor.yml: Upgraded to Go 1.12.4 Samuel Marks 2019-04-17 00:14:06 +10:00
  • 85b6823d16 les: check required message types in cost table (#19454) Felföldi Zsolt 2019-04-16 13:30:47 +02:00
  • 78d90c47f7
    Merge pull request #19345 from Matthalp/optimize-receipt-storage Péter Szilágyi 2019-04-16 09:51:46 +03:00
  • ce9a289fa4
    core/types: fix cummulative gas bug and legacy decoding tests gary rong 2019-04-15 13:15:05 +03:00
  • 73fc65bb5b swarm/storage/feed: add context handling/cancellation to Swarm Feeds lookup, fix bad hint lookup bug (#19353) Javier Peletier 2019-04-16 07:13:02 +02:00
  • 7221cb1434
    core, eth, les, light: scope receipt functionality a bit cleaner Péter Szilágyi 2019-04-15 12:36:27 +03:00
  • 6b0ddd141e
    core, eth, les, light: store transaction receipts without txHash and gasCost Matthew Halpern 2019-03-27 09:11:24 -07:00
  • d9d60a5a7f
    cmd: special case default cache allowance (4GB mainnet, 128MB ligh) Péter Szilágyi 2019-04-12 12:06:43 +03:00
  • 4a4abc41d4
    trie: approximate the wasted cache metaspace closer Péter Szilágyi 2018-11-22 14:09:04 +02:00
  • 1528b791ac
    node: do not continue if 'signer' is used but connection fails (#19441) Martin Holst Swende 2019-04-12 10:18:03 +02:00
  • d5af3a584c
    cmd/clef, signer: make fourbyte its own package, break dep cycle (#19450) Péter Szilágyi 2019-04-11 20:01:11 +03:00
  • 26b50e3ebe cmd/swarm: fix resource leaks in tests (#19443) Ferenc Szabo 2019-04-11 12:44:15 +02:00
  • 54dfce8af7 cmd/clef: bundle 4byte db into clef, (#19112) Martin Holst Swende 2019-04-11 12:22:48 +02:00
  • 31bc2a2434 metrics/prometheus: expose metrics in prometheus format too (#17077) Maxim Krasilnikov 2019-04-11 12:56:19 +03:00
  • 74acde4b08 clef: update warning-text (#19442) Martin Holst Swende 2019-04-10 17:38:12 +02:00
  • b7dd225179
    swarm/version: bump Swarm due to Geth hotfix release Péter Szilágyi 2019-04-10 16:13:35 +03:00
  • a1c5017bc5 accounts/scwallet: fix card pairing instruction message (#19436) Guillaume Ballet 2019-04-10 12:46:35 +02:00
  • ae7344d799
    accounts: switch Ledger derivation path to canonical one Péter Szilágyi 2019-04-10 13:09:08 +03:00
  • 8cf764da89
    Revert "Can now specify the number of empty accounts to derive" Péter Szilágyi 2019-04-10 12:51:22 +03:00
  • f0b878d56d
    accounts/scwallet: Update README for v2.2.1 support (#19425) Guillaume Ballet 2019-04-10 10:51:45 +02:00
  • 3fa76298e4 p2p: remove useless parameter (#19433) ANOTHEL 2019-04-10 17:49:02 +09:00
  • e4cb7b80d5 rpc: cancel root context after all requests are served (#19430) gary rong 2019-04-10 16:47:09 +08:00
  • 22e1d2ce03
    Merge pull request #19426 from karalabe/vendor-fix-freegeoip Péter Szilágyi 2019-04-10 00:12:57 +03:00
  • da99c0691c
    vendor: fix some vendor config leftover Péter Szilágyi 2019-04-10 00:11:59 +03:00
  • cf1a6d7c56 vendor: upgrade go-libpcsclite (#19420) Guillaume Ballet 2019-04-09 22:40:53 +02:00
  • 33d28f37c7
    Merge pull request #19423 from SamuelMarks/go1.12.3 Péter Szilágyi 2019-04-09 18:30:32 +03:00
  • 60ab5faf54
    appveyor.yml: Upgraded to Go 1.12.3 Samuel Marks 2019-04-10 00:55:56 +10:00
  • 1fc3e44ffe
    accounts:smartcard wallet without the dependency on libpcsclite (#19273) Guillaume Ballet 2019-04-09 11:53:58 +02:00
  • 5fc5971438
    swarm/version: bump version due to Geth-only hotfix release Péter Szilágyi 2019-04-09 12:19:24 +03:00
  • f538d15241 clef: fix chainId key being present in domain map (#19303) Steve Gattuso 2019-04-09 04:17:09 -04:00
  • 7c28ecbcc3 Add missing dependency Guillaume Ballet 2019-04-09 08:52:25 +02:00
  • 86806d8b24 Update bip-39 ref and remove ebfe/scard from vendor Guillaume Ballet 2019-04-08 19:16:27 +02:00
  • 5b947c5004
    swarm/version: bump version due to Geth maintenance release Péter Szilágyi 2019-04-08 16:08:22 +03:00
  • 8ee5bb2289 Fix rebase error: include norm package Guillaume Ballet 2019-04-08 14:17:29 +02:00
  • 7c08e48141
    Merge pull request #19403 from zsfelfoldi/remove-les1 Felföldi Zsolt 2019-04-08 14:04:14 +02:00
  • e2f3465e83 eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401) Martin Holst Swende 2019-04-08 13:49:52 +02:00
  • ed97517ff4 p2p/discover: bump failure counter only if no nodes were provided (#19362) Felix Lange 2019-04-08 13:35:11 +02:00
  • 5b30aa59d6 Can now specify the number of empty accounts to derive Guillaume Ballet 2019-04-08 13:04:08 +02:00
  • 6f21520a82 More review feedback Guillaume Ballet 2019-04-04 23:41:52 +02:00
  • fc3000d649 more review feedback Guillaume Ballet 2019-04-04 20:06:40 +02:00
  • d2daff4258 fix a serialization error Guillaume Ballet 2019-04-04 20:04:03 +02:00
  • aae61ab16e Apply suggestions from code review Martin Holst Swende 2019-04-04 09:19:20 +02:00
  • df5409c952 'sanitize' JSON input Martin Holst Swende 2019-04-04 09:16:34 +02:00
  • 3b3e1bc07e Update the card preparation instructions based on review feedback Guillaume Ballet 2019-04-03 09:50:52 +02:00
  • 8c786a1f99 refresh the account list when initializing the card Guillaume Ballet 2019-04-02 19:30:15 +02:00
  • 79f4cfac2e refuse to overwrite the master key of a previously initialized card Guillaume Ballet 2019-04-02 19:28:24 +02:00
  • 1d1bee528e fix unnecessary condition linter warning Guillaume Ballet 2019-03-24 16:15:43 +01:00
  • 28c8f41b90 Set gballet as codeowner of the smartcard wallet dir Guillaume Ballet 2019-03-23 17:14:08 +01:00
  • 714675cd2a Upgrade to keycard app v2.1.1 Guillaume Ballet 2019-03-23 17:13:02 +01:00
  • 35b80f1865 Fix linter issues Guillaume Ballet 2019-03-23 08:45:08 +01:00
  • bcf3c52ac9 PK derivation has to be supported by the card Guillaume Ballet 2019-03-22 19:52:23 +01:00
  • 2625057fe3 Achieve full transaction signature+sending Guillaume Ballet 2019-03-22 19:51:05 +01:00
  • 189a032987 Add instructions on how to install the card Guillaume Ballet 2019-03-21 10:54:24 +01:00
  • ec4fba83d4 Formatting fixes Guillaume Ballet 2019-03-20 19:21:36 +01:00
  • 0a0b93708d Vendor keycard-go/derivationpath Guillaume Ballet 2019-03-20 19:20:55 +01:00
  • 21b01f590d Update a comment to reflect the workings of the updated system Guillaume Ballet 2019-03-20 19:09:47 +01:00
  • 9b66a8520a Add some documentation Guillaume Ballet 2019-03-20 15:46:36 +01:00
  • e273031dce Fix key derivation Guillaume Ballet 2019-03-20 15:30:15 +01:00
  • 7ec6fa03d3 fix wallet status update Guillaume Ballet 2019-03-19 23:14:31 +01:00
  • 42c76a2ba1 Temporary fix to the ADBU status call Guillaume Ballet 2019-03-15 19:04:10 +01:00
  • 5617dca1c9 Remove the direct dependency on libpcsclite Guillaume Ballet 2019-03-14 23:03:13 +01:00
  • ae82c58631 Fix some linter issues Guillaume Ballet 2019-02-21 19:43:14 +01:00
  • 7b230b7ef1 accounts/scwallet: rebase and update Guillaume Ballet 2019-02-18 19:59:12 +01:00
  • a900e80a89 accounts/scwallet: fix crypto API change Péter Szilágyi 2018-06-16 20:49:45 +03:00
  • 7d5886dcf4 accounts, console: frendly card errors, support pin unblock Péter Szilágyi 2018-04-20 10:37:45 +03:00
  • 386943943f accounts/scwallet: ordered wallets, tighter events, derivation logs Péter Szilágyi 2018-04-19 13:39:33 +03:00
  • 114de0fe2a accounts/scwallet, console: user friendly card opening Péter Szilágyi 2018-04-18 13:59:32 +03:00
  • 475e8719ba vendor: pull in missing go-echd library Péter Szilágyi 2018-04-18 12:51:30 +03:00
  • 78375608a4 accounts, internal: Changes in response to review Nick Johnson 2018-02-22 13:27:41 +00:00
  • f7027dd68c accounts, core, internal, node: Add support for smartcard wallets Nick Johnson 2018-01-07 18:38:11 +00:00
  • 64f9c1ea09 les, light: remove support for les/1 4096 block CHT sections Zsolt Felfoldi 2019-04-05 17:40:03 +02:00
  • 5515f364ae les: removed les/1 protocol messages Zsolt Felfoldi 2019-04-05 17:01:51 +02:00
  • 3996bc1ad9
    Merge pull request #19411 from holiman/uncle_abort_early Péter Szilágyi 2019-04-08 13:02:33 +03:00
  • 2a8a07c2b3
    Merge pull request #19412 from karalabe/rinkeby-petersburg Péter Szilágyi 2019-04-08 12:22:51 +03:00
  • dd0cfe5e11
    params: set Rinkeby Petersburg fork block (4th May, 2019) Péter Szilágyi 2019-04-08 12:15:47 +03:00
  • d763b49ae3
    consensus,core: shortcut uncle validation Martin Holst Swende 2019-04-08 09:13:05 +02:00
  • 78644f0377
    Merge pull request #19405 from SamuelMarks/go1.12.2 Péter Szilágyi 2019-04-08 11:07:25 +03:00
  • de195bf152
    travis: update builders to xenial to shadow Go releases Péter Szilágyi 2019-04-08 10:43:01 +03:00
  • 212b25869d
    appveyor.yml: Upgrade to go1.12.2 Samuel Marks 2019-04-06 13:02:21 +11:00
  • bca140b73d
    Merge pull request #19400 from karalabe/nuke-bug Péter Szilágyi 2019-04-05 13:56:30 +03:00
  • 8b427296c9
    Merge pull request #19402 from karalabe/trie-disallow-metaroot-retrieval Péter Szilágyi 2019-04-05 13:56:14 +03:00
  • 4bf0d11e7c
    trie: there's no point in retrieving the metaroot Péter Szilágyi 2019-04-05 13:09:28 +03:00
  • da19f302b8
    cmd: nuke geth bug, nobody is using it anyway Péter Szilágyi 2019-04-05 12:44:45 +03:00
  • ee376f6766
    Merge pull request #19399 from karalabe/nuke-monitor Péter Szilágyi 2019-04-05 12:42:49 +03:00