Commit Graph

  • 4333b9edb6 core: drop it from this anonymous goroutine func s7v7nislands 2023-03-10 17:31:46 +08:00
  • 04529b3ea2 core: refactor code s7v7nislands 2023-03-10 10:50:07 +08:00
  • d1fa6d50f0
    Update server.go panicalways 2023-03-10 11:02:03 +09:00
  • 0e71b10810 renaming debug getters kohdmonkey 2023-03-09 16:17:54 -08:00
  • 1b0c267d8a use interface for ApplyTransaction to allow mocking in testing. Krasi Georgiev 2023-03-09 19:02:08 +02:00
  • df02799543
    travis: only build PPAs nightly, not on every push, too heavy (#26846) Péter Szilágyi 2023-03-09 16:44:54 +02:00
  • fb0e3a7d12 travis: only build PPAs nightly, not on every push, too heavy Péter Szilágyi 2023-03-09 16:43:41 +02:00
  • 67ac5f0ae7
    core, core/types: plain Message struct (#25977) Roberto Bayardo 2023-03-09 05:19:12 -08:00
  • 28839dac18 core: add Timestamp method in BlockGen Felix Lange 2023-03-09 13:34:47 +01:00
  • 08f6a2a89d
    cmd/evm: update readmes for the tests (#26841) Martin Holst Swende 2023-03-09 07:06:47 -05:00
  • 5395362e0f
    core/forkid: fix issue in validation test (#26544) Felix Lange 2023-03-09 12:37:44 +01:00
  • d642476429
    cmd/evm: update readmes for the tests Martin Holst Swende 2023-03-09 11:21:55 +01:00
  • e34a142155 eth/catalyst: increase update consensus timeout Marius van der Wijden 2023-03-09 11:09:10 +01:00
  • 1bf1168432
    core/vm: fix typo in comment (#26838) xiyang 2023-03-09 17:39:17 +08:00
  • a184322672 Force tracer to load Alexander Campbell 2023-03-09 14:50:58 +11:00
  • 1683a5a3e5 Pass tests in custom tracer Alexander Campbell 2023-03-09 14:21:31 +11:00
  • cb7a5f9744 re-add register call on init() Alexander Campbell 2023-03-09 14:13:46 +11:00
  • 5c1d8337a5 Bring back omitempty time Alexander Campbell 2023-03-09 13:08:42 +11:00
  • e4b1353731 Have better internal trace time functionaly, now returns string of time latency, could be number in future Alexander Campbell 2023-03-09 13:07:43 +11:00
  • e87927c7b0
    comment error xiyang 2023-03-09 10:04:58 +08:00
  • 850d075cb9 Merge branch 'merge/v1.11.1' of github.com:blocknative/go-ethereum into merge/v1.11.1 Alexander Campbell 2023-03-09 12:23:21 +11:00
  • 528da99b2f Finish altering custom bn simulator to fit new geth merge logic Alexander Campbell 2023-03-09 12:22:13 +11:00
  • 4535034bca
    cmd/evm: rename result.receiptRoot to result.receiptsRoot Pranay Valson 2023-03-08 13:29:51 -08:00
  • f20aed13c0 metrics: change counters to milliseconds russdirks 2023-03-08 11:18:43 -08:00
  • f38fcf32ac all: rename AsMessage to TransactionToMessage Felix Lange 2023-03-08 19:08:23 +01:00
  • b80f05bde2
    core/vm: use golang native big.Int (#26834) Martin Holst Swende 2023-03-08 13:12:53 -05:00
  • 5e4809a0b3
    tests: remove modexp fuzzer from oss-fuzz Martin Holst Swende 2023-03-08 17:49:05 +01:00
  • a003461dad
    core/vm: use golang native big.Int Martin Holst Swende 2023-03-08 17:46:45 +01:00
  • 00597017a5
    feat: Add Do-not-Track link (#26833) Nicolás Quiroz 2023-03-08 13:13:04 -03:00
  • 72dc61efc2 Update to Go v1.19.x for Geth dependency Austin Roberts 2023-03-08 09:51:01 -06:00
  • f89f24085c Merge tag 'v1.11.3' into merge/v1.11.1-2 Austin Roberts 2023-03-08 09:42:41 -06:00
  • e91a75fb91 metrics: refactor for duplicate calculations russdirks 2023-03-08 07:32:42 -08:00
  • 71e1246f6e feat: add dnt link to Footer Nicolás Quiroz 2023-03-08 12:21:28 -03:00
  • 082b5100bc chore: update .env.local.example Nicolás Quiroz 2023-03-08 12:20:15 -03:00
  • 8bba63609a chore: prettier Nicolás Quiroz 2023-03-08 12:19:59 -03:00
  • a013a5ce90 metrics: comment for a push russdirks 2023-03-08 07:17:11 -08:00
  • 499f1afdb5 metrics: refactor for PR #26793 russdirks 2023-03-08 07:06:03 -08:00
  • d5e64e1d4e test: testing fork PR Nicolás Quiroz 2023-03-08 11:09:37 -03:00
  • c3fdff4ab2 all: apply rename to SkipAccountChecks in more places Felix Lange 2023-03-08 14:42:41 +01:00
  • 728db9af42 core: use types.EmptyCodeHash instead of redefining Felix Lange 2023-03-08 14:41:06 +01:00
  • 60e8dd4174 core: fix compile error Felix Lange 2023-03-08 14:40:53 +01:00
  • a274028980 core: move Message into state_transition.go Felix Lange 2023-03-08 13:50:52 +01:00
  • 8282620bec core: rename IsFake to SkipAccountChecks Felix Lange 2023-03-08 13:28:05 +01:00
  • e974f139fb make Message a pure data struct, remove NewMessage factory Roberto Bayardo 2023-01-31 14:29:01 -08:00
  • fc40bd4bf5 cleanup: remove message struct from the types package, relegating "Message" related code entirely to core where it belongs Roberto Bayardo 2022-10-12 18:09:20 -07:00
  • 52ee7e8125
    Update p2p/discover/table_util_test.go Martin Holst Swende 2023-03-08 06:46:45 -05:00
  • e14043db71
    params: remove EF azure bootnodes (#26828) Rafael Matias 2023-03-08 10:13:56 +00:00
  • 85faaa1310
    params: remove EF azure bootnodes Rafael Matias 2023-03-08 10:23:43 +01:00
  • 02796f6bee
    signer/core: accept all solidity primitive types for EIP-712 signing (#26770) Daniel Fernandes 2023-03-07 23:48:53 -08:00
  • f7661a662a
    core/rawdb: find smallest block stored in key-value store when chain gapped (#26719) rjl493456442 2023-03-08 15:39:13 +08:00
  • ccb45b7fee
    signer/core: refactor apitypes isPrimitive-check + add tests Martin Holst Swende 2023-03-08 08:04:37 +01:00
  • 52d360918f Small changes to update BN logic, not complete Alexander Campbell 2023-03-08 17:20:01 +11:00
  • bb4ac2d396 params: begin v1.11.4 release cycle Felix Lange 2023-03-07 18:18:59 +01:00
  • 5ed08c4735 params: go-ethereum v1.11.3 stable v1.11.3 Felix Lange 2023-03-07 18:17:32 +01:00
  • a54d91ac5a
    build: update to go 1.20.2 (#26824) Felix Lange 2023-03-07 18:16:21 +01:00
  • 13c5b021e7 build: update dlgo version go 1.20.2 Felix Lange 2023-03-07 18:09:02 +01:00
  • edeaf6ba9a add test case for block fields data race Sina Mahmoodi 2023-03-07 20:00:59 +03:30
  • 78429f7733
    beacon/engine: don't omit empty withdrawals in ExecutionPayloadBodies (#26698) Marius van der Wijden 2023-03-07 16:30:04 +01:00
  • 6501cece94 eth/catalyst: resolve deprecation warning Felix Lange 2023-03-07 15:50:41 +01:00
  • fc6ffdbb51
    eth/catalyst: use bytes.Equal for []byte Felix Lange 2023-03-07 15:42:41 +01:00
  • 1e3177de22
    accounts/usbwallet: mitigate ledger app chunking issue (#26773) James Prestwich 2023-03-07 06:20:04 -08:00
  • 87af877ef5 eth/catalyst: better equality Marius van der Wijden 2023-03-07 15:02:34 +01:00
  • 9450dbf715 beacon/engine: marshall withdrawals even if nil Marius van der Wijden 2023-02-15 11:53:18 +01:00
  • 9cc2a54917 test Marius van der Wijden 2023-02-15 11:29:41 +01:00
  • 52d1c85288 test Marius van der Wijden 2023-02-15 11:21:43 +01:00
  • b3490a7280 test Marius van der Wijden 2023-02-15 11:05:18 +01:00
  • 0e1ecc7c63 eth/catalyst: set withdrawals in getPayloads test Marius van der Wijden 2023-02-15 10:59:54 +01:00
  • 41af42e97c
    eth/tracers/native: set created address to nil in case of failure (#26779) Sina Mahmoodi 2023-03-07 17:09:11 +03:30
  • cb1f6bdbc8
    cmd/evm: correct alloc for t8n testdata (#26822) Guruprasad Kamath 2023-03-07 11:32:52 +01:00
  • 39be753bf5
    internal/ethapi: add tests for transaction types JSON marshal/unmarshal (#26667) Adrian Sutton 2023-03-07 20:26:19 +10:00
  • 77e33e5a49
    core, miner: revert block gas counter in case of invalid transaction (#26799) rjl493456442 2023-03-07 18:23:52 +08:00
  • 4688d3c8f4
    ethclient: fix panic when requesting missing blocks (#26817) Felix Lange 2023-03-07 11:21:23 +01:00
  • 33bcc4b80e correct alloc for testdata 9 Guruprasad Kamath 2023-03-07 11:12:00 +01:00
  • ed1289e8d6 add fork MilanoBlock Wilson-ton 2023-03-07 17:25:25 +08:00
  • f587cb0396 cmd/evm/internal/t9ntool: revert gaspool for invalid txs Gary Rong 2023-03-07 15:53:28 +08:00
  • 6957bdfb5f all: use atomic type added in go1.19 s7v7nislands 2023-03-07 15:26:31 +08:00
  • 544e4a700b
    metrics: improve accuracy of CPU gauges (#26793) turboboost55 2023-03-06 15:29:48 -08:00
  • 5bc2ef984f
    core, eth/catalyst: fix race conditions in tests (#26790) Marius van der Wijden 2023-03-06 23:32:27 +01:00
  • 25a5eff84d metrics: read time only once Felix Lange 2023-03-06 22:01:31 +01:00
  • 66677d30bb metrics: move update of lastCollectionTime Felix Lange 2023-03-06 21:28:54 +01:00
  • 0c9e7142e2 metrics: compute CPU percentage metrics using float64 as base unit Felix Lange 2023-03-06 21:18:25 +01:00
  • b4a6d73c44 ethclient: fix panic when requesting missing blocks Felix Lange 2023-03-06 20:53:59 +01:00
  • 7d10a5b84c
    Merge branch 'ethereum:master' into metrics1 turboboost55 2023-03-06 11:10:17 -08:00
  • 87186148e0
    core/types: add EffectiveGasPrice in Receipt (#26713) Felix Lange 2023-03-06 17:19:41 +01:00
  • 66ed572058 metrics: use float64 gauge Felix Lange 2023-03-06 16:32:56 +01:00
  • 272b00d186 linter issues russdirks 2023-03-05 06:21:17 -08:00
  • 3731a897be avoid loss of precision due to truncation russdirks 2023-03-03 11:34:58 -08:00
  • 3882520592 keep the linter happy russdirks 2023-03-02 10:49:43 -08:00
  • b70fe666d0 metrics: measure collection frequency russdirks 2023-02-28 17:51:05 -08:00
  • 2d5ce8a6c3
    fix: read-touch the code size and Keccak of the origin (#175) Guillaume Ballet 2023-03-06 16:33:33 +01:00
  • 7d805c2bab eth/catalyst: reduce diff Marius van der Wijden 2023-03-06 15:32:04 +01:00
  • f138d2eada graphql: split graphql fixes out Marius van der Wijden 2023-03-06 10:23:36 +01:00
  • 0a364c15de graphql: avoid writing to block Sina Mahmoodi 2023-03-03 16:39:36 +03:30
  • a70db38e38 graphql: get rid of unnecessary fix Marius van der Wijden 2023-03-03 13:39:54 +01:00
  • 4e7c39b771 graphql: set hash in tx.resolve Sina Mahmoodi 2023-03-03 16:26:49 +03:30
  • e60f668fdd hacky fix for blockhash data race in graphql Sina Mahmoodi 2023-03-03 16:01:05 +03:30
  • 1a571b5ebd core, eth, graphql: fix race condition Marius van der Wijden 2023-03-02 13:33:35 +01:00
  • e82658a42d
    rm non-call test mmsqe 2023-03-06 22:34:24 +08:00
  • 11bb2c20da internal/ethapi: return effectiveGasPrice as hex Felix Lange 2023-03-06 15:33:23 +01:00
  • c293fffd5e
    core/types: copy fee in 1559 tx without basefee set Felix Lange 2023-03-06 14:26:45 +01:00