-
Notifications
You must be signed in to change notification settings - Fork 217
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
More assets tests #2495
More assets tests #2495
Conversation
6ccf392
to
c113c35
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.
👍
r <- request @(ApiAddress n) ctx (Link.postRandomAddress wB) Default p | ||
expectSuccess r | ||
|
||
-- pick out assets to send |
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.
It would be nice if the shelley wallet migration endpoint were available to use here...
(`shouldNotBe` TokenMap.empty) | ||
] | ||
|
||
describe "BYRON_TRANS_CREATE_01 - Single Output Transaction with non-Shelley witnesses" $ |
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.
Ah OK, so these are moved from the shelley file.
c113c35
to
24e6b3c
Compare
bors try |
tryBuild succeeded: |
bors r+ |
2495: More assets tests r=rvl a=piotr-iohk # Issue Number ADP-603 # Overview - 5a9ddd5 Move Byron transaction tests to Byron suite - cd3e179 Byron asset tx tests - 0660ea6 Byron asset list/get tests - 24e6b3c Fix icarus asset endpoints # Comments <!-- Additional comments or screenshots to attach if any --> <!-- Don't forget to: ✓ Self-review your changes to make sure nothing unexpected slipped through ✓ Assign yourself to the PR ✓ Assign one or several reviewer(s) ✓ Jira will detect and link to this PR once created, but you can also link this PR in the description of the corresponding ticket ✓ Acknowledge any changes required to the Wiki ✓ Finally, in the PR description delete any empty sections and all text commented in <!--, so that this text does not appear in merge commit messages. --> Co-authored-by: Piotr Stachyra <[email protected]>
Build failed: A new one. The error seems to have no relation to the changes in this PR.
|
bors r+ |
Build succeeded: |
Issue Number
ADP-603
Overview
5a9ddd5
Move Byron transaction tests to Byron suite
cd3e179
Byron asset tx tests
0660ea6
Byron asset list/get tests
24e6b3c
Fix icarus asset endpoints
Comments