-
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.
* runtime 2260 wip * basic setup for eth provider tests * fix * fix * update * eth rpc tests * fix * merge coverage report * polish * fix * eth transactions tests * hardhat e2e tets * dump docker logs * fix e2e test * fix * fix * fix * fix * clean up docker files * polish * clean up * fix yarn * fix * enable wasm override * truffle e2e * fix * fix * viem e2e * update * bodhi tests * polish * fix * fix merge * clean up * cleanup * add codecov yml * use latest action * fix deprecation warning * checkout and setupnode v4
- Loading branch information
1 parent
fb330a4
commit 81996d4
Showing
100 changed files
with
25,589 additions
and
12,781 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 |
---|---|---|
|
@@ -70,4 +70,7 @@ module.exports = { | |
}, | ||
}, | ||
}, | ||
ignorePatterns: [ | ||
'**/e2e-truffle/**', | ||
], | ||
}; |
This file was deleted.
Oops, something went wrong.
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.