Commit Graph

  • 158f72cc0c internal/ethapi: restore net_version RPC method (#22061) Marius van der Wijden 2020-12-23 13:43:22 +01:00
  • 61469cfeaf eth/downloader: fix typo in comment (#22019) ucwong 2020-12-21 22:39:58 +08:00
  • c5a3ffa363 eth/download/statesync : optimize to avoid a copy in state sync hashing (#22035) ucwong 2020-12-21 18:54:39 +08:00
  • 3c46f5570b cmd/faucet: sort requests by newest first (#22018) Marius van der Wijden 2020-12-17 01:20:20 +01:00
  • c7f2536735 les: les/4 minimalistic version (#21909) Felföldi Zsolt 2020-12-15 20:12:14 +01:00
  • 8cde2966af eth, core: speed up some tests (#22000) Martin Holst Swende 2020-12-15 18:52:51 +01:00
  • 0fe66f8ae4 eth/protocols/eth: remove magic numbers in test (#21999) Mr-Leshiy 2020-12-14 15:31:23 +02:00
  • 4859929798 cmd/geth: fixed parallelization flaw in account import test (#22002) Marius van der Wijden 2020-12-14 14:08:53 +01:00
  • 017831dd5b core, eth: split eth package, implement snap protocol (#21482) Péter Szilágyi 2020-12-14 11:27:15 +02:00
  • 00d10e610f cmd/abigen: clarify abigen alias flag usage (#21875) Shiming 2020-12-13 00:36:32 +08:00
  • 38c1d592b7 abi/bind: fix error-handling in generated wrappers for functions returning structs (#22005) Connor Stein 2020-12-12 04:16:34 -05:00
  • 4d48980e74 core, eth, les: implement unclean-shutdown marker (#21893) Martin Holst Swende 2020-12-11 15:56:00 +01:00
  • c49aae9870 consensus: refactor FinalizeAndAssemble to use Finalize (#21993) Mr-Leshiy 2020-12-11 16:49:44 +02:00
  • efe6dd2904 consensus/ethash: implement faster difficulty calculators (#21976) Martin Holst Swende 2020-12-11 11:06:44 +01:00
  • 88c696240d core/txpool: remove "local" notion from the txpool price heap (#21478) gary rong 2020-12-11 17:44:57 +08:00
  • b47f4ca5cf cmd/faucet: use Twitter API instead of scraping webpage (#21850) Mudit Gupta 2020-12-11 15:05:39 +05:30
  • 62dc59c2bd miner, test: fix potential goroutine leak (#21989) lzhfromustc 2020-12-11 04:29:42 -05:00
  • 1a715d7db5 les: rework float conversion on arm64 and other architectures (#21994) Guillaume Ballet 2020-12-11 09:28:01 +00:00
  • fc0662bb23 params: begin v1.9.26 release cycle Felix Lange 2020-12-11 08:59:46 +01:00
  • e787272901 params: go-ethereum v1.9.25 stable v1.9.25 Felix Lange 2020-12-11 08:59:12 +01:00
  • 1d1f5fea4a build: upgrade to Go 1.15.6 (#21986) Felix Lange 2020-12-11 09:02:55 +01:00
  • 004541098d les: introduce forkID (#21974) gary rong 2020-12-11 00:20:55 +08:00
  • b44f24e3e6 core, trie: speed up some tests with quadratic processing flaw (#21987) Martin Holst Swende 2020-12-10 14:48:32 +01:00
  • 9f6bb492bb les, light: remove untrusted header retrieval in ODR (#21907) gary rong 2020-12-10 21:33:52 +08:00
  • 817a3fb562 p2p/enode: avoid crashing for invalid IP (#21981) Felix Lange 2020-12-09 20:21:31 +01:00
  • f935b1d542 crypto/signify, build: fix archive signing with signify (#21977) Felix Lange 2020-12-09 15:43:36 +01:00
  • 915643a3e5 cmd/geth: add test to verify regexps in version check (#21962) Martin Holst Swende 2020-12-09 13:59:24 +01:00
  • 40b6ccf383 core,les: headerchain import in batches (#21471) Martin Holst Swende 2020-12-09 11:13:02 +01:00
  • bd848aad7c common: improve printing of Hash and Address (#21834) Li, Cheng 2020-12-08 13:19:09 -05:00
  • ed0670cb17 accounts/abi/bind: allow specifying signer on transactOpts (#21356) Marius van der Wijden 2020-12-08 14:44:56 +01:00
  • 6a4e730003 crypto/secp256k1: add workaround for go mod vendor (#21735) Steve Ruckdashel 2020-12-08 03:47:56 -06:00
  • 581c028d18 les: cosmetic rewrite of the arm64 float bug workaround (#21960) Guillaume Ballet 2020-12-07 13:04:27 +00:00
  • 15339cf1c9 cmd/geth: implement vulnerability check (#21859) Martin Holst Swende 2020-12-04 15:01:47 +01:00
  • 7770e41cb5 core: improve contextual information on core errors (#21869) Martin Holst Swende 2020-12-04 12:22:19 +01:00
  • 62cedb3aab core/vm/runtime: remove duplicated line (#21956) Chris Ziogas 2020-12-04 09:54:07 +02:00
  • d7a64dc02b cmd/devp2p: add node filter for snap + fix arg error (#21950) Martin Holst Swende 2020-12-03 13:16:20 +01:00
  • 0b2f1446bb go.mod: update github.com/golang/snappy(#21934) Martin Holst Swende 2020-12-02 16:42:38 +01:00
  • e9e86aeacb eth: fix error in tracing if reexec is set (#21830) Martin Holst Swende 2020-12-02 12:49:20 +01:00
  • 908c18073a params: update CHTs (#21941) gary rong 2020-12-02 16:17:59 +08:00
  • a2795c8055 les: fix nodiscover option (#21906) Felföldi Zsolt 2020-12-01 10:03:41 +01:00
  • e7db1dbc96 p2p/nodestate: fix deadlock during shutdown of les server (#21927) Martin Holst Swende 2020-11-30 18:58:47 +01:00
  • a1ddd9e1d3 cmd/devp2p/internal/ethtest: add transaction tests (#21857) Marius van der Wijden 2020-11-30 15:23:48 +01:00
  • aba0c234c2 cmd/geth: make tests run quicker + use less memory and disk (#21919) Martin Holst Swende 2020-11-30 14:43:20 +01:00
  • 566cb4c5f0 accounts/keystore: add missing function doc for SignText (#21914) Pascal Dierich 2020-11-30 09:03:24 +01:00
  • b71334ac3d accounts, signer: fix Ledger Live account derivation path (clef) (#21757) Kristofer Peterson 2020-11-29 12:43:15 +00:00
  • fa572cd297 crypto: signing builds with signify/minisign (#21798) Guillaume Ballet 2020-11-27 11:13:54 +00:00
  • 429e7141f2 p2p/discover: fix deadlock in discv5 message dispatch (#21858) Nishant Das 2020-11-26 05:16:36 +08:00
  • 810f9e057d all: remove redundant conversions and import names (#21903) Alex Prut 2020-11-25 21:00:23 +01:00
  • f59ed3565d graphql: always return 400 if errors are present in the response (#21882) Antoine Toulme 2020-11-25 01:19:36 -08:00
  • c92faee66e all: simplify nested complexity and if blocks ending with a return statement (#21854) Alex Prut 2020-11-25 09:24:50 +01:00
  • 29efe1fc7e core/types: fixed typo (#21897) Marius van der Wijden 2020-11-25 08:53:20 +01:00
  • 59b480ab4b cmd/devp2p/internal/ethtest: add 'large announcement' tests (#21792) Marius van der Wijden 2020-11-24 16:09:17 +01:00
  • 7e7a3f0f71 github: Remove vulnerability.md (#21894) ligi 2020-11-24 16:02:53 +01:00
  • bddd103a9f les: fix GetProofsV2 bug (#21896) Felföldi Zsolt 2020-11-24 10:55:17 +01:00
  • 6b58409614 cmd/faucet: improve handling of facebook post url (#21838) LieutenantRoger 2020-11-24 17:33:58 +08:00
  • ead814616c Merge pull request #21890 from ligi/issue_templates Péter Szilágyi 2020-11-23 17:47:20 +02:00
  • 6104ab6b6d tests/fuzzers/bls1381: add bls fuzzer (#21796) Martin Holst Swende 2020-11-23 15:49:16 +01:00
  • f6e1aed504 github: Add new style of issue-templates ligi 2020-11-23 13:12:42 +01:00
  • bddf5aaa2f les/utils: protect against WeightedRandomSelect overflow (#21839) Felföldi Zsolt 2020-11-23 10:18:33 +01:00
  • 3ef52775c4 p2p: avoid spinning loop on out-of-handles (#21878) Martin Holst Swende 2020-11-20 15:14:25 +01:00
  • ebb9591c4d crypto/bn256: fix bn256Mul fuzzer to not hang on large input (#21872) Martin Holst Swende 2020-11-20 08:53:10 +01:00
  • 6f88d6530a trie, rpc, cmd/geth: fix tests on 32-bit and windows + minor rpc fixes (#21871) Martin Holst Swende 2020-11-19 22:50:47 +01:00
  • f1e1d9f874 node: support expressive origin rules in ws.origins (#21481) wbt 2020-11-19 08:54:49 -05:00
  • 28080463d2 Merge pull request #21861 from holiman/remove_retesteth Péter Szilágyi 2020-11-19 07:49:40 +02:00
  • b9ff57c59e metrics: fix the panic for reading empty cpu stats (#21864) gary rong 2020-11-19 04:50:11 +08:00
  • 23524f8900 all: disable recording preimage of trie keys (#21402) gary rong 2020-11-18 17:51:33 +08:00
  • 6b9858085f cmd/geth: improve les test on windows (#21860) Martin Holst Swende 2020-11-17 12:01:19 +01:00
  • db87223269 crypto/secp256k1: add checking z sign in affineFromJacobian (#18419) Abd ar-Rahman Hamidi 2020-11-17 15:47:17 +05:00
  • d513584e52 cmd/geth: remove retesteth Martin Holst Swende 2020-11-17 11:44:38 +01:00
  • 844485ec6a consensus/ethash: fix usage of *reflect.SliceHeader (#21372) Preston Van Loon 2020-11-17 01:35:58 -08:00
  • 1ea7537997 crypto/bn256: refine comments according to #19577, #21595, and #21836 (#21847) Sad Pencil 2020-11-17 16:51:36 +08:00
  • 92c56eb820 common: fix documentation of Address.SetBytes (#21814) Pascal Dierich 2020-11-16 14:08:13 +01:00
  • cf856ea1ad accounts/abi: template: set events Raw field in Parse methods (#21807) Nicolas Feignon 2020-11-13 13:43:15 +01:00
  • 2045a2bba3 core, all: split vm.Context into BlockContext and TxContext (#21672) Marius van der Wijden 2020-11-13 13:42:19 +01:00
  • 6f4cccf8d2 core/vm, protocol_params: implement eip-2565 modexp repricing (#21607) Martin Holst Swende 2020-11-13 13:39:59 +01:00
  • 0703c91fba tests/fuzzers: improve the fuzzers (#21829) Martin Holst Swende 2020-11-13 12:36:38 +01:00
  • 9ded4e33c5 crypto/bn256: better comments for u, P and Order (#21836) Marius van der Wijden 2020-11-13 10:17:23 +01:00
  • a19b4235c7 crypto/bn256: improve bn256 fuzzer (#21815) Martin Holst Swende 2020-11-13 09:27:57 +01:00
  • 919229d63c params: begin v1.9.25 release cycle Felix Lange 2020-11-12 21:21:24 +01:00
  • cc05b050df params: release Geth v1.9.24 with Go 1.15.5 (#21842) v1.9.24 Péter Szilágyi 2020-11-12 22:10:15 +02:00
  • 920a287117 .travis.yml: move test builders after install builders (#21833) Felix Lange 2020-11-11 23:52:50 +01:00
  • d49407427d build: fix regressions with the -dlgo change (#21831) Felix Lange 2020-11-11 22:08:22 +01:00
  • d990df909d consensus/ethash: use 64bit indexes for the DAG generation (#21793) Slava Karpenko 2020-11-11 21:13:12 +01:00
  • 27d93c1848 build: add -dlgo flag in ci.go (#21824) Felix Lange 2020-11-11 14:34:43 +01:00
  • 70868b1e4a fuzzers: removed fuzzbuzz configuration (#21813) Marius van der Wijden 2020-11-10 20:54:59 +01:00
  • 941d8b5c5c scripts: create oss-fuzz script in go-ethereum (#21808) Martin Holst Swende 2020-11-10 15:21:41 +01:00
  • c52dfd55fb p2p/simulations/adapters/exec: fix some issues (#21801) gary rong 2020-11-10 21:19:44 +08:00
  • 0c34eae172 Merge pull request #21803 from holiman/ethash Péter Szilágyi 2020-11-09 17:57:23 +02:00
  • 7c30f4d085 Merge pull request #21804 from karalabe/snapshot-marker-sync Péter Szilágyi 2020-11-09 17:50:26 +02:00
  • 040928d8bb Merge pull request #21805 from karalabe/travis-drop-1.13 Péter Szilágyi 2020-11-09 17:49:56 +02:00
  • 9e688fb64c Merge pull request #21806 from karalabe/deprecate-eoan Péter Szilágyi 2020-11-09 17:49:21 +02:00
  • 1143dc6e29 build: stop building for Ubuntu Eoan, not supported any more Péter Szilágyi 2020-11-09 17:43:54 +02:00
  • eb694ea706 travis: drop Go 1.13 builders as it's not supported any more Péter Szilágyi 2020-11-09 17:39:42 +02:00
  • 81678971db trie, tests/fuzzers: implement a stacktrie fuzzer + stacktrie fixes (#21799) Martin Holst Swende 2020-11-09 15:08:12 +01:00
  • 7b7b327ff2 core/state/snapshot: update generator marker in sync with flushes Péter Szilágyi 2020-11-09 16:03:58 +02:00
  • 81ff700077 consensus/ethash: fix the percentage progress report Martin Holst Swende 2020-11-09 11:48:18 +01:00
  • 97fc1c3b1d Merge pull request #21787 from karalabe/pod-non-verbose Péter Szilágyi 2020-11-05 11:55:50 +02:00
  • 6cfe494276 build: stop verbose output to keep travis from overflowing Péter Szilágyi 2020-11-05 11:52:35 +02:00
  • 175506e7fd core/types, rlp: optimize derivesha (#21728) Martin Holst Swende 2020-11-04 19:29:24 +01:00
  • 36bb7ac083 cmd/devp2p/internal/ethtest: add correct chain files and improve test output (#21782) rene 2020-11-04 17:36:56 +01:00