-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(iota-indexer): Add tests for CoinApi
#3580
test(iota-indexer): Add tests for CoinApi
#3580
Conversation
2d8d114
to
65a621e
Compare
65a621e
to
a949a1e
Compare
a949a1e
to
1e8677a
Compare
1e8677a
to
df6b53c
Compare
f18db88
to
a372460
Compare
df6b53c
to
82ce3a2
Compare
This pull request has been deployed to Vercel. Latest commit: 82ce3a2 ✅ Preview: https://apps-ui-hestrouh0-iota1.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 82ce3a2 ✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-3il4meq0k.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 82ce3a2 ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-1k0dytmnv.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 82ce3a2 ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-oudi579mt.vercel.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @tomxey the PR looks great. Please see and fix the clippy CI job which is failing before merging the PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm✨
Just the comment @samuel-rufi left #3580 (review)
82ce3a2
to
4631c30
Compare
Fixed clippy 4631c30 @samuel-rufi @sergiupopescu199 |
This pull request has been deployed to Vercel. Latest commit: 4631c30 ✅ Preview: https://apps-ui-1fxlcdpwe-iota1.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 4631c30 ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-6fy0sxjs9.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 4631c30 ✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-jp7zbnik8.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 4631c30 ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-fivdu1ljw.vercel.app |
This pull request has been deployed to Vercel. Latest commit: a2dbde5 ✅ Preview: https://apps-ui-4vttoraot-iota1.vercel.app |
This pull request has been deployed to Vercel. Latest commit: a2dbde5 ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-7au3q739a.vercel.app |
This pull request has been deployed to Vercel. Latest commit: a2dbde5 ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-30oliv10f.vercel.app |
This pull request has been deployed to Vercel. Latest commit: a2dbde5 ✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-jxsz9cjxk.vercel.app |
f1935f4
into
sc-platform/indexer-new-rpc-tests
* feat(iota-indexer): Add tests for CoinApi * Simplify `once_prepare_addr_with_iota_and_custom_coins`, reorder modules in main.rs * Fixes after rebase * Change return type of `once_prepare_addr_with_iota_and_custom_coins` * Rename helper test functions * Fix clippy * Fix clippy
* feat(iota-indexer): Add tests for CoinApi * Simplify `once_prepare_addr_with_iota_and_custom_coins`, reorder modules in main.rs * Fixes after rebase * Change return type of `once_prepare_addr_with_iota_and_custom_coins` * Rename helper test functions * Fix clippy * Fix clippy
* feat(iota-indexer): Add tests for CoinApi * Simplify `once_prepare_addr_with_iota_and_custom_coins`, reorder modules in main.rs * Fixes after rebase * Change return type of `once_prepare_addr_with_iota_and_custom_coins` * Rename helper test functions * Fix clippy * Fix clippy
Description of change
Add indexer tests for
CoinApi
The PR is rebased on top of #3600 until it's merged.
Links to any relevant issues
fixes #2196
Type of change
Choose a type of change, and delete any options that are not relevant.
How the change has been tested
cargo test -j2 --profile simulator --features shared_test_runtime --test rpc-tests
Change checklist
Tick the boxes that are relevant to your changes, and delete any items that are not.