-
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.
added mock client and consensus state (#27)
* added mock client and consensus state * added tendermint patch and updated program id * fix code format * fix issues in contract * cargo +nightly fmt * fix formatting * reduce diff noise * storing height while storing consensus state and returning current timestamp when host_timestamp is called * rm channel counter update * remove local ibc crate * added mocks feature * fix formatting * reduce diff noise --------- Co-authored-by: Michal Nazarewicz <[email protected]>
- Loading branch information
Showing
10 changed files
with
230 additions
and
28 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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
*.rs.bk | ||
.DS_Store | ||
.anchor | ||
Cargo.lock | ||
/dist/ | ||
.DS_Store | ||
*.rs.bk | ||
Cargo.lock | ||
local-ibc | ||
node_modules | ||
package-lock.json | ||
target | ||
test-ledger | ||
test-ledger |
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 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 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 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.