mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-21 23:48:01 +00:00
2d3602aaed
* Add a `ReceiptRetryLayer` for providers * Fix the retry layer * Rename the retry layer * Remove outdated polling function * Remoe unneeded dependencies
18 lines
263 B
Plaintext
18 lines
263 B
Plaintext
/target
|
|
.vscode/
|
|
.DS_Store
|
|
node_modules
|
|
/*.json
|
|
*.sh
|
|
|
|
# We do not want to commit any log files that we produce from running the code locally so this is
|
|
# added to the .gitignore file.
|
|
*.log
|
|
|
|
profile.json.gz
|
|
workdir*
|
|
|
|
!/schema.json
|
|
!/dev-genesis.json
|
|
!/scripts/*
|