Commit graph

  • b612cab7f1 simplify generated code for list of library dependencies Jared Wasinger 2024-11-26 17:41:18 +0700
  • 0bdf69cbc6 some more docs Jared Wasinger 2024-11-26 17:32:46 +0700
  • 0cff488b04 fix v2 test Jared Wasinger 2024-11-26 17:22:28 +0700
  • ab97d38da5 more docs. fix nested library contract. fix associated test case. Jared Wasinger 2024-11-26 17:18:20 +0700
  • b2aec5af41 add missing files from testdata. refactor contract deployment API to be cleaner Jared Wasinger 2024-11-26 15:54:18 +0700
  • 03a6ade16b format improvements Jared Wasinger 2024-11-25 14:36:22 +0700
  • 41b77f9d9c update library test contract to have constructor with inputs. remove some debug print statements Jared Wasinger 2024-11-25 14:30:29 +0700
  • 42d159fb9a fix contract Jared Wasinger 2024-11-24 22:32:11 +0700
  • 7c95aa1411 closer to test passing now... Jared Wasinger 2024-11-24 21:53:31 +0700
  • 5ba939f50c rework contract deployment API Jared Wasinger 2024-11-24 21:00:26 +0700
  • cc04aa4e9e commit of wip-code: rework the contract deployment code to be cleaner Jared Wasinger 2024-11-24 19:35:16 +0700
  • 6d9104e706 dependency graph calculation working Jared Wasinger 2024-11-20 20:48:43 +0700
  • 26491ae5cd still in a wip state Jared Wasinger 2024-11-20 18:57:03 +0700
  • 61263dcd68 stage point before I try to dedup contract interaction api Jared Wasinger 2024-11-06 22:28:54 +0900
  • 0aac1981f5 move v2 contract interaction methods into v2 package. add test Jared Wasinger 2024-11-04 22:50:47 +0900
  • 9c086811ae isolate V2 contract interaction API into its own package Jared Wasinger 2024-11-04 19:32:26 +0900
  • cb0d1ea3ba fix last rebase regression Jared Wasinger 2024-10-31 15:31:06 +0900
  • f7fa3fe037 add back code that got mistakenly removed in the rebase Jared Wasinger 2024-10-31 15:04:53 +0900
  • 135ef69b9b fix test Sina Mahmoodi 2023-03-03 12:59:50 +0330
  • c14bd3d6e7 clean lang selection leftovers Sina Mahmoodi 2023-03-02 16:35:06 +0330
  • b504552373 Pass pointer to log for unpack Sina Mahmoodi 2023-03-02 15:59:01 +0330
  • f7084f4723 Add deploy code to contract struct Sina Mahmoodi 2023-03-02 15:50:26 +0330
  • e2746e7f54 define contract instance type Sina Mahmoodi 2023-03-01 15:45:45 +0330
  • 040f808742 skip unpack method when no return args Sina Mahmoodi 2023-03-01 13:32:34 +0330
  • ee1263a78c drop fmt Sina Mahmoodi 2023-03-01 13:09:28 +0330
  • 7b6f0eadd7 replace fmt with errors Sina Mahmoodi 2023-03-01 13:03:08 +0330
  • 6b69f4c90c drop unnecessary imports Sina Mahmoodi 2023-03-01 13:07:00 +0330
  • d4ccdc30c2 add copyright header to lib.go Sina Mahmoodi 2023-03-01 12:35:07 +0330
  • ed627ccf8b accounts/abi: abigen v2 Sina Mahmoodi 2023-01-06 12:58:43 +0100
  • d10c61ca44
    go.mod: gencodec stable v0.1.0 (#31062) ucwong 2025-01-22 12:53:01 +0000
  • 9d9ca45145 triedb/pathdb: derive state set without holding the lock Gary Rong 2025-01-22 20:30:17 +0800
  • d2edccaa5b Merge branch 'gethmaster' into gethintegration Chen Kai 2025-01-22 20:03:33 +0800
  • 447fed2573
    feat: include L1 message with insufficient balance (#462) Péter Garamvölgyi 2025-01-22 12:42:05 +0100
  • bc2f68d70b
    Merge pull request #806 from gzliudan/migrate_to_embed Daniel Liu 2025-01-22 19:24:20 +0800
  • e4742f4dff go.mod : gencodec stable v0.1.0 ucwong 2025-01-22 19:12:29 +0800
  • c070fff7a0
    Remove unnecessary file introduced and fix Makefile kamuikatsurgi 2025-01-22 16:37:54 +0530
  • f09f89e1cb
    make bor && make all successful kamuikatsurgi 2025-01-22 15:36:07 +0530
  • ffbe4f5080 all: migrate go-bindata to embed (#24744) Daniel Liu 2025-01-22 17:03:47 +0800
  • 218b697f05
    p2p: support configuring NAT in TOML file (#31041) Felix Lange 2025-01-22 09:29:34 +0100
  • 2779b08918
    Merge pull request #780 from gzliudan/better_reorg Daniel Liu 2025-01-22 15:30:53 +0800
  • cbdf0e69f9 core: refactor function reorg (#23761, #24616, #24996, #30600) Daniel Liu 2024-12-25 14:10:44 +0800
  • adba311c5c
    Merge pull request #788 from JukLee0ira/Migrate-to-rawdb Daniel Liu 2025-01-22 15:21:38 +0800
  • 653b59710e core/rawdb: separate raw database access to own package (#16666 #19345) JukLee0ira 2025-01-03 17:40:50 +0800
  • d1d95e2e64
    Merge pull request #803 from gzliudan/go_generate Daniel Liu 2025-01-22 15:11:21 +0800
  • 6794504d40 all: update files by 'go generate ./...' Daniel Liu 2025-01-21 09:13:30 +0800
  • b34ab0c652
    Merge pull request #807 from gzliudan/abigen_flag Daniel Liu 2025-01-22 15:09:28 +0800
  • 89376fd489 cmd/abigen: require either '--abi' or '--combined-json' (#31045) Daniel Liu 2025-01-21 11:09:05 +0800
  • f6d3f64b7c
    Merge pull request #813 from gzliudan/fix_receipt_encode Daniel Liu 2025-01-22 15:07:31 +0800
  • 5740ca1fe4 core/types: remove extra byte when EncodeRLP for Receipt Daniel Liu 2025-01-21 21:44:27 +0800
  • 99bb61207a triedb/pathdb: fix broken test Gary Rong 2025-01-22 14:25:17 +0800
  • 294476e0f0 triedb/pathdb: fix state revert on v2 history Gary Rong 2025-01-22 13:01:48 +0800
  • 4e18b25309
    Merge pull request #683 from JukLee0ira/traceBlockByNumber Daniel Liu 2025-01-22 12:57:28 +0800
  • 08ffda54c8
    Merge develop into upstream_merge kamuikatsurgi 2025-01-22 10:11:56 +0530
  • 412133b977 eth/tracers: add test for contractTracer JukLee0ira 2024-10-30 09:54:13 +0800
  • f7b591ffe3 eth/tracers: add a golang tracer to locate contracts (#23708) JukLee0ira 2024-10-21 11:28:50 +0800
  • 7ca83ab0ec eth/tracers: add TracerConfig option to Tracer (#25430) JukLee0ira 2024-10-16 15:04:32 +0800
  • 90b0f452e9 trie: fix tiny issue Gary Rong 2025-01-22 10:57:42 +0800
  • c43faa3d9d
    cmd/evm: restore --bench flag to evm statetest (#31055) Danno Ferrin 2025-01-21 15:02:17 -0700
  • 0217ec1cfe go.mod: fixup version line Felix Lange 2025-01-20 22:07:26 +0100
  • 0fa76086eb p2p/nat: add MarshalText to instances Felix Lange 2025-01-20 09:06:20 +0100
  • 663de35163 go.sum: go mod tidy Felix Lange 2025-01-17 16:40:56 +0100
  • 50e0380533 p2p: support configuring NAT in TOML Felix Lange 2025-01-17 16:35:07 +0100
  • 6909dd9978 go.mod: upgrade gencodec Felix Lange 2025-01-17 16:34:41 +0100
  • 38a0fadf72
    build(deps): bump golang.org/x/net from 0.25.0 to 0.33.0 dependabot[bot] 2025-01-21 21:25:50 +0000
  • 4af9af419d
    go.mod: remove toolchain line (#31057) Felix Lange 2025-01-21 22:23:46 +0100
  • e673af9acf fix lint error Danno Ferrin 2025-01-21 11:19:30 -0700
  • a15366359e
    Use pool for keccak (#1407) Jerry 2025-01-21 09:25:19 -0800
  • afacef96b9 forgot mul test files Sina Mahmoodi 2025-01-21 16:28:41 +0100
  • 20152bebff Merge branch 'master' into eip-2537-changes Sina Mahmoodi 2025-01-21 16:22:37 +0100
  • 6915628f82
    Update t8n_test.go Felix Lange 2025-01-21 13:46:20 +0100
  • 67cf8e2055 go.mod: remove toolchain line Felix Lange 2025-01-21 13:37:58 +0100
  • 6c10996bf5
    eth/filters: ensure API timeoutLoop terminates with event system (#31056) jwasinger 2025-01-21 20:11:05 +0800
  • a38f10311d Update signer/core/signed_data_recursive_array_test.go jwasinger 2025-01-20 18:26:13 +0800
  • 8058ac5a16 Update signer/core/apitypes/types.go jwasinger 2025-01-20 17:35:52 +0800
  • 4e721fb390 Update signer/core/apitypes/types.go jwasinger 2025-01-20 17:30:24 +0800
  • 3490f3083f signer/core, signer/core/apitypes: fix encoding of bytes nested within array Jared Wasinger 2025-01-20 16:44:10 +0800
  • 2a5737f91b
    Merge pull request #809 from gzliudan/xinfin_bootnodes Daniel Liu 2025-01-21 16:19:24 +0800
  • 7710bfc19d cicd: update bootnodes for mainet Daniel Liu 2025-01-21 16:08:53 +0800
  • 2a7c93ebf9 eth/filters: ensure filter api timeout loop terminates with filter event system termination Jared Wasinger 2025-01-21 15:43:29 +0800
  • 2bf4a8ff73
    cmd/evm: refactor handling output-files for t8n (#30854) Martin HS 2025-01-21 08:35:03 +0100
  • 140be4e19e trie: polish the code Gary Rong 2025-01-21 15:31:02 +0800
  • 5e73c2be93 cmd/evm/internal/t8ntool: polish the code Gary Rong 2025-01-21 13:22:38 +0800
  • e25cedf16d
    core/txpool: terminate subpool reset goroutine if pool was closed (#31030) jwasinger 2025-01-21 11:42:05 +0800
  • e5dfc7535a
    feat: L1Reader (#1099) Jonas Theis 2025-01-21 09:30:19 +0800
  • cb333a11ea Restore --bench flag to evm statetest Danno Ferrin 2025-01-20 12:48:19 -0700
  • 3c6e89c9bc
    Update tests/state_test.go Sina M 2025-01-20 19:24:48 +0100
  • 83dfeffddf add in EIP test cases Sina Mahmoodi 2025-01-20 19:22:00 +0100
  • 530adfc8e3
    core/types: initialize ChainID in SetCodeTx copy method (#31054) Shude Li 2025-01-21 00:06:39 +0800
  • 448e16ad54
    build: upgrade -dlgo version to Go 1.23.5 (#31037) levisyin 2025-01-21 00:04:29 +0800
  • 22eaddb244 core/types: initialize ChainID in SetCodeTx copy method islishude 2025-01-20 22:36:57 +0800
  • 1bcd49e187 core/types: check non-nil chainID during signatureValue recovery Marius van der Wijden 2025-01-20 14:35:50 +0100
  • 4b1e49b762 core, cmd, eth, tests: assign the history version automatically Gary Rong 2025-01-18 16:07:48 +0800
  • 163e4639ec core/types: always return non-nil chainID Marius van der Wijden 2025-01-20 13:00:16 +0100
  • 6957cddc8a core: fix TestStateProcessorErrors Marius van der Wijden 2025-01-20 12:35:01 +0100
  • cb6c14a7d3 test Jared Wasinger 2025-01-20 17:42:53 +0800
  • 17199daa76
    core/types: correct chainId check for pragueSigner (#31032) Shude Li 2025-01-20 17:12:36 +0800
  • 4209f1c5c0
    Self-review errors.As pointer usage Quentin Mc Gaw 2025-01-20 09:52:09 +0100
  • d46e1b00ba
    Simplify if conditions using errors.As Quentin Mc Gaw 2025-01-20 09:51:31 +0100
  • e2ba539edd
    Exception for error check in accounts/keystore/account_cache_test.go Quentin Mc Gaw 2025-01-20 09:00:01 +0100
  • d245d7e868
    chore(all): enable errorlint and fix all errors - Ignore fmt.Errorf not using wrapping with %w - Use errors.Is instead of == - Use errors.As instead of direct type assertions Quentin Mc Gaw 2025-01-19 22:48:49 +0100