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

feat: add new fork block and precompile contract for BEP294 and BEP299 #2047

Merged
merged 36 commits into from
Feb 26, 2024

Commits on Nov 30, 2023

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

Commits on Dec 4, 2023

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

Commits on Dec 5, 2023

  1. feat: add generate-proof to geth cmd (#2028)

    * feat: add `generate-proof` to geth cmd
    
    * chore: rename variable
    pythonberg1997 authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5743b06 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Merge remote-tracking branch 'BNBChain/develop' into bc-fusion

    # Conflicts:
    #	cmd/geth/blsaccountcmd.go
    #	params/config.go
    pythonberg1997 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3e9e642 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    8f3c525 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2048 from Pythonberg1997/bc-fusion

    chore: merge with develop branch
    unclezoro authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    3414e56 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

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

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    ab8793a View commit details
    Browse the repository at this point in the history
  2. chore: update logic of determining breathe block and returned data of…

    … `verifyDoubleSignEvidence` (#2056)
    pythonberg1997 authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    94b6815 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

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

Commits on Dec 19, 2023

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

Commits on Dec 20, 2023

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

Commits on Dec 21, 2023

  1. Merge branch 'develop' into merge

    # Conflicts:
    #	params/config.go
    pythonberg1997 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    167da21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0df5e7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2096 from Pythonberg1997/bc-fusion

    chore: merge with develop branch
    unclezoro authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    aab5ad9 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

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

Commits on Jan 4, 2024

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

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    64a57a3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into bc-fusion

    # Conflicts:
    #	core/systemcontracts/upgrade.go
    #	params/config.go
    pythonberg1997 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    7466f0a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2138 from Pythonberg1997/bc-fusion

    chore: merge with develop branch
    unclezoro authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    85c6750 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2e2ac7 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Jan 22, 2024

  1. fix: adjusted the timing of UpgradeBuildInSystemContract (#2166)

    * fix: adjusted the timing of `UpgradeBuildInSystemContract`
    
    * fix review comments
    
    * fix review comments
    
    * fix review comments
    
    * fix review comments
    
    * add `UpgradeBuildInSystemContract` to `traceBlock`
    
    * add `UpgradeBuildInSystemContract` to `traceBlock`
    
    * add `UpgradeBuildInSystemContract` to all trace functions
    pythonberg1997 authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    13f17f2 View commit details
    Browse the repository at this point in the history
  2. chore: update the contracts' byte code of Feynman upgrade (#2175)

    * chore: update the contracts' byte code of Feynman upgrade
    
    * add `OverrideFeynman`
    pythonberg1997 authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    65baf18 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. fix: upgrade system contracts twice issue in traceBlockParallel (#2178

    )
    
    * fix: upgrade system contracts twice issue in `traceBlockParallel`
    
    * fix review comments
    pythonberg1997 authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    818379d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Merge remote-tracking branch 'BNB-chain/develop' into bc-fusion-roshan

    # Conflicts:
    #	cmd/geth/blsaccountcmd.go
    #	miner/worker.go
    pythonberg1997 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7f6c4cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f0b2f0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2192 from Pythonberg1997/bc-fusion

    chore: merge with develop branch
    unclezoro authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    fc9230e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

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

Commits on Feb 2, 2024

  1. fix: add check for block number (#2199)

    * fix: add check for block number
    
    * fix review comments
    
    * fix review comments
    pythonberg1997 authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e7cd04b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. fix: adjust the timing of initializing Feynman system contracts (#2203)

    * fix: adjust the timing of initializing Feynman system contracts
    
    * fix test case
    pythonberg1997 authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    fd0ee7d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 16, 2024

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

Commits on Feb 19, 2024

  1. ci: add nancy job (#2221)

    j75689 authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    316585b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70adb60 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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