Commit Graph

  • ecf1a20169
    fix code chunk key calculation and storage key calculation (#161) Tanishq Jasoria 2023-02-09 00:01:44 +05:30
  • dc1f4a32ce
    Merge pull request #101 from mdehoog/eip4844-tests Inphi 2023-02-08 10:49:23 -05:00
  • 0c9eb8c9a4
    eth/catalyst: make getPayloadBodiesByRange take hex inputs (#26624) jwasinger 2023-02-08 07:04:40 -08:00
  • b933fdd2e5
    [website] chore: update textStyles in DocsNav (#26635) Nicolás Quiroz 2023-02-08 11:24:45 -03:00
  • 6cc08ec9d0
    Merge pull request #98 from marioevz/eip-4844-fix-t8n Inphi 2023-02-08 08:54:37 -05:00
  • 273141507e Fix EIP-4844 Signer hash inphi 2023-02-08 08:46:26 -05:00
  • 82638af676
    cmd/geth, node: rename backingdb to db.engine Martin Holst Swende 2023-02-08 13:20:07 +01:00
  • 11c44e6187
    Update eth/catalyst/api_test.go Martin Holst Swende 2023-02-08 08:40:20 -05:00
  • eb46cb1ea2 eth/catalyst: make return value pointer again Marius van der Wijden 2023-02-08 14:09:55 +01:00
  • ee0b11165c
    core/state, trie: remove unused error-return from trie Commit operation Martin Holst Swende 2023-02-08 10:20:58 +01:00
  • 5f3d2ce6e3 cmd: fix test fail due to mismatching error message Péter Szilágyi 2023-02-08 13:38:23 +02:00
  • 6ffa9ca43a
    ethdb: fix compilation flaw Martin Holst Swende 2023-02-08 12:16:51 +01:00
  • 9842301376
    all: remove database commit callback, rework noderesolver (#26637) rjl493456442 2023-02-08 19:14:34 +08:00
  • a8d5036e63
    eth/catalyst: fix up blockbodiesbyrange semantics Martin Holst Swende 2023-02-08 11:47:38 +01:00
  • 60f45ba2f7
    Update eth/catalyst/api.go Martin Holst Swende 2023-02-08 05:19:53 -05:00
  • 8c18b48bf1
    log: allow tabs in log messages (#26630) Felix Lange 2023-02-08 10:39:17 +01:00
  • 00a9b80b5c
    light: fix receiver name from Python style to Go (#26631) halilylm 2023-02-08 12:37:33 +03:00
  • b79acdaa06
    ethdb/pebble: avoid copy on batch replay Martin Holst Swende 2023-02-08 10:35:07 +01:00
  • de4dcfbeaf add page on config files Joe 2023-02-08 09:23:12 +00:00
  • 9c17d36cee core: port other changes Gary Rong 2023-02-08 14:08:30 +08:00
  • 4a847eb25a core, light, test, trie: get rid callback of trie.Database Gary Rong 2023-02-08 13:57:43 +08:00
  • df8e0e5c92
    FEATURE: Add logs to txnOpCodeTracer results. Tyler Smith 2023-02-08 00:39:32 -04:00
  • 6dd27a4ef3
    FEATURE: Add tracer options to txnOpCodeTracer. Tyler Smith 2023-02-08 00:28:28 -04:00
  • 8fc4b8e52d
    use constant number instead of variable (#225) Liam 2023-02-08 10:25:45 +08:00
  • 83fb7770d8 try fix Jared Wasinger 2023-02-08 00:11:17 +00:00
  • ea15afafa4 cmd/evm: excess data gas fixes marioevz 2023-02-07 15:40:57 -06:00
  • bdafa4df26 cmd/evm: add excess data gas to t8n environment marioevz 2023-02-06 18:06:10 -06:00
  • c0364caa98 chore: update textStyles in DocsNav Nicolás Quiroz 2023-02-07 19:06:37 -03:00
  • 8444ecf721
    Merge pull request #100 from mdehoog/eip4844-tests Inphi 2023-02-07 16:33:56 -05:00
  • 83bc851dc9
    Merge pull request #99 from mdehoog/accesslist-fix Roberto Bayardo 2023-02-07 13:01:06 -08:00
  • d3ef9000e6 Fix syntax errors in tests inphi 2023-02-07 14:43:08 -05:00
  • a907317864
    Update format.go Felix Lange 2023-02-07 19:52:43 +01:00
  • cbe49647a8
    Merge pull request #97 from mdehoog/upstream-merge Inphi 2023-02-07 13:48:42 -05:00
  • 38c13256ad Remove old gen_blockparams inphi 2023-02-07 13:48:01 -05:00
  • 6e6ff10b93 eth/catalyst: make getPayloadBodiesByRange take hex Jared Wasinger 2023-02-07 13:28:43 -05:00
  • 2f73f4f028
    eth/catalyst,miner: include withdrawals in payload id calculation (#26554) Marius van der Wijden 2023-02-07 19:16:53 +01:00
  • 367f3d945e make sure blob versioned hashes is always non-nil after blob tx deserialization Roberto Bayardo 2023-02-07 09:10:05 -08:00
  • 0890135161
    eth/tracers/native: change call_tracer_flat tests config to follow the config schema of go-ethereum Chris Ziogas 2023-02-07 19:12:15 +02:00
  • 03efcd3f33
    eth/tracers/native: remove handling of value of a delegated call Chris Ziogas 2023-02-07 18:39:06 +02:00
  • 6f0bcac53f
    eth/tracers/native: callTracer sets the value of a delegated call to the value of its parent Chris Ziogas 2023-02-07 18:32:40 +02:00
  • dd0f9300ec
    ethdb/pebble: minor refactors Martin Holst Swende 2023-02-07 16:50:23 +01:00
  • aebff894aa
    go.mod, go.sum: run go mod tidy Chris Ziogas 2023-02-07 17:38:03 +02:00
  • 8e29b6cc48
    save on key hashing: lump code size update with first code chunk group (#159) Guillaume Ballet 2023-02-07 16:10:08 +01:00
  • 0ec47e5b12
    Update miner/payload_building_test.go Martin Holst Swende 2023-02-07 10:09:54 -05:00
  • 2bdd0ec521 receiver name should be a reflection of its identity Halil Yildirim 2023-02-07 17:53:59 +03:00
  • 31d401ea68
    rpc: remove DecimalOrHex type (#26629) Felix Lange 2023-02-07 15:44:27 +01:00
  • f3b10bb0eb log: allow tabs in log messages Felix Lange 2023-02-07 15:38:47 +01:00
  • c8849a8109
    Merge branch 'master' into wx-in-id Felix Lange 2023-02-07 14:41:34 +01:00
  • 93d61de45e
    Update miner/payload_building_test.go Felix Lange 2023-02-07 14:36:30 +01:00
  • cefc0fa00f
    accounts/abi: fix integer encoding/decoding (#26568) zhiqiangxu 2023-02-07 21:32:27 +08:00
  • 2298a6178f
    Update flags.go rjl493456442 2023-02-07 21:19:45 +08:00
  • 902ab997a4 rpc: remove DecimalOrHex type Felix Lange 2023-02-07 14:07:37 +01:00
  • 19bc8bcdb2
    [website] fix typos (#26615) omahs 2023-02-07 14:06:00 +01:00
  • e50f7c9f6d
    Merge branch 'website' into patch-5 Martin Holst Swende 2023-02-07 08:03:53 -05:00
  • 81a36c65a1
    [website]: add databases page to docs (#26562) Joseph Cook 2023-02-07 13:01:39 +00:00
  • 4102a926b4
    cmd/utils, core/rawdb, ethdb/pebble: address some review concerns Martin Holst Swende 2023-02-07 13:45:24 +01:00
  • f0409b00ef imp: move UnpackIntoInterface into accounts/abi/utils Vladislav Varadinov 2023-02-07 09:47:56 +01:00
  • a3253b145d
    access lists on blob txs should always be non-nil Roberto Bayardo 2023-02-06 19:10:56 -08:00
  • 5b3ce90893 eip4844 api test w/ txs inphi 2023-02-06 19:07:20 -05:00
  • 61e0fd7692 Merge remote-tracking branch 'origin/master' into upstream-merge inphi 2023-02-06 17:25:13 -05:00
  • cd96919edd
    [website] Fix document commit date fetch (#26622) Paul Wackerow 2023-02-06 12:02:03 -08:00
  • cd15599f48
    fix github api commits request Paul Wackerow 2023-02-06 11:53:51 -08:00
  • 91cb6f863a
    tests: update (#26548) Martin Holst Swende 2023-02-06 14:52:51 -05:00
  • 4dc00e6130
    fix REVERT in state processor test execution (#158) Guillaume Ballet 2023-02-06 20:04:10 +01:00
  • 3d29351710
    core: fix failing test Martin Holst Swende 2023-02-06 19:44:48 +01:00
  • dc5d16a399
    [website] Update LAST_COMMIT_BASE_URL (#26619) Paul Wackerow 2023-02-06 10:33:35 -08:00
  • e84400acb1
    Merge pull request #86 from blocknative/TS_top_level_struct Tyler Smith 2023-02-06 10:05:38 -08:00
  • 85e1529f8d
    all: implement path-based state scheme Gary Rong 2022-09-29 15:39:32 +08:00
  • e7e0c868ac
    Merge pull request #85 from blocknative/TS_tests Tyler Smith 2023-02-06 09:55:28 -08:00
  • c0c1746084
    Merge pull request #84 from blocknative/TS_bn_package Tyler Smith 2023-02-06 09:52:30 -08:00
  • dc03a90ee5
    tests: fix typo Martin Holst Swende 2023-02-06 12:48:14 -05:00
  • 77909e89c9
    update last_commit_base_url to new repo Paul Wackerow 2023-02-06 09:16:58 -08:00
  • 37e3208e33
    build: upgrade to golangci-lint v1.51.1 (#26618) Felix Lange 2023-02-06 18:15:13 +01:00
  • ae39af0872 core: add block body validity check for presence of withdrawals Felix Lange 2023-02-06 18:06:27 +01:00
  • bc411c50cf tests: add header field checks for baseFee, withdrawalsRoot Felix Lange 2023-02-06 18:05:50 +01:00
  • 0c502833b3
    Update omahs 2023-02-06 18:01:29 +01:00
  • ad5a7714bd
    Fix Blob UnmarshalText (#96) Inphi 2023-02-06 10:49:52 -05:00
  • a4ee944cbf cmd/blsync, beacon/light: standalone beacon light sync tool Zsolt Felfoldi 2022-09-20 21:36:31 +02:00
  • 3a5aceed8f
    beacon/engine: move core/beacon to beacon/engine (#26616) Felföldi Zsolt 2023-02-06 16:37:58 +01:00
  • 8860b39754
    all: prepare for path-based trie storage (#26603) Martin Holst Swende 2023-02-06 10:28:40 -05:00
  • 0bba7f4843 rename img, bullets to bold font Joe 2023-02-06 15:13:04 +00:00
  • ed6b88a98b build: upgrade to golangci-lint v1.51.1 Felix Lange 2023-02-06 15:55:06 +01:00
  • 0be10cec5f
    core/rawdb: docs + move code around Martin Holst Swende 2023-02-06 15:50:23 +01:00
  • 08ec85da36
    fix code offset in tree update (#157) Guillaume Ballet 2023-02-06 15:45:52 +01:00
  • 80bd48438c add spacing between note and text Joe 2023-02-06 14:22:40 +00:00
  • b04b6f03ac fix broken link Joe 2023-02-06 14:19:00 +00:00
  • 0f13f4ccfe fix typos Joe 2023-02-06 14:17:39 +00:00
  • 10c14847af
    README: remove text about GPU mining (#26609) Marius Kjærstad 2023-02-06 15:10:46 +01:00
  • 242a8422b7
    [website]: remove docs pages on puppeth (#26583) Joseph Cook 2023-02-06 14:05:58 +00:00
  • cb1b2c1e83
    [website]: update page on mobile development (#26602) Joseph Cook 2023-02-06 14:05:32 +00:00
  • aedf0bd47d
    Update src/data/documentation-links.yaml Felix Lange 2023-02-06 15:00:01 +01:00
  • 09239aa23f
    Update docs/fundamentals/private-network.md Felix Lange 2023-02-06 14:59:56 +01:00
  • 198408facb finish draft of dashboards page Joe 2023-02-06 13:55:02 +00:00
  • 868ba1ee1f beacon/engine: moved core/beacon here Zsolt Felfoldi 2022-12-14 23:09:37 +01:00
  • 918aed4e31
    core/vm: add bn256ScalarMul testcase for zero scalar value (#26607) raulk 2023-02-06 12:41:29 +00:00
  • 8e92881a3d
    rpc: fix off-by-one in ipc endpoint length check (#26614) Martin Holst Swende 2023-02-06 07:25:42 -05:00
  • 256cde17a8
    ethdb, core, cmd: polish and fixes (#50) rjl493456442 2023-02-01 14:49:09 +08:00
  • 74eedbf2d2
    ethdb/pebble: several updates for pebble (#49) rjl493456442 2023-01-31 21:13:11 +08:00
  • 5a53c932f9
    core/rawdb: replace method with Open Martin Holst Swende 2023-01-20 19:34:43 +01:00
  • e7bf9cfece
    ethdb/pebble, deps: update pebble dependency Martin Holst Swende 2023-01-20 15:59:37 +01:00