Skip to content

Refactor: move files to proper directories#156

Merged
codchen merged 2 commits intomasterfrom
tony-chen-major-refactor
Jul 26, 2022
Merged

Refactor: move files to proper directories#156
codchen merged 2 commits intomasterfrom
tony-chen-major-refactor

Conversation

@codchen
Copy link
Collaborator

@codchen codchen commented Jul 26, 2022

Pure refactor for dex module with no business logic changes:

  • Move all query CLI files under cli/query
  • Move all tx CLI files under cli/tx
  • Move all block sudo call files under keeper/abci
  • Move all query endpoint files under keeper/query
  • Move all msg server files under keeper/msgserver
  • Move all wasm types under types/wasm
  • Move utility files under */utils

Also deleted files that are no longer used

@codchen codchen requested review from LCyson and philipsu522 July 26, 2022 20:17
@codchen codchen merged commit 3256aee into master Jul 26, 2022
masih pushed a commit that referenced this pull request Sep 29, 2025
## Describe your changes and provide context
Includes sei-protocol/sei-tendermint#58
## Testing performed to validate your change
masih pushed a commit that referenced this pull request Sep 30, 2025
## Describe your changes and provide context
Includes sei-protocol/sei-tendermint#58
## Testing performed to validate your change
masih pushed a commit that referenced this pull request Oct 1, 2025
…s for ConsensusParams (#156)

* Remove unresponsive witnesses + consensusParams return on first resp

* Add Witness blacklist

* Default TTL

* add comment

* Fix indentation

* Add jitter to retry

* Update tests

* blacklistTTL configurable

* Update tests with blacklist TTL

* Update test

* Update blacklist tests

* gofmt

* Update mapstructure

* Remove unused struct

* Update light/client.go

Co-authored-by: Steven Landers <steven.landers@gmail.com>

* Add a cancel when lb is received

* Child Context to cancel inner witness goroutines

* Update comments

* defer childCancel

* childCancel

* remove def

* Remove witness when removing provider for p2p-down (#159)

* remove witness when removing provider for p2p-down

* add tests

* Add comments + split up blacklist function

* fmt

* Only blacklist in detect divergence

---------

Co-authored-by: Kartik Bhat <kartikbhat@kartiks-mbp-2.mynetworksettings.com>
Co-authored-by: Steven Landers <steven.landers@gmail.com>
@masih masih deleted the tony-chen-major-refactor branch October 31, 2025 15:53
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