-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
getlogs
and internal timing polish (#902)
* polished getlogs for subql missed blocks * polish * fix bestblock definition * polish and fix nextblock helper * update test * cleanup * fix * polish * update tutorial head * tests for get latest receipt * fix * put get logs at first
- Loading branch information
1 parent
8e8d891
commit 1547bd3
Showing
9 changed files
with
327 additions
and
194 deletions.
There are no files selected for viewing
Submodule hardhat-tutorials
updated
11 files
+19 −6 | advanced-escrow/test/advanced-escrow.ts | |
+3 −3 | docker-compose.yml | |
+63 −0 | oracle/.eslintrc.js | |
+35 −0 | oracle/.gitignore | |
+17 −0 | oracle/README.md | |
+34 −0 | oracle/hardhat.config.ts | |
+44 −0 | oracle/package.json | |
+29 −0 | oracle/test/oracle.ts | |
+11 −0 | oracle/tsconfig.json | |
+2 −1 | package.json | |
+43 −0 | yarn.lock |
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.