Skip to content
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
merged 24 commits into from
Aug 8, 2023
Merged

release: prepare release for 0.2.4-alpha.1 #406

merged 24 commits into from
Aug 8, 2023

Conversation

randyahx
Copy link
Contributor

@randyahx randyahx commented Aug 8, 2023

Description

This release includes 4 features, 9 bugfixes and 2 documentation updates.

Rationale

Features:

  • #374 feat: group member expiration
  • #390 feat: add flag to enable/disable heavy queries and refactor apis
  • #399 feat: add new query APIs for group and group member
  • #403 feat: sp maintenance mode

Bugfixes:

  • #377 fix: improve e2e tests to include more coverage from server side
  • #379 fix: error member name in transferInRefundPackageType
  • #383 fix: fix lock balance not updated for frozen payment account
  • #385 fix: fix returned operation type in group cross chain app
  • #391 fix: add cancel mb event for discontinue and delete
  • #398 fix: register gov cross-chain app
  • #400 fix: allow edit-sp by cmd without blskey
  • #401 fix: add group existence check when verify permission
  • #375 fix: fix defining err for ErrInvalidBlsPubKey

Chores:

  • #376 chore: add unit tests for the storage module
  • #378 chore: add unit test cases for challenge module
  • #380 chore: add unit test cases for payment module
  • #381 chore: add tests for bridge module
  • #387 chore: add more e2e test cases for payment module
  • #388 chore: add cli tests
  • #389 chore: add more test cases for cross chain apps

Documentation:

  • #402 docs: update testnet asset to v0.2.3
  • #404 docs: update document site link

Example

Please refer to the PRs for detailed information.

Changes

Notable changes:
none

alexgao001 and others added 23 commits July 26, 2023 03:46
* 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
* 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
* 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
@randyahx randyahx added this pull request to the merge queue Aug 8, 2023
Merged via the queue into master with commit bc06b1b Aug 8, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants