-
Notifications
You must be signed in to change notification settings - Fork 44
Create a test Cardano transactions builder #1703
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
Conversation
Test Results 3 files ± 0 43 suites ±0 8m 29s ⏱️ -9s Results for commit c8342cb. ± Comparison against base commit 1ef4fb7. This pull request removes 1 and adds 15 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
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.
Overall looks good 👍
I left some comments and suggestions below.
…sBuilder` Fix 'get_transactions_up_to' so that it returns an empty vec![] with an unknown immutable file number
1342696
to
80c06db
Compare
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
internal/mithril-persistence/src/database/repository/cardano_transaction_repository.rs
Outdated
Show resolved
Hide resolved
80c06db
to
c8342cb
Compare
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 👍
Content
This PR adds the
CardanoTransactionsBuilder
, which aims to easily build transactions for test cases.Pre-submit checklist
Issue(s)
Closes #1667