You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to make the test-agent more powerful to ensure that operations are consistent within the mempool and block and make sense for all existing usercommands with the data-api and not just payments.
Specifically: In check_new_account_payment: Add new functions direct_graphql_delegation_through_block, direct_graphql_mint_token_through_block, etc for each user command. See the code reuse in construction_api_{payment,delegation}_through_mempool it may help with this bit.
The text was updated successfully, but these errors were encountered:
We want to make the test-agent more powerful to ensure that operations are consistent within the mempool and block and make sense for all existing usercommands with the data-api and not just payments.
Specifically: In
check_new_account_payment
: Add new functionsdirect_graphql_delegation_through_block
,direct_graphql_mint_token_through_block
, etc for each user command. See the code reuse inconstruction_api_{payment,delegation}_through_mempool
it may help with this bit.The text was updated successfully, but these errors were encountered: