-
Notifications
You must be signed in to change notification settings - Fork 0
Prepare to 0.2.0 release #236
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
Merged
Merged
Conversation
This file contains hidden or 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
9041be9 to
3c23757
Compare
AnnaShaleva
commented
Jul 1, 2024
Member
Author
AnnaShaleva
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, consider answering these questions, it will help to finish this PR.
3c23757 to
4a39015
Compare
e6eaefb to
e7b9810
Compare
chenquanyu
reviewed
Jul 3, 2024
69e02d9 to
6fdee52
Compare
6fdee52 to
db1a060
Compare
AnnaShaleva
commented
Jul 8, 2024
f4ee70c to
c44816e
Compare
101bcbb to
5d0aace
Compare
Skip v0.1.2, it won't be released. Bump the minor version since it contains a lot of changes incompatible with v0.1.1 version. Signed-off-by: Anna Shaleva <[email protected]>
Our privnet settings are static. we'll never change them. Also, genesis templates are removed so that privnet configuration update should be done only for the genesis files themselves. Close #169. Signed-off-by: Anna Shaleva <[email protected]>
Close #226. Signed-off-by: Anna Shaleva <[email protected]>
Signed-off-by: Anna Shaleva <[email protected]>
It's unused and out-of-date, thus I propose to remove it and introduce it back only if we really need it in the code. Signed-off-by: Anna Shaleva <[email protected]>
Signed-off-by: Anna Shaleva <[email protected]>
Shanghai is the latest supported hardfork for Neo X. Further updates should be bound to Dencun in #189. Close #224. Signed-off-by: Anna Shaleva <[email protected]>
Close #175. Signed-off-by: Anna Shaleva <[email protected]>
One is for DKG contract, the rest 10 are for possible further usage. Reserve addresses in genesis allocations and create a stub implementation in system contracts folder. Close #231. Signed-off-by: Anna Shaleva <[email protected]>
Update GovernanceProxyAdmin, Governance, Policy and GovernanceReward implementation bytecodes. Update Policy genesis allocations: * increase baseFee and minGasTip to 20 Gwei * add candidateLimit storage item Signed-off-by: Anna Shaleva <[email protected]>
Increase candidate registration fee from 1000 GAS to 20000 GAS. Signed-off-by: Anna Shaleva <[email protected]>
Change the magic to 0xBA9304, add NeoXBurn schedule. Signed-off-by: Anna Shaleva <[email protected]>
Replace this version with the one compiled from fresh sources. Signed-off-by: Anna Shaleva <[email protected]>
5d0aace to
2f83eb2
Compare
Member
Author
|
@txhsl @chenquanyu waiting for you approval before the merge, Roman is on vacation. |
txhsl
approved these changes
Jul 10, 2024
AnnaShaleva
added a commit
that referenced
this pull request
Jan 15, 2025
Reflect the following changes: 1. `make privnet_init` was removed in #236. 2. Watch-only CN was added to privnet in #359. Signed-off-by: Anna Shaleva <[email protected]>
AnnaShaleva
added a commit
that referenced
this pull request
Jan 15, 2025
Reflect the following changes: 1. `make privnet_init` was removed in #236. 2. Watch-only CN was added to privnet in #359. Signed-off-by: Anna Shaleva <[email protected]>
AnnaShaleva
added a commit
that referenced
this pull request
Jan 15, 2025
Reflect the following changes: 1. `make privnet_init` was removed in #236. 2. Watch-only CN was added to privnet in #359. Signed-off-by: Anna Shaleva <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Depends on #230, #166.
Close #169, close #226, close #224, close #231, close #175.
This PR needs to be merged before T4-compatible release.