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

Commits on Jul 26, 2023

  1. fix defining err (#375)

    alexgao001 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9401105 View commit details
    Browse the repository at this point in the history
  2. fix: improve e2e tests to include more coverage from server side (#377)

    * fix: start e2e test chain in same process to include more coverage from server side
    
    * chore: fix ci job
    j75689 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9cd5a4c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    ed9668c View commit details
    Browse the repository at this point in the history
  2. fix: error member name in transferInRefundPackageType (#379)

    * fix: error member name in transferInRefundPackage
    
    * fix: encode test
    cosinlink committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    13d2c5d View commit details
    Browse the repository at this point in the history
  3. fix: fix lock balance not updated for frozen payment account (#383)

    Co-authored-by: randyahx <[email protected]>
    Co-authored-by: zjubfd <[email protected]>
    Co-authored-by: KeefeL <[email protected]>
    4 people committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0e46c58 View commit details
    Browse the repository at this point in the history
  4. chore: add unit tests for the storage module (#376)

    * 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
    yutianwu committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    795cfd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    f0d7885 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11371f0 View commit details
    Browse the repository at this point in the history
  3. chore: add tests for bridge module (#381)

    * chore: add tests for bridge module
    
    * refactor sample methods
    pythonberg1997 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    186de54 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    16d3578 View commit details
    Browse the repository at this point in the history
  2. chore: add cli tests (#388)

    * chore: add cli tests
    
    * fix lint issues
    
    * remove CLI from test coverage exclusion
    pythonberg1997 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ee7beff View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. chore: add more test cases for cross chain apps (#389)

    * 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
    yutianwu committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    cb7efe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    846b6b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c24c595 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. feat: add new query APIs (#399)

    * feat: add new query APIs
    
    * fix wrong error msg
    
    * fix lint issue
    pythonberg1997 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2d96918 View commit details
    Browse the repository at this point in the history
  2. feat: add flag to enable/disable heavy queries and refactor apis (#390)

    * 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
    forcodedancing committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    af4118b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f580f7 View commit details
    Browse the repository at this point in the history
  4. fix: add cancel mb event for discontinue and delete (#391)

    * add cancel migrate bucket events for delete and discontinue bucket
    
    * fix lint
    
    * Update msg_server_test.go
    
    * Update msg_server_test.go
    
    * fix lint
    fynnss committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5312550 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. feat: group member expiration (#374)

    * 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
    j75689 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6e8fb98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bb35c4 View commit details
    Browse the repository at this point in the history
  3. feat: sp maintenance mode (#403)

    * 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
    alexgao001 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3bec088 View commit details
    Browse the repository at this point in the history
  4. fix: add group existence check when verify permission (#401)

    * 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
    fynnss committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    388fddf View commit details
    Browse the repository at this point in the history
  5. release: draft release for v0.2.4-alpha.1 (#405)

    * Update CHANGELOG.md
    
    * update go.mod
    
    * Update CHANGELOG.md
    randyahx committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    67831a9 View commit details
    Browse the repository at this point in the history
  6. fix: fix params (#407)

    * 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 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e207200 View commit details
    Browse the repository at this point in the history