Commit Graph

  • 350a0490ab les: fix unittest (#21382) gary rong 2020-07-29 18:44:14 +08:00
  • 37564ceda6 miner: refactor helper functions in worker.go (#21044) Robert Zaremba 2020-07-28 18:16:49 +02:00
  • 28c5a8a54b les: implement new les fetcher (#20692) gary rong 2020-07-28 23:02:35 +08:00
  • 298a19bbc6 core: API-less transaction time sorting Péter Szilágyi 2020-07-28 17:13:04 +03:00
  • c47052a580 core: sort txs at the same gas price by received time Hendrik Hofstadt 2020-07-22 15:37:44 +02:00
  • 93da0cf8a1 cmd, core, eth, light, trie: dump clean cache periodically (#20391) gary rong 2020-07-28 21:30:31 +08:00
  • 79ce5537ab signer/storage: fix a badly ordered error check (#21379) 6543 2020-07-28 11:47:05 +02:00
  • 8e7bee9b56 params: begin v1.9.19 release cycle Péter Szilágyi 2020-07-27 14:58:45 +03:00
  • f538259187 params: release Geth v1.9.18 v1.9.18 Péter Szilágyi 2020-07-27 14:53:53 +03:00
  • b1be979443 params: upgrade CHTs (#21376) gary rong 2020-07-27 17:57:15 +08:00
  • e997f92caf Merge pull request #21368 from holiman/update_uint256 Péter Szilágyi 2020-07-24 15:02:52 +03:00
  • 56434bfa89 deps: update uint256 to v1.1.1 Martin Holst Swende 2020-07-24 14:00:08 +02:00
  • 6793ffa12b Merge pull request #21300 from rjl493456442/txpool-fix-queued-evictions Péter Szilágyi 2020-07-24 11:14:42 +03:00
  • 5413df1dfa core: fix heartbeat in txpool rjl493456442 2020-07-08 16:27:04 +08:00
  • c374447401 core: fix queued transaction eviction villanuevawill 2020-05-22 21:15:01 -04:00
  • 105922180f eth/downloader: refactor downloader + queue (#21263) Martin Holst Swende 2020-07-24 09:46:26 +02:00
  • 3a57eecc69 mobile: fix build on iOS (#21362) Felix Lange 2020-07-23 19:15:40 +02:00
  • 997b55236e build: fix GOBIN for gomobile commands (#21361) Felix Lange 2020-07-23 12:34:08 +02:00
  • 4c268e65a0 cmd/utils: implement configurable developer (--dev) account options (#21301) meowsbits 2020-07-22 22:47:34 -05:00
  • 0b53e485d8 Merge pull request #21352 from karalabe/dev-noinit-genesis Péter Szilágyi 2020-07-22 17:39:08 +03:00
  • 9e22e912e3 cmd/utils: reuse existing genesis in persistent dev mode Péter Szilágyi 2020-07-21 15:53:47 +03:00
  • 123864fc05 whisper/whisperv6: improve test error messages (#21348) rene 2020-07-21 10:53:06 +02:00
  • 7163a6664e ethclient: serialize negative block number as "pending" (#21177) Sammy Libre 2020-07-21 13:51:15 +05:00
  • 4366c45e4e les: make clientPool.connectedBias configurable (#21305) Binacs 2020-07-21 16:23:40 +08:00
  • 3a52c4dcf2 Merge pull request #21336 from karalabe/tiny-ref-optimization Péter Szilágyi 2020-07-21 10:53:12 +03:00
  • 722b742780 params: begin v1.9.18 release cycle Péter Szilágyi 2020-07-20 15:58:33 +03:00
  • 748f22c192 params: release Geth v1.9.17 v1.9.17 Péter Szilágyi 2020-07-20 15:56:42 +03:00
  • 43e2e58cbd accounts, internal: fix funding check when estimating gas (#21346) gary rong 2020-07-20 20:52:42 +08:00
  • 35ddf36229 Merge pull request #21347 from karalabe/ethstats-fixes Péter Szilágyi 2020-07-20 11:47:13 +03:00
  • 0fef66c739 ethstats: fix reconnection issue, implement primus pings Péter Szilágyi 2020-07-20 11:11:38 +03:00
  • 508891e64b core/vm: use pointers to operations vs. copy by value Péter Szilágyi 2020-07-16 15:32:01 +03:00
  • 9e88224eb8 core: raise gas limit in --dev mode, seed blake precompile (#21323) Nikola Madjarevic 2020-07-16 14:08:38 +02:00
  • 295693759e core/vm: less allocations for various call variants (#21222) Martin Holst Swende 2020-07-16 14:06:19 +02:00
  • 240d1851db trie: quell linter in commiter.go (#21329) Guillaume Ballet 2020-07-15 10:00:04 +02:00
  • 6c9f040ebe core: transaction pool optimizations (#21328) Martin Holst Swende 2020-07-14 21:42:32 +02:00
  • 5b081ab214 cmd/clef: change --rpcport to --http.port and update flags in docs (#21318) rene 2020-07-14 10:35:32 +02:00
  • 6ef4495a8f p2p/discover: require table nodes to have an IP (#21330) Felix Lange 2020-07-13 22:25:45 +02:00
  • 79addac698 core/rawdb: better log messages for ancient failure (#21327) gary rong 2020-07-14 02:43:30 +08:00
  • 7d5267e3a2 .github: Change Code Owners (#21326) rene 2020-07-13 16:20:20 +02:00
  • 4edbc1f2bb internal/ethapi: cap txfee for SignTransaction and Resend (#21231) gary rong 2020-07-13 18:45:39 +08:00
  • 6cf6e1d753 README.md: point Go API reference link to pkg.go.dev (#21321) Tien 2020-07-13 16:22:30 +07:00
  • 2e08dad9e6 p2p/discv5: unset pingEcho on pong timeout (#21324) libotony 2020-07-13 17:20:47 +08:00
  • af258efdb9 light: goimports -w (#21325) Felix Lange 2020-07-13 11:17:49 +02:00
  • 6eef141aef les: historical data garbage collection (#19570) gary rong 2020-07-13 17:02:54 +08:00
  • b8dd0890b3 params: begin v1.9.17 release cycle Felix Lange 2020-07-10 12:40:31 +02:00
  • ea3b00ad75 params: go-ethereum v1.9.16 stable v1.9.16 Felix Lange 2020-07-10 12:38:48 +02:00
  • feb40e3a4d accounts/external: remove dependency on internal/ethapi (#21319) gary rong 2020-07-10 17:33:31 +08:00
  • beabf95ad7 cmd/geth, cmd/puppeth: replace deprecated rpc and ws flags in tests and docs (#21317) rene 2020-07-09 17:48:40 +02:00
  • 6ccce0906a common/math: use math/bits intrinsics for Safe* (#21316) Felix Lange 2020-07-09 17:45:49 +02:00
  • bcb3087450 Revert "core, txpool: less allocations when handling transactions (#21232)" Felix Lange 2020-07-09 14:02:03 +02:00
  • 967d8de77a eth/downloader: fix peer idleness tracking when restarting state sync (#21260) Martin Holst Swende 2020-07-08 23:08:08 +02:00
  • 7a556abe15 go.mod: upgrade to github.com/golang/snappy with arm64 asm (#21304) ucwong 2020-07-08 20:06:53 +08:00
  • 5b1cfdef89 eth: increase timeout in TestBroadcastBlock (#21299) Martin Holst Swende 2020-07-08 11:50:26 +02:00
  • c16967c267 cmd/clef: Fix broken link in README and other minor fixes (#21303) chris-j-h 2020-07-07 21:23:23 +01:00
  • 6a48ae37b2 cmd/devp2p: add discv4 test suite (#21163) Adam Schmideg 2020-07-07 14:37:33 +02:00
  • e5871b928f cmd/clef: Update README with external v6.0.0 & internal v7.0.1 APIs (#21298) chris-j-h 2020-07-07 10:12:38 +01:00
  • 6d8e51ab88 cmd, node: dump empty value config (#21296) gary rong 2020-07-07 04:09:30 +08:00
  • 6315b6fcc0 rlp: reduce allocations for big.Int and byte array encoding (#21291) Felix Lange 2020-07-06 11:17:09 +02:00
  • fa01117498 build/ci: handle split up listing (#21293) Martin Holst Swende 2020-07-04 20:10:48 +02:00
  • 490b380a04 cmd/geth: allow configuring metrics HTTP server on separate endpoint (#21290) meowsbits 2020-07-03 12:12:22 -05:00
  • 61270e5e1c eth/gasprice: lighter gas price oracle for light client (#20409) gary rong 2020-07-03 20:50:35 +08:00
  • 07a95ce571 les/checkpointoracle: don't lookup checkpoint more than once per minute (#21285) Martin Holst Swende 2020-07-02 10:15:11 +02:00
  • 04c4e50d72 ethapi: don't crash when keystore-specific methods are called but external signer used (#21279) Martin Holst Swende 2020-07-02 10:00:18 +02:00
  • 7451fc637d internal/ethapi: default gas to maxgascap, not max int64 (#21284) Martin Holst Swende 2020-07-02 09:43:42 +02:00
  • 12867d152c rpc, internal/ethapi: default rpc gascap at 25M + better error message (#21229) Martin Holst Swende 2020-07-01 19:54:21 +02:00
  • af5c97aebe core, txpool: less allocations when handling transactions (#21232) Marius van der Wijden 2020-07-01 19:35:26 +02:00
  • 8dfd66f701 rlp: avoid list header allocation in encoder (#21274) Marius van der Wijden 2020-07-01 13:49:19 +02:00
  • ec51cbb5fb cmd/geth: LES priority client test (#20719) Adam Schmideg 2020-07-01 10:31:11 +02:00
  • d671dbd5b7 eth/downloader: fixes data race between synchronize and other methods (#21201) Marius van der Wijden 2020-06-30 19:43:29 +02:00
  • 1e635bd0bd go.mod: updated crypto deps causing build failure (#21276) rene 2020-06-30 16:05:59 +02:00
  • b86b1e6d43 go.mod: bump gopsutil version (#21275) Guillaume Ballet 2020-06-30 15:22:21 +02:00
  • ddeea1e0c6 core: types: less allocations when hashing and tx handling (#21265) Marius van der Wijden 2020-06-30 11:59:06 +02:00
  • e376d2fb31 cmd/evm: add state transition tool for testing (#20958) Martin Holst Swende 2020-06-30 10:12:51 +02:00
  • dd91c7ce6a cmd: abstract getPassPhrase functions into one (#21219) Binacs 2020-06-30 15:56:40 +08:00
  • c13df14581 utils: fix ineffectual miner config flags (#21271) meowsbits 2020-06-30 02:05:25 -05:00
  • 02cea2330d eth: returned revert reason in traceTx (#21195) Marius van der Wijden 2020-06-26 10:19:31 +00:00
  • 413358abb9 cmd/geth: make import cmd exit with 1 if import errors occurred (#21244) meowsbits 2020-06-24 15:01:58 -05:00
  • 0c82928981 core/vm: fix incorrect computation of BLS discount (#21253) Marius van der Wijden 2020-06-24 19:58:28 +00:00
  • b482423e61 trie: reduce allocs in insertPreimage (#21261) Marius van der Wijden 2020-06-24 19:56:27 +00:00
  • 93142e50c3 eth: don't block if transaction broadcast loop fails (#21255) gary rong 2020-06-24 18:54:13 +08:00
  • 23f1a0b783 crypto/secp256k1: enable 128-bit int code and endomorphism optimization (#21203) Felix Lange 2020-06-24 12:51:32 +02:00
  • da180ba097 cmd/devp2p: add commands for node key management (#21202) Felix Lange 2020-06-24 10:41:53 +02:00
  • c42d1390d3 Merge pull request #21256 from karalabe/p2p-packet-metrics Péter Szilágyi 2020-06-24 09:44:23 +03:00
  • 42ccb2fdbd p2p: measure packet throughput too, not just bandwidth Péter Szilágyi 2020-06-24 09:36:20 +03:00
  • dce533c246 whisper: fix time.sleep by time.ticker in whisper_test (#21251) ucwong 2020-06-23 16:46:59 +08:00
  • 9a188c975d common/fdlimit: build on DragonflyBSD (#21241) Guillaume Ballet 2020-06-19 15:43:52 +02:00
  • 3ebfeb09fe core/rawdb: fix high memory usage in freezer (#21243) AusIV 2020-06-19 02:51:37 -05:00
  • 5435e0d1a1 whisper : use timer.Ticker instead of sleep (#21240) ucwong 2020-06-18 23:58:49 +08:00
  • e029cc6616 go.mod: update snappy dependency (#21237) ucwong 2020-06-18 19:01:49 +08:00
  • 56a319b9da cmd, eth, internal, les: add txfee cap (#21212) gary rong 2020-06-17 15:46:31 +08:00
  • bcf19bc4be core/rawdb: swap tailId and itemOffset for deleted items in freezer (#21220) zhangsoledad 2020-06-17 15:41:07 +08:00
  • eb9d7d15ec Merge pull request #21170 from duanhao0814/fix-dup-ecrecover Péter Szilágyi 2020-06-16 11:35:16 +03:00
  • a981b60c25 eth/downloader: don't use defer for unlock before return (#21227) sixdays 2020-06-15 20:46:27 +08:00
  • 9371b2f70c internal/web3ext: add missing params to debug.accountRange (#21208) HackyMiner 2020-06-11 22:41:43 +09:00
  • c85fdb76ee go.mod: update uint256 to 1.1.0 (#21206) Martin Holst Swende 2020-06-11 06:27:43 +02:00
  • e30c0af861 build, internal/ethapi, crypto/bls12381: fix typos (#21210) Yang Hau 2020-06-11 04:25:32 +08:00
  • 4a19c0e7b8 core, eth, internal: include read storage entries in structlog output (#21204) gary rong 2020-06-10 17:46:13 +08:00
  • e9ba536d85 eth/downloader: fix spuriously failing tests (#21149) Martin Holst Swende 2020-06-09 11:39:19 +02:00
  • 89043cba75 accounts/abi: make GetType public again (#21157) Natsu Kagami 2020-06-09 04:26:56 -04:00
  • d5c267fd30 accounts/keystore: fix typo in error message (#21200) Pau 2020-06-09 10:23:42 +02:00