-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialized the settlement client with the proposer upon initializati…
…on (#168) * Initialized the settlement client with the proposer upon initialization and refactored settlement client to be more testable. * Updated to go.sum * Removed the local repalcement in the go.mod. * Udpated dymension version. * Fixed data race in access to latestHeight. * Fixed p2p client flaky gossiping test.
- Loading branch information
1 parent
8ec3b08
commit c9cfddf
Showing
27 changed files
with
2,058 additions
and
1,057 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ proto/pb | |
.DS_Store | ||
.vscode | ||
.idea | ||
build |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.