Commit Graph

  • 9d4f94fa45 fix: panic on using WaitGroup after it is freed (#1464) Larry 2023-04-16 15:36:52 +08:00
  • 2b0f56898d
    fix: panic on using WaitGroup after it is freed (#1464) Larry 2023-04-16 15:36:52 +08:00
  • 9681ea4abb miner: add flag to enable voting NathanBSC 2023-04-13 19:30:46 +08:00
  • d1574bd33f lint: fix golang lint Keefe Liu 2023-04-14 21:57:44 +08:00
  • b53be40669 fix: panic on using WaitGroup after it is freed larry.lx 2023-04-14 21:43:48 +08:00
  • 74226925aa BEP-221: implement cometBFT light block validation Keefe Liu 2023-04-14 20:41:34 +08:00
  • 39497e088a
    ethapi: add basic test for sendcondtionaltrx Matus Kysel 2023-03-31 08:59:45 +02:00
  • 994daa1447
    statedb: add function to get state trie root Matus Kysel 2023-03-31 08:34:47 +02:00
  • f8c5f55652
    ethapi: introduce tests for transaction options Matus Kysel 2023-03-29 21:55:41 +02:00
  • 26c69a15ba
    internal/ethapi: cleaner designed and improved check Matus Kysel 2023-03-22 08:23:26 +01:00
  • c0fd04db1e
    internal/ethapi: implement API for EIP-4337 Matus Kysel 2023-03-14 21:26:20 +01:00
  • b1f2af8174 gomod: fix go mod tidy Keefe Liu 2023-04-14 14:19:37 +08:00
  • 3b5993a72f
    Rename contracts_lightclient.go to contracts_lightclie.nt.go ERKANSKG 2023-04-14 08:14:38 +03:00
  • e4b6ab9ba3
    cmd/faucet: clear reqs list when reorg to lower nonce (#1458) Leon 2023-04-14 09:52:15 +08:00
  • 0f64a36245 cmd/faucet: clear reqs list when reorg to lower nonce qinglin89 2023-04-14 02:13:49 +08:00
  • b4f1cdffd5
    Implement 2 EIPS: limit and meter initcode and PUSH0 instructions (#1443) sunny2022da 2023-04-13 17:26:21 +08:00
  • 3265ea377c core/vm: reuse ErrMaxInitCodeSizeExceeded as error message Sunny 2023-04-13 15:24:48 +08:00
  • 69fe86330b delay time to 2 NathanBSC 2023-04-13 11:15:01 +08:00
  • fa0678f2b8 update SetValidatorBehavior NathanBSC 2023-04-13 10:59:57 +08:00
  • b02813b099 update SetValidatorBehavior NathanBSC 2023-04-13 10:33:11 +08:00
  • cf9d6a6db4 core/vm: fix test cases issues that not suitable for boneh Sunny 2023-04-12 23:44:13 +08:00
  • ca2658b517 use defaultNet to avoid modifying genesisiHash NathanBSC 2023-04-12 21:39:54 +08:00
  • 648dbcd3cc add set block delay api NathanBSC 2023-04-12 17:08:23 +08:00
  • a9aeaae73c core/vm: Fix issue of incorrect instructionSet used for jump_table Sunny 2023-04-12 18:29:53 +08:00
  • 7e4fb4ba41
    Update README.md Rosyya 2023-04-12 17:18:54 +08:00
  • d1aa979a96 Add two bad vote switch API NathanBSC 2023-04-12 16:00:06 +08:00
  • e2f4729edc
    genesis: add BEP174 changes to relayer contract Matus Kysel 2023-04-12 10:17:10 +02:00
  • 38440eef5e core/vm: enable EIP-3855 (PUSH0) in Boneh Sunny 2023-04-11 20:44:39 +08:00
  • 9de09cdef0 core/vm: implement EIP-3855: PUSH0 instruction Sunny 2023-04-06 14:59:24 +08:00
  • 9919ba01f3 core/vm: implement EIP-3860: Limit and meter initcode Sunny 2023-04-06 14:52:07 +08:00
  • 82e38f6fc3
    docker: upgrade alpine version & remove apks version; (#1441) v1.1.22 GalaIO 2023-04-12 14:45:49 +08:00
  • c13a2c7cf6 [fix] Dockerfile: relax package versions Alex Vorona 2023-04-11 21:32:02 +01:00
  • 9fcebf4fdc fix: only validator need bls wallet NathanBSC 2023-04-11 20:01:01 +08:00
  • a041e897ad core/vm: deepcopy jumptable when enabling extra eips Sunny 2023-04-06 14:42:19 +08:00
  • b2e1fc4e03 core/vm: enable EIP-3855 (PUSH0) in Shanghai Sunny 2023-04-07 14:29:28 +08:00
  • 200ff7e34c core/vm: implement EIP-3855: PUSH0 instruction Sunny 2023-04-06 14:59:24 +08:00
  • 84b7ebd89e core/vm: implement EIP-3860: Limit and meter initcode Sunny 2023-04-06 14:52:07 +08:00
  • 739871c68e params: core: enable shanghai based on timestamps Sunny 2023-04-10 22:29:42 +08:00
  • 78ac208df2 params: Add Shanghai and Cancun blocks Sunny 2023-04-10 20:30:41 +08:00
  • 69f800aaf8 core/vm: deepcopy jumptable when enabling extra eips Sunny 2023-04-06 14:42:19 +08:00
  • 91f9993323 fix: handle error when fail to import bls account NathanBSC 2023-04-10 20:48:48 +08:00
  • f7d15e34df
    BEP-126: Introduce Fast Finality Mechanism (#936) realuncle 2023-04-10 18:36:45 +08:00
  • 6bf251648d add flag to make blst portable NathanBSC 2023-04-10 17:52:44 +08:00
  • 7c8786806b add flag to make blst portable NathanBSC 2023-04-10 17:52:44 +08:00
  • 9f749977a8 Merge branch 'develop' into fast_finality NathanBSC 2023-04-10 16:35:16 +08:00
  • 33426f2bd3
    docker: upgrade alpine version & remove apks version; (#1430) GalaIO 2023-04-10 16:00:17 +08:00
  • 1e3b303135 docker: upgrade alpine version & remove apks version; GalaIO 2023-04-10 15:15:25 +08:00
  • 4b1fb61835 fix: update boneh upgrade code for rialto NathanBSC 2023-04-10 12:26:49 +08:00
  • 8f38af5233
    build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 dependabot[bot] 2023-04-10 02:12:57 +00:00
  • d0f3f8ee62
    Merge pull request #1423 from bnb-chain/develop Larry 2023-04-10 10:10:22 +08:00
  • 3f176588ff
    Merge branch 'bnb-chain:master' into simulate Sebastian Kałużny 2023-04-09 19:08:10 +02:00
  • 0cc7cb4bf0 Merge remote-tracking branch 'bnb-chain/master' into HEAD larry.lx 2023-04-09 14:19:17 +08:00
  • 4a9fa31450
    Merge pull request #27051 from sandakersmann/master Péter Szilágyi 2023-04-08 17:13:55 +03:00
  • 6623499cc1 fix: update boneh upgrade code for rialto NathanBSC 2023-04-08 11:28:48 +08:00
  • 9d6e53c457
    release: prepare for release v1.1.22 (#1418) Larry 2023-04-07 20:06:38 +08:00
  • 032dd844b9 upgrade: update BonehUpgrade contracts code Roshan 2023-04-07 17:15:10 +08:00
  • b08af9a86b release: prepare for release v1.1.22 larry.lx 2023-04-07 09:15:51 +08:00
  • d06a27f85f params: disable london fork in AllEthashProtocolChanges Mister-EA 2023-04-06 14:00:43 +02:00
  • 44fb58eff8 params: disable london fork in TestChainConfig Mister-EA 2023-04-06 13:29:17 +02:00
  • 1093ad8bf9
    fix: init-network with config.toml without setting TimeFormat (#1412) NathanBSC 2023-04-06 12:24:04 +08:00
  • 998d192750 fix: init-network with config.toml without setting TimeFormat NathanBSC 2023-04-06 12:01:53 +08:00
  • f9f5cc2157
    cmd/faucet: merge ipfaucet2 branch to develop (#1361) Leon 2023-04-06 11:17:53 +08:00
  • b946b7a13b
    core, miner: drop transactions from the same sender when error occurs (#27038) rjl493456442 2023-04-05 19:09:25 +08:00
  • 230df98e4d
    core/txpool: disallow future churn by remote txs (#26907) Marius van der Wijden 2023-04-05 10:59:32 +02:00
  • 2109eb40f5 core: get rid of prefetcher concurrency issue Mister-EA 2023-04-05 10:20:04 +02:00
  • 9d37102134
    build: upgrade -dlgo version to Go 1.20.3 Marius Kjærstad 2023-04-04 22:24:30 +02:00
  • 2adce0b066
    eth/tracers: use atomic type (#27031) s7v7nislands 2023-04-05 00:34:52 +08:00
  • b4dcd1a391
    metrics: make gauge_float64 and counter_float64 lock free (#27025) Exca-DK 2023-04-04 15:53:44 +02:00
  • 6f799379cf
    Merge pull request #79 from node-real/addtional-reward-for-collecting-more-votes-than-needed NathanBSC 2023-04-04 21:53:38 +08:00
  • ab1a404b01
    all: remove debug-field from vm config (#27048) Martin Holst Swende 2023-04-04 09:50:13 -04:00
  • fba030c63a distribute additional reward for collecting more votes than needed NathanBSC 2023-04-04 21:10:03 +08:00
  • 0b76eb3708
    eth/tracers: report correct gasLimit in call tracers (#27029) Delweng 2023-04-04 18:34:23 +08:00
  • d2cf49327f
    consensus/misc, params: add EIP-4844 blobfee conversions (#27041) Péter Szilágyi 2023-04-04 11:25:28 +03:00
  • d173cbf822
    improve log style when Verify vote attestation fail (#78) NathanBSC 2023-04-04 16:15:11 +08:00
  • 91faf2c559
    consensus, core/typer: add 4844 excessDataGas to header, tie it to Cancun (#27046) Péter Szilágyi 2023-04-04 10:02:50 +03:00
  • 9b1a82c600
    core/vm: clarify comment (#27045) joohhnnn 2023-04-04 14:59:40 +08:00
  • 270a7abedb
    Fast finality abi and code style (#77) NathanBSC 2023-04-04 14:35:09 +08:00
  • db18293c32
    eth/downloader: use atomic types (#27030) s7v7nislands 2023-04-04 03:48:10 +08:00
  • 221ef7d80d
    UT: fix some flaky tests (#1379) Nicolas Gotchac 2023-04-03 16:11:09 +02:00
  • b4b1b035f5 revert field of LogConfig to non-pointer NathanBSC 2023-04-03 20:30:19 +08:00
  • beda6c41ad
    core/txpool: move some validation to outside of mutex (#27006) Martin Holst Swende 2023-04-03 07:16:57 -04:00
  • a25dd8064e
    test/fuzzers: fuzz rlp handling of big.Int and uint256.Int (#26917) Martin Holst Swende 2023-04-03 05:42:34 -04:00
  • 94457cce07
    cmd, miner, signer: avoid panic if keystore is not available (#27039) rjl493456442 2023-04-03 17:08:06 +08:00
  • 7076ae00aa
    cmd/geth: enable log rotation (#26843) sudeep 2023-04-03 14:35:36 +05:30
  • 2c5798464e
    common: delete MakeName (#27023) lightclient 2023-04-03 01:51:31 -06:00
  • dc2f4b9304
    go.mod : update snappy (#27027) ucwong 2023-04-03 01:35:13 -06:00
  • bed07cd590
    cmd/evm: use correct parent number for t8n base fee calculation (#27032) Guruprasad Kamath 2023-04-03 09:33:17 +02:00
  • 12c57334c0 eth/protocols/diff: Fix index mismatch in TestGetDiffLayers Nicolas Gotchac 2023-03-22 11:30:38 +01:00
  • efed1acfc6 core/blockchain: Wait for triedb.Dereference in writeBlockWithState Nicolas Gotchac 2023-03-22 11:07:08 +01:00
  • f911e2e86e core/state: Remove prefetcher on stop Nicolas Gotchac 2023-03-22 09:41:52 +01:00
  • bd76c258a4 Makefile: fix devtools install error; GalaIO 2023-03-30 21:12:59 +08:00
  • e4381a5d25 log: support custom time format configuration (#1401) dylanhuang 2023-04-03 10:22:49 +08:00
  • 75b58944c0 log: support custom time format configuration (#1401) dylanhuang 2023-04-03 10:22:49 +08:00
  • 3b547a9855
    log: support custom time format configuration (#1401) dylanhuang 2023-04-03 10:22:49 +08:00
  • 00a73fbcce
    accounts/abi/bind: handle UnpackLog with zero topics (#26920) aaronbuchwald 2023-03-31 02:35:29 -04:00
  • b92d0ea3bb
    miner: use atomic type (#27013) s7v7nislands 2023-03-31 14:32:47 +08:00
  • d0fbb10658
    eth/catalyst: improve consensus heartbeat (#26896) openex 2023-03-31 03:09:35 +08:00
  • 9ce047452e
    common: fix json marshaller MixedcaseAddress (#26998) rjl493456442 2023-03-31 03:04:28 +08:00
  • 50317bdace
    ethdb/pebble: use atomic type (#27014) s7v7nislands 2023-03-31 03:02:14 +08:00
  • 2d1492821d
    cmd/geth: Add --log.format cli param (#27001) Adrian Sutton 2023-03-30 23:24:48 +10:00