Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: draft release v1.2.6 (abandoned) #1696

Merged
merged 39 commits into from
Jun 16, 2023
Merged

release: draft release v1.2.6 (abandoned) #1696

merged 39 commits into from
Jun 16, 2023

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    1b8ec07 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    060aba5 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    bac626c View commit details
    Browse the repository at this point in the history
  2. feature: Enable Berlin EIPs (#1608)

    Enable following Berlin EIPs on BSC and introduce HertzBlock
    ** EIP-2565: ModExp Gas Cost
    ** EIP-2929: Gas cost increases for state access opcodes
    ** EIP-2718: Typed Transaction Envelope
    ** EIP-2930: Optional access lists
    sunny2022da committed May 19, 2023
    Configuration menu
    Copy the full SHA
    08eab8b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    1759c69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd8795d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b7d8c1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    8d763bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11d16df View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. P2P: try to limit the connection number per IP address (#1623)

     ** by default, MaxPeersPerIp is same as MaxPeers
     ** no restriction on TrustedNode
     ** add test case: TestOptionMaxPeersPerIp
    brilliant-lx committed May 25, 2023
    Configuration menu
    Copy the full SHA
    eaea77a View commit details
    Browse the repository at this point in the history
  2. core: port several London EIPs on BSC(#1422)

    Here is the list:
     a.BEP-227: Implement EIP-3198: BASEFEE opcode
     b.BEP-226: Implement EIP-1559 with base fee of 0
     c.BEP-228: Implement EIP-3541: Prevent deploying contracts starting with 0xEF
     d.BEP-212: Implement EIP-3529: Reduction in Refunds
    Mister-EA committed May 25, 2023
    Configuration menu
    Copy the full SHA
    1036dc7 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    3d8753c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. feat: add a tool for submitting evidence of malicious voting (#1660)

    * feat: add a tool for submitting evidence of malicious voting
    NathanBSC committed May 31, 2023
    Configuration menu
    Copy the full SHA
    86446ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8dbf59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e802c73 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. params: introduce ParliaTestChainConfig

    Mister-EA committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    f316b1d View commit details
    Browse the repository at this point in the history
  2. core: add eip3529 tests for parlia config

    Mister-EA committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    4afd224 View commit details
    Browse the repository at this point in the history
  3. parlia_tests: update comment

    Mister-EA committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    a97f713 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. goleveldb: downgrade the version for performance (#1675)

    this PR: #936 upgraded the goleveldb
    indirectly, since it has dependency of prysm, which also depends on goleveldb indrectly.
    
    But the new version has some performance issue on Databse Close, see:
    syndtr/goleveldb#434
    
    So we need to rollback to the previous verison
    brilliant-lx committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    d6feb72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf9efe5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78ad049 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff32314 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. eip3529tests: refactor tests

    Mister-EA committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b1fbb29 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    38002f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1686 from bnb-chain/refactor-eip3529-tests

    eip3529tests: refactor tests
    Mister-EA committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    4a467ec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1676 from bnb-chain/eip3529-tests-parlia

    EIP-3529 (BEP-212) Unit tests for Parlia Config
    Mister-EA committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    15c30b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    3dca640 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4560dc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cd0387 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Merge pull request #1695 from sunny2022da/2718-test-dev

    test: Add EIP-2718 unit test for parlia ChainConfig
    Mister-EA committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    23ba7b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1694 from bnb-chain/improve-readme

    readme: add minimal compiler version
    MatusKysel committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e31270a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. core: use reflection to set default block values

    Mister-EA committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    7339721 View commit details
    Browse the repository at this point in the history
  2. core/statedb: always clear out access list when setting a new one (#1702

    )
    
    Co-authored-by: Péter Szilágyi <peterke@gmail.com>
    NathanBSC and karalabe committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    486e019 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1704 from bnb-chain/default-config-reflection

    core: use reflection to set default block values
    Mister-EA committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    cd44fc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ace44b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    019aedc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55bb108 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9841ba5 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    acd2f5f View commit details
    Browse the repository at this point in the history