-
Notifications
You must be signed in to change notification settings - Fork 15
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
Release v232 for mainnet #1386
Merged
Merged
Release v232 for mainnet #1386
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
b/c this commit has been applied to `main` directly without making it into `dev` and `testnet` branches and that causes conflicts with the next release. In case creditcoin-js type definitions need updating the CI job running inside the pull request will take care of it. This reverts commit 68a1240.
b/c this commit has been applied to `main` directly without making it into `dev` and `testnet` branches and that causes conflicts with the next release. In case creditcoin-js type definitions need updating the CI job running inside the pull request will take care of it. This reverts commit 29c8355.
9 tasks
both Creditcoin integration tests and cc-cli integration tests are building creditcoin-node with exactly the same arguments. Merging the two definitions allows both jobs to depend on a common build job which should reduce overall CI turnaround time.
so that descriptions will appear properly
- brings parity with testnet releases - makes it more obvious what release it is
in preparation for request_collect_coins_v2
- fix initial WeightInfo to be greater than zero before benchmarks have the chance to update this appropriately
from -> sender to -> recipient maintain old names for serialization/deserialization b/c tests are consuming raw JSON data when mocking Ethereum responses
- both ETH wallets are controlled by the same Creditcoin account - mixing 2nd ETH address with tx hash from the 1st address should fail verify_collect_coins() in OCW.
- more descriptive names - assert on WeightInfo - return WeightInfo > 0 to pass CI before benchmarks have the chance to update the weights with correct values
Bumps [paste](https://github.com/dtolnay/paste) from 1.0.12 to 1.0.14. - [Release notes](https://github.com/dtolnay/paste/releases) - [Commits](dtolnay/paste@1.0.12...1.0.14) --- updated-dependencies: - dependency-name: paste dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [strum](https://github.com/Peternator7/strum) from 0.24.1 to 0.25.0. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…tAddress->GATEFaucetAc… (#1333) * renamed TokenContract->BurnDetail and GATEFaucetAddress->GATEFaucetAccount * updated benchmarking.rs * Auto-update creditcoin-js type definitions --------- Co-authored-by: Zachary Frederick <zach.frederick@gluwa.com> Co-authored-by: gluwa-bot <creditcoin@gluwa.com>
this should have been removed as part of #1289
atodorov
force-pushed
the
release/v232-for-mainnet
branch
from
October 31, 2023 10:09
5d1572b
to
79ccfe9
Compare
atodorov
requested review from
nathanwhit,
pLabarta,
zacharyfrederick and
AdaJane
October 31, 2023 10:10
For full LLVM coverage report click here! |
zacharyfrederick
approved these changes
Oct 31, 2023
Codecov Report
@@ Coverage Diff @@
## main #1386 +/- ##
===========================================
- Coverage 71.11% 12.87% -58.24%
===========================================
Files 106 31 -75
Lines 12470 955 -11515
Branches 114 120 +6
===========================================
- Hits 8868 123 -8745
+ Misses 3593 832 -2761
+ Partials 9 0 -9
... and 82 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
atodorov
force-pushed
the
release/v232-for-mainnet
branch
from
October 31, 2023 13:44
b35f6de
to
64a3eb5
Compare
b/c the self-hosted GitHub runners have an extra 60GB of space there!
atodorov
force-pushed
the
release/v232-for-mainnet
branch
from
October 31, 2023 14:06
64a3eb5
to
0cc4bd7
Compare
AdaJane
approved these changes
Oct 31, 2023
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.
Description of proposed changes
Practical tips for PR review & merge: