Commit edd52b3
committed
itest: limit asset list when asserting mint
AssertAssetsMinted previously listed all confirmed assets known to a
client, then checking that any specific assets (to have been minted in
a specific transaction) were included in this confirmed asset list. The
ListAssets request could time out prematurely if many assets were known
to a client, e.g. in load testing.
This change limits the confirmed assets requested only to whatever was
included in the 0th output of the supplied minting transaction. Any
supplied asset requests are then checked for inclusion in that set.1 parent e892603 commit edd52b3
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2093 | 2093 | | |
2094 | 2094 | | |
2095 | 2095 | | |
| 2096 | + | |
2096 | 2097 | | |
2097 | 2098 | | |
2098 | 2099 | | |
| 2100 | + | |
| 2101 | + | |
| 2102 | + | |
2099 | 2103 | | |
2100 | 2104 | | |
2101 | 2105 | | |
| |||
0 commit comments