-
Notifications
You must be signed in to change notification settings - Fork 16
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
iota-indexer: Add tests for TransactionBuilder api #3753
iota-indexer: Add tests for TransactionBuilder api #3753
Conversation
8d74379
to
75b192c
Compare
75b192c
to
9b4a9c4
Compare
This pull request has been deployed to Vercel. Latest commit: 9b4a9c4 ✅ Preview: https://apps-ui-r91ws4m1e-iota1.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 9b4a9c4 ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-1pvtep4dv.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 9b4a9c4 ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-qo50i22hp.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 9b4a9c4 ✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-1p2gaghv6.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.
Fantastic work @tomxey !
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.
awesome work!! 🌟
211686f
into
sc-platform/indexer-new-rpc-tests
Description of change
Add tests for TransactionBuilder api.
The test for
publish
is omitted since it's tested as part of other tests.Stake related methods (
request_add_stake
,request_withdraw_stake
,request_add_timelocked_stake
,request_withdraw_timelocked_stake
) will be fully covered in a different PR, in scope of #3811Links to any relevant issues
#2202
Type of change
How the change has been tested
cargo test --profile simulator --features shared_test_runtime --test rpc-tests transaction_builder
Change checklist
Tick the boxes that are relevant to your changes, and delete any items that are not.