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

FIX: Failing btclightclient tests, remove unneeded ones, clean up #22

Merged
merged 5 commits into from
Jun 21, 2022

Conversation

vitsalis
Copy link
Member

@vitsalis vitsalis commented Jun 21, 2022

This PR introduces several minor changes bundled into one:

  • Fix a failing test case on btclightclient
  • Make an epoching test fail instead of panic
  • Remove TODO comments pointing where to add new module boilerplate code.
  • Remove migration tests from app/app_test.go. Those tests where included when ConsensusVersion() was upgraded from 1 to 2 and the test checks whether the migrations are performed properly for the modules that were updated. We start off with version 2 so no migrations exist for us and we shouldn't re-test what cosmos already tests.

You can test the updates with make test

@vitsalis vitsalis requested a review from aakoshh June 21, 2022 16:17
@vitsalis vitsalis merged commit a0e0200 into main Jun 21, 2022
@vitsalis vitsalis deleted the fix-tests branch June 21, 2022 20:48
KonradStaniec pushed a commit that referenced this pull request Oct 25, 2023
* proto files

* list btc vals

* btc vals query

* rename rpc

* query methods

* more rpc

* fix proto

* fix proto

* fix proto

* fix lint

* add pagination

* fix

* fix imports

* fix err

* fix str

* Update proto/babylon/btcstaking/v1/query.proto

Co-authored-by: Runchao Han <me@runchao.rocks>

* fix pr comments

* rename

* fix lint

* fix bytes in req

* fix del start/end ht

* remove sentinel err

* fix str

---------

Co-authored-by: Runchao Han <me@runchao.rocks>
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.

2 participants