Commit graph

  • 543900aed2 accounts: changed if-else blocks to conform with golint (#16654) Daniel Liu 2025-01-14 10:56:06 +0800
  • fbe415c975 accounts/usbwallet: remove unused variables in ledger.go (#16446) Daniel Liu 2025-01-14 10:56:06 +0800
  • 18a5493575 accounts: add function UnmarshalJSON to parse URL (#16154) Daniel Liu 2025-01-14 10:56:06 +0800
  • 159ea38c87 accounts/abi: improve abi test coverage (#16044) Daniel Liu 2025-01-14 10:56:06 +0800
  • 6e6c8d20da
    Merge pull request #816 from gzliudan/reduce_chaindb_size Daniel Liu 2025-01-24 16:13:09 +0800
  • 85fc56733f core: lookup txs by block number instead of block hash (#19431) Daniel Liu 2025-01-23 09:32:14 +0800
  • 2b8b7e68f7 all: avoid storing computable receipt metadata (#19345) Daniel Liu 2025-01-22 19:21:17 +0800
  • 92f0d07e6d core: remove unnecessary fields in log (#17106 #19182) Daniel Liu 2025-01-22 14:30:29 +0800
  • a843f94524
    Merge pull request #821 from gzliudan/db_commands Daniel Liu 2025-01-24 15:50:49 +0800
  • 4224367396 cmd/XDC: add db commands: stats, compact, put, get, delete (#22014) Daniel Liu 2025-01-24 10:29:17 +0800
  • 742103c19c
    Merge pull request #820 from gzliudan/rm_copydb Daniel Liu 2025-01-24 15:26:27 +0800
  • 1ff36996c0 cmd/XDC: delete copydb command Daniel Liu 2025-01-24 14:41:28 +0800
  • 8b9de4b76c
    Merge pull request #819 from gzliudan/read_db_only Daniel Liu 2025-01-24 14:36:20 +0800
  • 97c50f97bb all: add read-only option to database Daniel Liu 2025-01-24 13:20:40 +0800
  • 926512610a core/txpool, eth, miner: code polish Gary Rong 2025-01-24 12:52:07 +0800
  • 33756802f6
    eth/catalyst: fail on duplicate request types (#31071) Sina M 2025-01-23 20:38:09 +0100
  • fcc0156c4b eth/catalyst: unique request types Sina Mahmoodi 2025-01-23 18:38:20 +0100
  • c3477e8e74 client: ethclient_test.go Krisna Pranav 2025-01-23 22:37:07 +0530
  • 8ee73c749f client: add package Krisna Pranav 2025-01-23 22:36:07 +0530
  • 021e709e29 client: TraceBlock + TraceChain Krisna Pranav 2025-01-23 22:31:15 +0530
  • d26b46434a client: TraceTransaction Krisna Pranav 2025-01-23 22:30:51 +0530
  • b00bf73267 client: TraceCall Krisna Pranav 2025-01-23 22:30:16 +0530
  • fa76319cd0 p2p/nat: update STUN list Felix Lange 2025-01-23 15:51:24 +0100
  • 9b698138e9 p2p/nat: add MarshalText in STUN Felix Lange 2025-01-23 15:46:32 +0100
  • e3a166d99e p2p/nat: update tests Felix Lange 2025-01-23 15:37:13 +0100
  • ef9f952ab3 p2p/nat: use default port constant Felix Lange 2025-01-21 22:40:31 +0100
  • 5e6d0ef1dc p2p/nat: rename file Felix Lange 2025-01-21 17:32:57 +0100
  • 06ea9ee92e p2p/nat: improve STUN default server list Felix Lange 2025-01-21 17:18:31 +0100
  • 0692059fce p2p/nat: use random server for STUN request Felix Lange 2025-01-21 16:57:54 +0100
  • 876ff08944 feat: add stun server list fearlessfe 2024-12-14 19:57:58 +0800
  • c419aefd04 Increase go-kzg and pebble versions and fix problems caused by version change NebojsaHorvat 2025-01-23 14:19:49 +0100
  • 9f17980b93 rm check_generate Sina Mahmoodi 2025-01-23 14:15:34 +0100
  • 5898421d1e try caching tools Sina Mahmoodi 2025-01-23 14:09:05 +0100
  • 6423641ce6 move to own job Sina Mahmoodi 2025-01-23 14:00:50 +0100
  • 888bbcce9c accounts/abi/bind/v2: fix test Felix Lange 2025-01-23 13:59:41 +0100
  • 92f6ec13f2 accounts/abi/abigen: update test bindings Felix Lange 2025-01-23 13:57:53 +0100
  • 1013c1c25b accounts/abi/abigen: add panic when encoding constructor input fails Felix Lange 2025-01-23 13:56:53 +0100
  • 1be2215a35 accounts/abi/abigen: use tabs for indent in v2 template Felix Lange 2025-01-23 13:50:57 +0100
  • dbe60f0b67 accounts/abi/abigen: remove error in v2 Pack function Felix Lange 2025-01-23 13:47:55 +0100
  • 1aaca9956f .github: add lint step Sina Mahmoodi 2025-01-23 13:44:21 +0100
  • e65c08f569 core: assign default difficulty to zero for chain without ethash Felix Lange 2025-01-23 13:29:51 +0100
  • d3cc618951
    trie: reduce allocations in stacktrie (#30743) Martin HS 2025-01-23 10:17:12 +0100
  • ff923bdca6
    Merge pull request #814 from JukLee0ira/fix-perfix Daniel Liu 2025-01-23 15:35:12 +0800
  • ae438bea69 accounts/keystore: fix xdc-prefix address bug (#759) JukLee0ira 2025-01-16 14:50:38 +0800
  • f59b1be4f7 cmd/utils, core/tracing: tiny fix Gary Rong 2025-01-23 14:46:24 +0800
  • c3badb4298
    Merge pull request #818 from JukLee0ira/fix-rawdb Daniel Liu 2025-01-23 13:57:56 +0800
  • 197291443f core, light: handle the nil return value of GetBlockNumber, fix #517 JukLee0ira 2025-01-23 12:56:34 +0800
  • 3546df65c1 core/rawdb: bump db version Gary Rong 2025-01-23 13:53:34 +0800
  • ba3ae98d17 chore: fix some comments petercover 2025-01-23 13:42:17 +0800
  • 0d119a9b53 core: fix test and revert db version bumping Gary Rong 2024-11-25 10:32:27 +0800
  • 268aba9b63 core/rawdb: use common.Big0 Gary Rong 2024-11-23 08:47:39 +0800
  • f2320d832c core/rawdb: restore TD freezer table for backward compatibility Gary Rong 2024-11-22 20:43:03 +0800
  • 3b27580cc7 consensus/beacon, core: remove unused function Gary Rong 2024-11-19 10:46:55 +0800
  • 90ca7d05cc core/rawdb: track deprecated td data Gary Rong 2024-11-19 10:15:50 +0800
  • 64af16de4e core, consensus, cmd/utils: bump the database version Gary Rong 2024-11-18 14:40:05 +0800
  • 27766d0a99 all: get rid of beacon.faker test consensus type Péter Szilágyi 2024-11-12 01:38:23 +0700
  • 125b68a797 cmd, core, tests: final nail in the td coffin, remove the data Péter Szilágyi 2024-11-12 01:22:28 +0700
  • 6539c399ae consensus, core, eth, internal: further removal of td Péter Szilágyi 2024-11-12 00:53:36 +0700
  • 89a5e1a29b cmd/devp2p, eth: advertise 0 TD on eth/status, ignore received one Péter Szilágyi 2024-11-11 02:05:58 +0700
  • 776d8ec1c1 consensus, eth/catalyst: remove TD checks and enforcement Péter Szilágyi 2024-11-11 01:46:06 +0700
  • 3e1ceea6d9 feat: handler ip in the closure pengzhen 2024-12-10 17:09:51 +0800
  • d7faa2d65e feat: make stun server private pengzhen 2024-12-10 10:26:56 +0800
  • b24ca2f3c8 p2p/nat: do some optimization fearlessfe 2024-12-09 23:51:45 +0800
  • 407ad83152 p2p/nat: fix lint error fearlessfe 2024-12-09 22:14:02 +0800
  • dfb6374517 p2p/nat:add stun protocol fearlessfe 2024-12-09 22:00:41 +0800
  • d5323011af accounts/abi/bind: fixup Felix Lange 2025-01-22 23:29:12 +0100
  • 593a97f933 accounts/abi/bind/v2: remove deprecated TransactOpts constructors in v2 Felix Lange 2025-01-22 23:24:55 +0100
  • ead086b674 accounts/abi/bind: move implementation to v2 package Felix Lange 2025-01-22 23:09:56 +0100
  • e63b8502cc
    Update doc.go futreall 2025-01-23 00:13:01 +0200
  • 4e43eec5f7 accounts/abi/bind: add missing function Felix Lange 2025-01-22 20:08:22 +0100
  • 169a42448c accounts/abi/bind: move code generator to accounts/abi/abigen Felix Lange 2025-01-22 19:58:02 +0100
  • cdca79128b
    fix(taiko): decode basefeeSharingPctg from extradata for ontake blocks (#370) johntaiko 2025-01-22 22:03:20 +0800
  • bb2eb441f6
    Merge branch 'ethereum:master' into gethintegration Chen Kai 2025-01-22 21:37:35 +0800
  • 25481e04bb accounts/abi/bind: fix some more warnings Felix Lange 2025-01-22 14:32:49 +0100
  • faabbf7671 accounts/abi/bind: fix warning about assignment to blank Felix Lange 2025-01-22 14:29:52 +0100
  • d6316e056c accounts/abi/bind: remove third return value of DeployContractRaw Felix Lange 2025-01-22 14:27:26 +0100
  • a840e9b59f
    triedb/pathdb: fix state revert on v2 history (#31060) rjl493456442 2025-01-22 21:06:36 +0800
  • 92b1f74a5d accounts/abi/bind: update converted v1 bind tests Felix Lange 2025-01-22 13:58:10 +0100
  • 5598edfe48 accounts/abi/bind/v2: update tests Felix Lange 2025-01-22 13:47:56 +0100
  • 56502a9122 accounts/abi/bind/v2: support passing nil unpack function in Call Felix Lange 2025-01-22 13:50:26 +0100
  • 1602eb8aa6 accounts/abi/bind/v2: update generated bindings for test Felix Lange 2025-01-22 13:46:12 +0100
  • d330916f57 accounts/abi/bind: update v2 template Felix Lange 2025-01-22 13:44:33 +0100
  • 1bdc820c98 accounts/abi/bind/v2: pass contract instance as value Felix Lange 2025-01-22 12:59:13 +0100
  • 46e7e44e77 accounts/abi/bind: rename field in MetaData Felix Lange 2025-01-22 12:55:38 +0100
  • 077556859c accounts/abi/bind/v2: add ContractInstance constructor Felix Lange 2025-01-22 12:55:24 +0100
  • 0e856b512a accounts/abi/bind/v2: rename package to "bind" and reexport some v1 stuff Felix Lange 2025-01-22 12:54:54 +0100
  • dbe316a48d accounts/abi/bind/v2: remove some unnecessary type parameters Felix Lange 2025-01-22 11:16:14 +0100
  • 45d51ce05b accounts/abi/bind: un-embed+ make test nicer Martin Holst Swende 2025-01-10 09:08:33 +0100
  • bda5e4c496 fix test 'BindingV2ConvertedV1Tests'. add more comprehensive output checking to solc errors test. Jared Wasinger 2025-01-10 15:47:48 +0800
  • 8d3fc41c9a accounts/abi/bind, accounts/abi/bind/v2: fix error unpacking. update relevant binding example. make error unpacking test more comprehensive Jared Wasinger 2025-01-09 16:58:44 +0800
  • 2ab719cc59 accounts/abi/bind/v2: remove unecessary TODOs. Fix TestErrors compilation Jared Wasinger 2025-01-09 16:15:09 +0800
  • 0a751f8727 accounts/abi/bind/v2: fix test that doesn't compile Jared Wasinger 2025-01-09 14:58:41 +0800
  • 5ae1de49c7 accounts/abi/bind: remove unecessary TODO from v2 template Jared Wasinger 2025-01-09 14:53:34 +0800
  • 8c20a2c987 accounts/abi/bind/v2: fix Call helper method: don't return a pointer to the generic unpacked type (b/c it may be a pointer itself in the case of *big.Int underlying type. in this case, double-pointer syntax in the generated binding code would look ugly. Jared Wasinger 2025-01-08 20:01:16 +0800
  • 4d2706c1c5 add TODO note about cleaning up template code for return values Jared Wasinger 2025-01-08 19:55:02 +0800
  • 1b7aecef93 don't emit constructor input packing method if the contract constructor has no inputs Jared Wasinger 2025-01-08 19:28:45 +0800
  • c92220f20e add docs explaining internal variables on the v2 binder/contractBinder structs. convert exported metadata object in binding to be non-pointer type. Fix some linter issues. remove unecessary TODO comments Jared Wasinger 2025-01-08 13:34:02 +0800
  • fb26a5843e address some recent feedback. add docs about what the binder and contractBinder structs are used for. Jared Wasinger 2025-01-07 17:52:03 +0700
  • c7ff6488d6 reenable TestBindingV2ConvertedV1Tests Jared Wasinger 2025-01-07 16:10:55 +0700
  • 9dd006f4e0 update converted v1 bindings Jared Wasinger 2025-01-07 16:05:51 +0700