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

chore: rename testnets #98

Closed
wants to merge 46 commits into from
Closed

chore: rename testnets #98

wants to merge 46 commits into from

Commits on Apr 1, 2023

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

Commits on Apr 4, 2023

  1. feat(all): changes base on major protocol upgrade (#48)

    * feat(all): changes base on major protocol upgrade
    
    * feat: add `taiko_payload_building.go`
    davidtaikocha committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    cb62c55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b0f4b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. chore(genesis): update genesis JSONs (#50)

    * chore(genesis): update genesis JSONs
    
    * chore(tmp): update workflow
    
    * chore: enable London fork
    
    * chore(genesis): update genesis JSONs
    
    * feat: update miner
    
    * feat: update consensus
    
    * chore(genesis): update genesis JSONs
    
    * feat: set `genesis.gasUsed`
    
    * chore(genesis): update genesis JSONs
    davidtaikocha committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    908207e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. chore(genesis): update genesis JSONs (#51)

    * feat: update Genesis JSONs
    
    * feat: update Genesis JSONs
    davidtaikocha committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    a9e2768 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3a19b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. feat(all): changes based on protocol's major upgrade (#53)

    * feat: update Genesis JSONs
    
    * feat: update Genesis JSONs
    
    * chore: update workflow
    
    * feat(consensus): activate withdrawals
    
    * chore: update genesis configs
    
    * feat: update taiko_worker
    
    * feat: send baseFee to treasure address
    
    * feat: skip anchor baseFee checks
    davidtaikocha committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    0a3a6bb View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. feat(core): skip baseFee check for anchor transaction (#54)

    * test: fix testing errors
    
    * feat: update baseFee management
    
    * feat: update genesis jsons
    
    * chore: update workflow
    davidtaikocha committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    c36ae0f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. feat(consensus): update taiko consensus engine (#56)

    * feat(consensus): update taiko consensus engine
    
    * tmp
    
    * feat: update consensus
    
    * chore: update genesis
    davidtaikocha committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6118f4a View commit details
    Browse the repository at this point in the history
  2. feat(miner): update payload building (#57)

    * feat(miner): update payload building
    
    * chore: update workflow
    
    * chore: update workflow
    davidtaikocha committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    f148090 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6fcb71 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

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

Commits on May 4, 2023

  1. chore(taiko_genesis): update genesis JSONs (#63)

    * chore(taiko_genesis): update genesis JSONs
    
    * chore(taiko_genesis): update genesis JSONs
    davidtaikocha committed May 4, 2023
    Configuration menu
    Copy the full SHA
    60e25b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    806abfe View commit details
    Browse the repository at this point in the history
  3. feat(beacon): withdrawals hash (#59)

    * wip
    
    * wip
    
    * wip
    
    * uint96
    
    * wip
    
    * sort?
    
    * wip
    
    * try abi packing, does solidity assembly pack?
    
    * abi pack
    
    * hashes match now
    
    * missing uncle test, + added test for empty withdrawalshash
    
    * lint
    
    * rm comment
    
    * move code to relevant section if block is taiko
    
    * add withdrawals hash to sealing
    
    * .
    
    * save
    
    * use newTaikoBlockWithWithdrawals when finalizing block
    
    * withdrawals cant be nil
    
    * Update core/types/block.go
    
    ---------
    
    Co-authored-by: David <david@taiko.xyz>
    cyberhorsey and davidtaikocha committed May 4, 2023
    Configuration menu
    Copy the full SHA
    0567005 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

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

Commits on May 8, 2023

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

Commits on May 10, 2023

  1. chore(taiko_genesis): regenerate genesis JSONs (#67)

    * regen genesis
    
    * feat: update genesis JSONs after new protocol PRs merged
    
    ---------
    
    Co-authored-by: David <david@taiko.xyz>
    cyberhorsey and davidtaikocha committed May 10, 2023
    Configuration menu
    Copy the full SHA
    2aaaca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6412c5 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. fix(types): fix some withdrawRoot related issues (#69)

    * fix(types): fix some `withdrawRoot` related issues
    
    * chore: update workflow
    
    * chore: update workflow configs
    
    * feat: update `ExecutableDataToBlock`
    
    * chore: update workflow configs
    davidtaikocha committed May 11, 2023
    Configuration menu
    Copy the full SHA
    edb10f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0adef1e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. chore(taiko_genesis): update genesis JSONs (#71)

    * chore(taiko_genesis): update genesis JSONs
    
    * chore: update genesis JSONs
    davidtaikocha committed May 16, 2023
    Configuration menu
    Copy the full SHA
    34e4f13 View commit details
    Browse the repository at this point in the history
  2. feat(catalyst): allow reorg in L2 (#72)

    * feat(catalyst): allow reorg in L2
    
    * chore: update workflow
    davidtaikocha committed May 16, 2023
    Configuration menu
    Copy the full SHA
    3a49f08 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    fab1e44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68c6863 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

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

Commits on May 19, 2023

  1. fix(types): catch geth withdrawals root hash up to latest protocol ch…

    …anges (#76)
    
    * catch geth withdrawals root hash up to latest protocol changes
    
    * Typo
    
    * remove < 8 check
    cyberhorsey committed May 19, 2023
    Configuration menu
    Copy the full SHA
    5493680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f07ec5a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    e675d71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59f0674 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

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

Commits on May 23, 2023

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

Commits on May 26, 2023

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

Commits on May 28, 2023

  1. fix(beacon): update ExecutableData parameters (#83)

    * fix(beacon): update `ExecutableData` parameters
    
    * chore: update workflow
    
    * feat: update types
    
    * feat: update api.go
    
    * feat: update queue.go
    
    * chore: update workflow
    davidtaikocha committed May 28, 2023
    Configuration menu
    Copy the full SHA
    f4b7892 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. fix(repo): fix openAI review workflow (#84)

    * Update openai-review.yml
    
    * Update openai-review.yml
    dantaik committed May 31, 2023
    Configuration menu
    Copy the full SHA
    a0654bb View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. feat(types): update CalcWithdrawalsRootTaiko (#85)

    * feat(types): update `CalcWithdrawalsRootTaiko`
    
    * test: update tests
    
    * test: update tests
    davidtaikocha committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    f07672a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. feat(eth): update DeliverBodies to use CalcWithdrawalsRootTaiko (#87

    )
    
    * feat(eth): update `DeliverBodies` to use `CalcWithdrawalsRootTaiko`
    
    * chore: update workflow
    davidtaikocha committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    8b16b30 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

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

Commits on Jun 8, 2023

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

Commits on Jun 10, 2023

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

Commits on Jul 10, 2023

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

Commits on Jul 14, 2023

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

Commits on Jul 15, 2023

  1. chore: rename testnets

    d1onys1us committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    5a616ae View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

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

Commits on Aug 2, 2023

  1. feat(eth): optimize TxPoolContent (#104)

    * feat(eth): optimize `TxPoolContent`
    
    * feat: remove pool content splitter
    
    * feat: update workflow
    
    * feat: update workflow
    
    * feat: update taiko_worker
    
    * feat: update taiko_worker
    davidtaikocha committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    19ca64e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

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