- Mar 08, 2021
-
-
Alex Prut authored
Changes: Simplify nested complexity If an if blocks ends with a return statement then remove the else nesting. Most of the changes has also been reported in golint https://goreportcard.com/report/github.com/ethereum/go-ethereum#golint # Conflicts: # cmd/utils/flags.go # console/bridge.go # crypto/bls12381/g2.go # les/benchmark.go # les/lespay/server/balance.go # les/lespay/server/balance_tracker.go # les/lespay/server/prioritypool.go # les/odr_requests.go # les/serverpool.go # les/serverpool_test.go # p2p/nodestate/nodestate_test.go # trie/committer.go
-
Marius van der Wijden authored
-
Marius van der Wijden authored
* cmd/devp2p/internal/ethtest: added large announcement tests * cmd/devp2p/internal/ethtest: added large announcement tests * cmd/devp2p/internal/ethtest: refactored stuff a bit * cmd/devp2p/internal/ethtest: added TestMaliciousStatus/Handshake * cmd/devp2p/internal/ethtest: fixed rebasing issue * happy linter, happy life * cmd/devp2p/internal/ethtest: used readAndServe * stuff * cmd/devp2p/internal/ethtest: fixed test cases # Conflicts: # cmd/devp2p/internal/ethtest/suite.go # cmd/devp2p/internal/ethtest/types.go
-
ligi authored
This type is automatically offered by github after changing to the new style and a security.md being present
-
Felföldi Zsolt authored
# Conflicts: # les/server_handler.go
-
LieutenantRoger authored
Resolves #21532 Co-authored-by:
roger <dengjun@huobi.com> # Conflicts: # cmd/faucet/faucet.go
-
Martin Holst Swende authored
* added bls fuzzer * crypto/bls12381: revert bls-changes, fixup fuzzer tests * fuzzers: split bls fuzzing into 8 different units * fuzzers/bls: remove (now stale) corpus * crypto/bls12381: added blsfuzz corpus * fuzzers/bls12381: fix the bls corpus * fuzzers: fix oss-fuzz script * tests/fuzzers: fixups on bls corpus * test/fuzzers: remove leftover corpus Co-authored-by:
Marius van der Wijden <m.vanderwijden@live.de> # Conflicts: # crypto/bls12381/fp_test.go
-
ligi authored
closes #20024
-
Felföldi Zsolt authored
Also fixes a bug in les/flowcontrol that caused the overflow. # Conflicts: # les/flowcontrol/control.go # les/utils/weighted_select.go
-
Martin Holst Swende authored
* p2p: avoid busy-loop on temporary errors * p2p: address review concerns
-
Martin Holst Swende authored
* crypto/bn256: fix bn256Mul fuzzer to not hang on large input * Update crypto/bn256/bn256_fuzz.go Co-authored-by:
ligi <ligi@ligi.de> Co-authored-by:
ligi <ligi@ligi.de>
-
Martin Holst Swende authored
* trie: fix tests to work on 32-bit systems * les: make test work on 32-bit platform * cmd/geth: fix windows-issues on tests * trie: improve balance * cmd/geth: make account tests less verbose + less mem intense * rpc: make debug-level log output less verbose * cmd/geth: lint # Conflicts: # cmd/geth/accountcmd_test.go # cmd/geth/les_test.go # cmd/geth/run_test.go # trie/trie_test.go
-
wbt authored
* Only compare hostnames in ws.origins Also using a helper function for ToLower consolidates all preparation steps in one function for more maintainable consistency. Spaces => tabs Remove a semicolon Add space at start of comment Remove parens around conditional Handle case wehre parsed hostname is empty When passing a single word like "localhost" the parsed hostname is an empty string. Handle this and the error-parsing case together as default, and the nonempty hostname case in the conditional. Refactor with new originIsAllowed functions Adds originIsAllowed() & ruleAllowsOrigin(); removes prepOriginForComparison Remove blank line Added tests for simple allowed-orign rule which does not specify a protocol or port, just a hostname Fix copy-paste: `:=` => `=` Remove parens around conditional Remove autoadded whitespace on blank lines Compare scheme, hostname, and port with rule if the rule specifies those portions. Remove one autoadded trailing whitespace Better handle case where only origin host is given e.g. "localhost" Remove parens around conditional Refactor: attemptWebsocketConnectionFromOrigin DRY Include return type on helper function Provide srv obj in helper fn Provide srv to helper fn Remove stray underscore Remove blank line parent 93e666b4c1e7e49b8406dc83ed93f4a02ea49ac1 author wbt <wbt@users.noreply.github.com> 1598559718 -0400 committer Martin Holst Swende <martin@swende.se> 1605602257 +0100 gpgsig -----BEGIN PGP SIGNATURE----- iQFFBAABCAAvFiEEypmrtbNuJK1doP1AaDtDjAWl3fAFAl+zi9ARHG1hcnRpbkBz d2VuZGUuc2UACgkQaDtDjAWl3fDRiwgAoMtzU8dwRV7Q9xkCwWEx9Wz2f3n6jUr2 VWBycDKGKwRkPPOER3oc9kzjGU/P1tFlK07PjfnAKZ9KWzxpDcJZwYM3xCBurG7A 16y4YsQnzgPNONv3xIkdi3RZtDBIiPFFEmdZFFvZ/jKexfI6JIYPngCAoqdTIFb9 On/aPvvVWQn1ExfmarsvvJ7kUDUG77tZipuacEH5FfFsfelBWOEYPe+I9ToUHskv +qO6rOkV1Ojk8eBc6o0R1PnApwCAlEhJs7aM/SEOg4B4ZJJneiFuEXBIG9+0yS2I NOicuDPLGucOB5nBsfIKI3USPeE+3jxdT8go2lN5Nrhm6MimoILDsQ== =sgUp -----END PGP SIGNATURE----- Refactor: drop err var for more concise test lines Add several tests for new WebSocket origin checks Remove autoadded whitespace on blank lines Restore TestWebsocketOrigins originally-named test and rename the others to be helpers rather than full tests Remove autoadded whitespace on blank line Temporarily comment out new test sets Uncomment test around origin rule with scheme Remove tests without scheme on browser origin per https://github.com/ethereum/go-ethereum/pull/21481/files#r479371498 Uncomment tests with port; remove some blank lines Handle when browser does not specify scheme/port Uncomment test for including scheme & port in rule Add IP tests * node: more tests + table-driven, ws origin changes Co-authored-by:
Martin Holst Swende <martin@swende.se> # Conflicts: # node/rpcstack_test.go
-
gary rong authored
# Conflicts: # metrics/cpu_enabled.go
-
gary rong authored
* cmd, core, eth, light, trie: disable recording preimage by default * core, eth: fix unit tests * core: fix import * all: change to nopreimage * cmd, core, eth, trie: use cache.preimages flag * cmd: enable preimages for archive node * cmd/utils, trie: simplify preimage tracking a bit * core: fix linter Co-authored-by:
Péter Szilágyi <peterke@gmail.com> # Conflicts: # cmd/geth/main.go # cmd/geth/usage.go # cmd/utils/flags.go # core/blockchain.go # core/genesis.go # core/state/database.go # core/state/state_test.go # eth/api_test.go # eth/api_tracer.go # eth/backend.go # light/postprocess.go # trie/secure_trie.go # turbo/trie/database.go
-
Martin Holst Swende authored
# Conflicts: # cmd/geth/les_test.go
-
Abd ar-Rahman Hamidi authored
The z == 0 check is hit whenever we Add two points with the same x1/x2 coordinate. crypto/elliptic uses the same check in their affineFromJacobian function. This change does not affect block processing or tx signature verification in any way, because it does not use the Add or Double methods.
-
Martin Holst Swende authored
# Conflicts: # cmd/geth/main.go
-
Preston Van Loon authored
* consensus/ethash: only use *reflect.SliceHeader, not reflect.SliceHeader. See comment here: https://github.com/golang/go/issues/40397\#issuecomment-663748689 * consensus/ethash: pr feedback from @mdempsky, makes a copy of dest such that is not mutated * consensus/ethash: remove noop assign * consensus/ethash: apply same fix to another location Co-authored-by:
Péter Szilágyi <peterke@gmail.com> Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
Sad Pencil authored
-
Pascal Dierich authored
-
Nicolas Feignon authored
-
Marius van der Wijden authored
* all: core: split vm.Config into BlockConfig and TxConfig * core: core/vm: reset EVM between tx in block instead of creating new * core/vm: added docs # Conflicts: # accounts/abi/bind/backends/simulated.go # cmd/evm/internal/t8ntool/execution.go # cmd/geth/retesteth.go # core/evm.go # core/state_prefetcher.go # core/state_processor.go # core/state_transition.go # core/vm/evm.go # core/vm/gas_table_test.go # core/vm/instructions.go # core/vm/instructions_test.go # eth/api_tracer.go # eth/tracers/tracer_test.go # eth/tracers/tracers_test.go # les/api_backend.go # les/odr_test.go # light/odr_test.go # tests/vm_test_util.go
-
Martin Holst Swende authored
* core/vm, protocol_params: implement eip-2565 modexp repricing * core/vm: fix review concerns
-
Martin Holst Swende authored
* tests/fuzzers, common/bitutil: make fuzzers use correct returnvalues + remove output * tests/fuzzers/stacktrie: fix duplicate-key insertion in stacktrie (false positive) * tests/fuzzers/stacktrie: fix compilation error * tests/fuzzers: linter nits # Conflicts: # tests/fuzzers/rlp/rlp_fuzzer.go # tests/fuzzers/stacktrie/trie_fuzzer.go
-
Marius van der Wijden authored
-
Martin Holst Swende authored
* crypto/cloudflare: fix nil deref in random G1/G2 reading * crypto/bn256: improve fuzzer * crypto/bn256: fix some flaws in fuzzer
-
Felix Lange authored
# Conflicts: # params/version.go
-
Igor Mandrigin authored
-
Alex Sharov authored
-
- Mar 05, 2021
-
-
ledgerwatch authored
* Revert "Extract validating interface (#1120)" This reverts commit e4e36c15. * Fix go mod tidy * Fix lint * Fix lint * fix lint * Test fix * Fix test Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
- Mar 04, 2021
-
-
Greg Colvin authored
add action to extract all contract code as hex string
-
Greg Colvin authored
-
ledgerwatch authored
Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
Greg Colvin authored
-
Alex Sharov authored
-
Alex Sharov authored
-
alex.sharov authored
-
- Mar 03, 2021
-
-
Alex Sharov authored
-