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

L1-chain #13

Merged
merged 44 commits into from
Dec 6, 2023
Merged

L1-chain #13

merged 44 commits into from
Dec 6, 2023

Conversation

dusannosovic-ethernal
Copy link

@dusannosovic-ethernal dusannosovic-ethernal commented Nov 7, 2023

Description

This PR includes changes that makes this chain act as a level 1.

  • staking is performed on Blade chain,
  • bridge is optional

Changes include

  • Bugfix (non-breaking change that solves an issue)
  • Hotfix (change that solves an urgent issue, and requires immediate attention)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (change that is not backwards-compatible and/or changes current functionality)

Checklist

  • I have assigned this PR to myself
  • I have added at least 1 reviewer
  • I have added the relevant labels
  • I have updated the official documentation
  • I have added sufficient documentation in code

Testing

  • I have tested this code with the official test suite
  • I have tested this code manually

@Ethernal-Tech Ethernal-Tech deleted a comment from CLAassistant Nov 8, 2023
command/genesis/utils.go Outdated Show resolved Hide resolved
command/rootchain/deploy/deploy.go Outdated Show resolved Hide resolved
command/rootchain/deploy/deploy.go Outdated Show resolved Hide resolved
command/rootchain/helper/utils.go Show resolved Hide resolved
command/rootchain/premine/premine.go Show resolved Hide resolved
command/sidechain/helper.go Outdated Show resolved Hide resolved
command/sidechain/whitelist/params.go Outdated Show resolved Hide resolved
consensus/polybft/contracts_initializer.go Outdated Show resolved Hide resolved
consensus/polybft/consensus_runtime.go Show resolved Hide resolved
command/genesis/genesis.go Outdated Show resolved Hide resolved
command/genesis/params.go Outdated Show resolved Hide resolved
command/genesis/params.go Outdated Show resolved Hide resolved
command/rootchain/deploy/deploy.go Outdated Show resolved Hide resolved
command/rootchain/deploy/deploy.go Outdated Show resolved Hide resolved
e2e-polybft/framework/test-cluster.go Outdated Show resolved Hide resolved
contracts/system_addresses.go Show resolved Hide resolved
consensus/polybft/stake_manager.go Outdated Show resolved Hide resolved
consensus/polybft/stake_manager.go Outdated Show resolved Hide resolved
consensus/polybft/stake_manager.go Outdated Show resolved Hide resolved
@dusannosovic-ethernal dusannosovic-ethernal changed the base branch from develop to staking November 20, 2023 09:38
command/genesis/polybft_params.go Outdated Show resolved Hide resolved
command/genesis/polybft_params.go Show resolved Hide resolved
consensus/polybft/stake_manager.go Outdated Show resolved Hide resolved
@Stefan-Ethernal Stefan-Ethernal changed the base branch from staking to develop November 28, 2023 10:32
* bridge commands relocation

* mint command relocation

* un/stake and whitelist from sidechain to validator folder

* sidechain commands relocation

* commands relocation

* deleted license

* build fix

* Build fix

* segmentation fault fix

* added nativeERC20 approve

* command fix

---------

Co-authored-by: Stefan Negovanović <[email protected]>
* Remove IsMintable native token flag

* Remove key from PremineInfo

* Add blade admin flag (#24)

* Introduce blade admin

* Move to the newest main branch on contracts

* Remove NativeTokenConfig from e2e tests

* Comments fix

---------

Co-authored-by: Goran Rojovic <[email protected]>
* Fix e2e tests

* Fix migration e2e test (#30)

* Remove StakeManagerAddr, StakeTokenAddr and CustomSupernetManagerAddr from bridge config

* Fix integration test (#31)

* Fix fund command UT

* Small fixes

---------

Co-authored-by: Stefan Negovanović <[email protected]>
goran-ethernal and others added 2 commits November 30, 2023 11:23
* Move and modify test

* variable name change

---------

Co-authored-by: Dusan <[email protected]>
* Spin up bridge in bridge e2e tests

* Remove unused param

* Check if bridge is enabled when creating state sync relayer

* Remove bridge non native ERC20 token test case

* Logs

* Fix segmentation fault

* Remove logs

* small fix

* small fix

* Deploy root erc20 token to the rootchain

* Initialize CheckpointManager

* Reduce default stake amount

* TestE2E_Bridge_Transfers_AccessLists fix

* Minor fixes

* Fix TestE2E_AddressLists_Bridge

* Fix TestE2E_Bridge_ERC721Transfer and TestE2E_Bridge_ERC1155Transfer

* Fix TestE2E_Bridge_RootchainTokensTransfers

* Premine fix

* Reduce DefaultStake

---------

Co-authored-by: Goran Rojovic <[email protected]>
@goran-ethernal goran-ethernal marked this pull request as ready for review December 1, 2023 10:09
goran-ethernal and others added 5 commits December 4, 2023 09:23
* Fix cluster script

* Fix docker local deployment

* Rename (rootchain to bridge in command outputs)

* Minor change

---------

Co-authored-by: Stefan Negovanović <[email protected]>
* Use ethernal's event tracker

* Remove log

* EventTracker config in one struct

* Comments fix

---------

Co-authored-by: Stefan Negovanović <[email protected]>
goran-ethernal
goran-ethernal previously approved these changes Dec 5, 2023
Stefan-Ethernal and others added 2 commits December 6, 2023 08:13
* baseFeeConfig as condition for london fork

* lint fix

* comment fix

* Update command/genesis/polybft_params.go

Co-authored-by: Goran Rojovic <[email protected]>

* deleted unnecessary if

* e2e test fix

* Linter fix

* Add base-fee-config to e2e tests where needed

* Add SetBaseFeeConfig to the legacy e2e framework

* Remove leftover

* Provide non-validator account as receiver of native tokens in TestE2E_Consensus_MintableERC20NativeToken

---------

Co-authored-by: Goran Rojovic <[email protected]>
Co-authored-by: Stefan Negovanović <[email protected]>
@goran-ethernal goran-ethernal merged commit 7cb91cb into develop Dec 6, 2023
7 checks passed
@goran-ethernal goran-ethernal deleted the l1-chain branch December 6, 2023 10:26
bane added a commit that referenced this pull request Mar 14, 2024
* Deploy Network
* Add Permissions
* Minor changes
* Concurrency change
* Destroy Network
* Minor changes
* Minor changes
* Fix commit sha
* Minor changes
* Add Tests
* Disable Tests temporarily
* Nightly Build
* Minor fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants