-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bring changes from main to prepare 1.1.0 release #159
Closed
Closed
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
* Gitignore mac specific files * Make gitignore broader
* adjusted tribute refunding condition * CR changes * CR changes
* Add round id as input to tribute add * Add brief paragraph on rev sharing * Regenerate artifacts * Add unit test for proposal in different round * Add round id in interchain test requests * Add creation_time and creation_round to tributes * Appease clippy
* Create pull_request_template.md Introduced the pull request template * Update .github/pull_request_template.md Co-authored-by: Philip Offtermatt <[email protected]> --------- Co-authored-by: Philip Offtermatt <[email protected]>
* Generate changelog for v1.0.3 * Re-add unreleased changelog entry
* Start modifying message to refresh multiple locks at once * Fix multi-lock and add tests * Add test cases for multi-lock-refresh * Add changelog entry * Regenerate schema * Remove useless use of vec * Fix clippy * Add check for actual new lock end time in multi-lock test * Use mutable borrow instead of taking ownership * Borrow env and constants * Add test case about refreshing other users lock * Regenerate artifacts
* Add migration for first_round_start * Adjust version numbering * Add check for migrating during the first round * Refactor migration test to be table-based * Restructure if chain for clippy * Add changelog and change tribute contract version * Regenerate contracts
p-offtermatt
approved these changes
Oct 22, 2024
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
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
.changelog
make compile
and included content of the artifacts directory into the PRmake schema
and included generated files into the PR