-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Abstract away lcd + cosmos client * Fix build * Fix relay config * Fmt * Setup for txm * Fix client test * gas price tests * Use generated clients for all node interactions * Pull out test helpers for use in core * Expose simulation in client writer * Fix client timeouts and simulation method * Unsigned simulation * Fmt * Remove some commented code * Add timeout height and test for event filtering * Regenerate mocks * fix node integration bugs * More descriptive field names * Remove some sleeps in favor of polling in test helpers Co-authored-by: Jordan Krage <[email protected]> Co-authored-by: Ryan Hall <[email protected]> Co-authored-by: Ryan Hall <[email protected]>
- Loading branch information
1 parent
8f4425c
commit 95cb2e6
Showing
23 changed files
with
1,424 additions
and
922 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 |
---|---|---|
|
@@ -8,4 +8,5 @@ node_modules | |
**/tsconfig.tsbuildinfo | ||
dist | ||
.env | ||
flow-report.json | ||
flow-report.json | ||
.envrc |
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
Oops, something went wrong.