1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • dba1750eda p2p/discover: split out discv4 code Felix Lange 2019-04-30 13:13:22 +0200
  • a43ec8bba5 internal/testlog: add logger for unit tests Felix Lange 2019-04-30 13:12:11 +0200
  • befca7e8b0
    Merge pull request #19500 from karalabe/cht-txpool-open-limit Péter Szilágyi 2019-04-30 11:03:57 +0300
  • af96b6644e internal/ethapi: estimate gas usage automatically (#19508) gary rong 2019-04-30 16:02:34 +0800
  • ed47f29bc8
    eth: enforce chain above CHT before accepting txs into the pool Péter Szilágyi 2019-04-26 12:11:22 +0300
  • 504f88b65b core/rawdb: typo fix storea => stores (#19498) Hongbin Mao 2019-04-26 17:22:21 +0800
  • 3873a7314d swarm/network: fix data races in TestInitialPeersMsg test (#19490) Janoš Guljaš 2019-04-25 21:33:18 +0200
  • 92a849a509
    Merge pull request #19497 from karalabe/peers-50 Péter Szilágyi 2019-04-25 17:25:09 +0300
  • 937417527c core: lookup txs by block number instead of block hash (#19431) Matthew Halpern 2019-04-25 07:24:56 -0700
  • 7c91038bff
    Merge pull request #19438 from karalabe/ledger-new-derivation-path Péter Szilágyi 2019-04-25 13:33:17 +0300
  • 0758d7fe5c
    cmd/utils, node: switch over default peer count to 50 Péter Szilágyi 2019-04-25 12:54:33 +0300
  • 749ccab9a4 eth/downloader: enable unsync-protection for light client (#19496) gary rong 2019-04-25 16:31:23 +0800
  • 6269e5574c miner: polish miner configuration (#19480) gary rong 2019-04-23 15:08:51 +0800
  • d9403690ec swarm/pss: Fix flaky TestProxNetwork (#19471) gluk256 2019-04-19 11:15:17 +0200
  • d8dc37c85b
    Merge pull request #18168 from karalabe/trie-better-cache-size-estimation Péter Szilágyi 2019-04-18 12:46:27 +0300
  • 29bba5d0b2 p2p: fix typo in dialstate comment (#19476) Guillaume Ballet 2019-04-18 09:02:11 +0200
  • 78ec90717a
    swarm/version: bump version due to Geth hotfix release Péter Szilágyi 2019-04-17 15:50:41 +0300
  • 4bcc0a37ab
    Merge pull request #19473 from karalabe/geth-1.8.27 v1.8.27 Péter Szilágyi 2019-04-17 15:47:54 +0300
  • b5f92e66c6
    params, swarm: release Geth v1.8.27 (noop Swarm v0.3.15) Péter Szilágyi 2019-04-17 14:57:38 +0300
  • d8787230fa
    eth, les, light: enforce CHT checkpoints on fast-sync too Péter Szilágyi 2019-04-16 13:20:38 +0300
  • f496927a93
    Merge pull request #19468 from karalabe/enforce-fastsync-checkpoints Péter Szilágyi 2019-04-17 14:50:51 +0300
  • 38f6b85638
    eth, les, light: enforce CHT checkpoints on fast-sync too Péter Szilágyi 2019-04-16 13:20:38 +0300
  • 921b3160db les: fix p2p.Protocol.PeerInfo (#19472) Felföldi Zsolt 2019-04-17 09:57:53 +0200
  • c9d9a2d48a
    Merge pull request #19470 from SamuelMarks/go1.12.4 Péter Szilágyi 2019-04-16 17:44:11 +0300
  • 04a75a1863
    appveyor.yml: Upgraded to Go 1.12.4 Samuel Marks 2019-04-17 00:14:06 +1000
  • 85b6823d16 les: check required message types in cost table (#19454) Felföldi Zsolt 2019-04-16 13:30:47 +0200
  • 78d90c47f7
    Merge pull request #19345 from Matthalp/optimize-receipt-storage Péter Szilágyi 2019-04-16 09:51:46 +0300
  • ce9a289fa4
    core/types: fix cummulative gas bug and legacy decoding tests gary rong 2019-04-15 13:15:05 +0300
  • 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 +0200
  • 7221cb1434
    core, eth, les, light: scope receipt functionality a bit cleaner Péter Szilágyi 2019-04-15 12:36:27 +0300
  • 6b0ddd141e
    core, eth, les, light: store transaction receipts without txHash and gasCost Matthew Halpern 2019-03-27 09:11:24 -0700
  • d9d60a5a7f
    cmd: special case default cache allowance (4GB mainnet, 128MB ligh) Péter Szilágyi 2019-04-12 12:06:43 +0300
  • 4a4abc41d4
    trie: approximate the wasted cache metaspace closer Péter Szilágyi 2018-11-22 14:09:04 +0200
  • 1528b791ac
    node: do not continue if 'signer' is used but connection fails (#19441) Martin Holst Swende 2019-04-12 10:18:03 +0200
  • d5af3a584c
    cmd/clef, signer: make fourbyte its own package, break dep cycle (#19450) Péter Szilágyi 2019-04-11 20:01:11 +0300
  • 26b50e3ebe cmd/swarm: fix resource leaks in tests (#19443) Ferenc Szabo 2019-04-11 12:44:15 +0200
  • 54dfce8af7 cmd/clef: bundle 4byte db into clef, (#19112) Martin Holst Swende 2019-04-11 12:22:48 +0200
  • 31bc2a2434 metrics/prometheus: expose metrics in prometheus format too (#17077) Maxim Krasilnikov 2019-04-11 12:56:19 +0300
  • 74acde4b08 clef: update warning-text (#19442) Martin Holst Swende 2019-04-10 17:38:12 +0200
  • b7dd225179
    swarm/version: bump Swarm due to Geth hotfix release Péter Szilágyi 2019-04-10 16:13:35 +0300
  • cdae1c59ab
    Merge pull request #19437 from zsfelfoldi/fix-sendtx v1.8.26 Péter Szilágyi 2019-04-10 15:45:13 +0300
  • 0b00e19ed9
    params, swarm: release Geth v1.8.26 (+noop Swarm v0.3.14) Péter Szilágyi 2019-04-10 15:38:01 +0300
  • c8d8126bd0 les: check required message types in cost table Zsolt Felfoldi 2019-04-10 11:01:54 +0200
  • 0de9f32ae8 les: backported new SendTx cost calculation Zsolt Felfoldi 2019-04-10 10:44:19 +0200
  • a1c5017bc5 accounts/scwallet: fix card pairing instruction message (#19436) Guillaume Ballet 2019-04-10 12:46:35 +0200
  • ae7344d799
    accounts: switch Ledger derivation path to canonical one Péter Szilágyi 2019-04-10 13:09:08 +0300
  • 8cf764da89
    Revert "Can now specify the number of empty accounts to derive" Péter Szilágyi 2019-04-10 12:51:22 +0300
  • f0b878d56d
    accounts/scwallet: Update README for v2.2.1 support (#19425) Guillaume Ballet 2019-04-10 10:51:45 +0200
  • 3fa76298e4 p2p: remove useless parameter (#19433) ANOTHEL 2019-04-10 17:49:02 +0900
  • e4cb7b80d5 rpc: cancel root context after all requests are served (#19430) gary rong 2019-04-10 16:47:09 +0800
  • 22e1d2ce03
    Merge pull request #19426 from karalabe/vendor-fix-freegeoip Péter Szilágyi 2019-04-10 00:12:57 +0300
  • da99c0691c
    vendor: fix some vendor config leftover Péter Szilágyi 2019-04-10 00:11:59 +0300
  • cf1a6d7c56 vendor: upgrade go-libpcsclite (#19420) Guillaume Ballet 2019-04-09 22:40:53 +0200
  • 33d28f37c7
    Merge pull request #19423 from SamuelMarks/go1.12.3 Péter Szilágyi 2019-04-09 18:30:32 +0300
  • 60ab5faf54
    appveyor.yml: Upgraded to Go 1.12.3 Samuel Marks 2019-04-10 00:55:56 +1000
  • 1fc3e44ffe
    accounts:smartcard wallet without the dependency on libpcsclite (#19273) Guillaume Ballet 2019-04-09 11:53:58 +0200
  • 5fc5971438
    swarm/version: bump version due to Geth-only hotfix release Péter Szilágyi 2019-04-09 12:19:24 +0300
  • 14ae1246b7
    Merge pull request #19416 from jmcnevin/cli-fix v1.8.25 Péter Szilágyi 2019-04-09 11:47:09 +0300
  • f538d15241 clef: fix chainId key being present in domain map (#19303) Steve Gattuso 2019-04-09 04:17:09 -0400
  • dc59af8622
    params, swarm: hotfix Geth v1.8.25 release to restore rpc flags Péter Szilágyi 2019-04-09 10:58:00 +0300
  • 45730cfab3
    cmd/geth: fix accidental --rpccorsdomain and --rpcvhosts removal Jeremy McNevin 2019-04-08 12:51:15 -0500
  • 7c28ecbcc3 Add missing dependency Guillaume Ballet 2019-04-09 08:52:25 +0200
  • 86806d8b24 Update bip-39 ref and remove ebfe/scard from vendor Guillaume Ballet 2019-04-08 19:16:27 +0200
  • 4e13a09c50
    Merge pull request #19370 from karalabe/geth-1.8.24 v1.8.24 Péter Szilágyi 2019-04-08 16:16:05 +0300
  • 5b947c5004
    swarm/version: bump version due to Geth maintenance release Péter Szilágyi 2019-04-08 16:08:22 +0300
  • 009d2fe2d6
    params, swarm: release Geth v1.8.24 (noop Swarm 0.3.12) Péter Szilágyi 2019-04-08 16:06:59 +0300
  • 8ee5bb2289 Fix rebase error: include norm package Guillaume Ballet 2019-04-08 14:17:29 +0200
  • e872ba7a9e
    eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401) Martin Holst Swende 2019-04-08 13:49:52 +0200
  • 7c08e48141
    Merge pull request #19403 from zsfelfoldi/remove-les1 Felföldi Zsolt 2019-04-08 14:04:14 +0200
  • e2f3465e83 eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401) Martin Holst Swende 2019-04-08 13:49:52 +0200
  • 9d9c6b5847
    p2p/discover: bump failure counter only if no nodes were provided (#19362) Felix Lange 2019-04-08 13:35:11 +0200
  • ed97517ff4 p2p/discover: bump failure counter only if no nodes were provided (#19362) Felix Lange 2019-04-08 13:35:11 +0200
  • 5b30aa59d6 Can now specify the number of empty accounts to derive Guillaume Ballet 2019-04-08 13:04:08 +0200
  • 6f21520a82 More review feedback Guillaume Ballet 2019-04-04 23:41:52 +0200
  • fc3000d649 more review feedback Guillaume Ballet 2019-04-04 20:06:40 +0200
  • d2daff4258 fix a serialization error Guillaume Ballet 2019-04-04 20:04:03 +0200
  • aae61ab16e Apply suggestions from code review Martin Holst Swende 2019-04-04 09:19:20 +0200
  • df5409c952 'sanitize' JSON input Martin Holst Swende 2019-04-04 09:16:34 +0200
  • 3b3e1bc07e Update the card preparation instructions based on review feedback Guillaume Ballet 2019-04-03 09:50:52 +0200
  • 8c786a1f99 refresh the account list when initializing the card Guillaume Ballet 2019-04-02 19:30:15 +0200
  • 79f4cfac2e refuse to overwrite the master key of a previously initialized card Guillaume Ballet 2019-04-02 19:28:24 +0200
  • 1d1bee528e fix unnecessary condition linter warning Guillaume Ballet 2019-03-24 16:15:43 +0100
  • 28c8f41b90 Set gballet as codeowner of the smartcard wallet dir Guillaume Ballet 2019-03-23 17:14:08 +0100
  • 714675cd2a Upgrade to keycard app v2.1.1 Guillaume Ballet 2019-03-23 17:13:02 +0100
  • 35b80f1865 Fix linter issues Guillaume Ballet 2019-03-23 08:45:08 +0100
  • bcf3c52ac9 PK derivation has to be supported by the card Guillaume Ballet 2019-03-22 19:52:23 +0100
  • 2625057fe3 Achieve full transaction signature+sending Guillaume Ballet 2019-03-22 19:51:05 +0100
  • 189a032987 Add instructions on how to install the card Guillaume Ballet 2019-03-21 10:54:24 +0100
  • ec4fba83d4 Formatting fixes Guillaume Ballet 2019-03-20 19:21:36 +0100
  • 0a0b93708d Vendor keycard-go/derivationpath Guillaume Ballet 2019-03-20 19:20:55 +0100
  • 21b01f590d Update a comment to reflect the workings of the updated system Guillaume Ballet 2019-03-20 19:09:47 +0100
  • 9b66a8520a Add some documentation Guillaume Ballet 2019-03-20 15:46:36 +0100
  • e273031dce Fix key derivation Guillaume Ballet 2019-03-20 15:30:15 +0100
  • 7ec6fa03d3 fix wallet status update Guillaume Ballet 2019-03-19 23:14:31 +0100
  • 42c76a2ba1 Temporary fix to the ADBU status call Guillaume Ballet 2019-03-15 19:04:10 +0100
  • 5617dca1c9 Remove the direct dependency on libpcsclite Guillaume Ballet 2019-03-14 23:03:13 +0100
  • ae82c58631 Fix some linter issues Guillaume Ballet 2019-02-21 19:43:14 +0100
  • 7b230b7ef1 accounts/scwallet: rebase and update Guillaume Ballet 2019-02-18 19:59:12 +0100
  • a900e80a89 accounts/scwallet: fix crypto API change Péter Szilágyi 2018-06-16 20:49:45 +0300
  • 7d5886dcf4 accounts, console: frendly card errors, support pin unblock Péter Szilágyi 2018-04-20 10:37:45 +0300