-
Notifications
You must be signed in to change notification settings - Fork 533
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
Fix/bridge-commands #2056
Closed
dusannosovic-ethernal
wants to merge
43
commits into
0xPolygon:develop
from
Ethernal-Tech:fix/bridge-commands
Closed
Fix/bridge-commands #2056
dusannosovic-ethernal
wants to merge
43
commits into
0xPolygon:develop
from
Ethernal-Tech:fix/bridge-commands
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix Dependabot reviewers
* Rename workflow names and remove banners * Remove commented code * Fix build workflow (1st attempt) * Rename linter workflow * Fix build workflow (2nd attempt) * Fix CLA Assistant workflow (1st attempt) * Add PERSONAL_ACCESS_TOKEN * Remove enviroment vars for building C/C++ external libraries
* First pass * Remove more code * secrets init fix * genesis and some ibft removals * genesis fix * small changes * small change * Put min validators count to 3 * Format go mod and expand gitignore * Remove kriptology dependency * Address comments and remove unnecessary stuff from e2e framework * Rename * Minor updates --------- Co-authored-by: Igor Crevar <[email protected]> Co-authored-by: Goran Rojovic <[email protected]>
Co-authored-by: Stefan Negovanović <[email protected]>
Co-authored-by: Stefan Negovanović <[email protected]>
Co-authored-by: Stefan Negovanović <[email protected]>
* 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]>
* Move and modify test * variable name change --------- Co-authored-by: Dusan <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Move and modify test
variable name change
Co-authored-by: Dusan [email protected]
Description
Delete check mintable in bridge commands
Changes include
Breaking changes
Please complete this section if any breaking changes have been made, otherwise delete it
Checklist
Testing