-
Notifications
You must be signed in to change notification settings - Fork 50
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: prepare release for 0.2.4-alpha.1 #406
Merged
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: start e2e test chain in same process to include more coverage from server side * chore: fix ci job
* fix: error member name in transferInRefundPackage * fix: encode test
Co-authored-by: randyahx <[email protected]> Co-authored-by: zjubfd <[email protected]> Co-authored-by: KeefeL <[email protected]>
* feat: add unit tests for storage module * fix test case * add unit test for create object * add unit tests for virtual group * add more test cases for virtual group * remove unused code * add test cases for params check * recover key_manager.go * refactor cross chain apps
* chore: add tests for bridge module * refactor sample methods
* chore: add cli tests * fix lint issues * remove CLI from test coverage exclusion
* chore: add more test cases for cross chain apps * add test cases for cross chain apps * delete unused file * exclude cli dir * exclude genesis file * add test cases for genesis * add more test cases * delete unused code * add more test cases * add tests for discontinue count * add test cases for permission * add tests for grpc query * fix imports
* feat: add new query APIs * fix wrong error msg * fix lint issue
* feat: add flag to enable/disable heavy queries and refactor apis * fix swagger format issue * disable listing objects/groups using offset * fix tests * fix unit tests * update workflows * refactor query * update go mod
* add cancel migrate bucket events for delete and discontinue bucket * fix lint * Update msg_server_test.go * Update msg_server_test.go * fix lint
* feat: group member expiration * fix: missing group members id for query function * fix: post check if the operator has not been expired * fix: allow add group member without expiration from corss-chain package * chore: add export_validator to localup.sh * chore: fix upgrade name * chore: fix proto format * fix: resolve comments * chore: add annotation to maxTimeStampSeconds * chore: refine the maxTimeStamp * chore: fix go.sum * fix: remove NagquUpgrade * refactor: group member's expiration time process flow * chore: fix lint and proto error * chore: gen swagger * chore: fix e2e * chore: fix comments * chore: fix mockgen version * chore: fix swagger * chore: fix e2e test * fix: correct the VerifyPolicy * fixup! fix: correct the VerifyPolicy
* add maintenance mode for sp * update cosmos sdk * fix test * add query api and fix test * change underlying storage model * add cmd * fix comments * fix the renaming * only persist when there is change
* add group existence check when verify permission * fix get policy group for resource * fix mock gen and lint * fix bug * fix import * fix imports * fix ci
* Update CHANGELOG.md * update go.mod * Update CHANGELOG.md
unclezoro
approved these changes
Aug 8, 2023
* add maintenance mode for sp * fix test * add query api and fix test * change underlying storage model * add cmd * fix comments * modify the default params
alexgao001
approved these changes
Aug 8, 2023
forcodedancing
approved these changes
Aug 8, 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
This release includes 4 features, 9 bugfixes and 2 documentation updates.
Rationale
Features:
Bugfixes:
Chores:
Documentation:
Example
Please refer to the PRs for detailed information.
Changes
Notable changes:
none