-
Notifications
You must be signed in to change notification settings - Fork 6
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
Marconi-Sidechain Test Plan #93
Comments
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A checklist of functional Integration and End-to-end tests to be implemented (see ADR-8 for overall strategy)
Integration tests
CLI
RPC
RPC-1: (PLT-6865) that input validation catches each error scenario with useful feedback
getUtxosFromAddress
getBurnTokensEvents
getNonceByEpoch
getActiveStakePoolDelegationByEpoch
getActiveStakePoolDelegationByEpoch
RPC-2: (PLT-6865) sanity check each RPC method for a valid query to prove validation doesn't block correct use (response data is not important)
getCurrentSyncedBlock
getUtxosFromAddress
getBurnTokensEvents
getNonceByEpoch
getActiveStakePoolDelegationByEpoch
RPC-3: (PLT-6866) check that only mandatory fields are required for each method
RPC-4:
getCurrentSyncedBlock
test pre-fully-synced response ?End-to-end tests
getCurrentSyncedBlock
getUtxosFromAddress
getBurnTokensEvents
getNonceByEpoch
getActiveStakePoolDelegationByEpoch
getUtxosFromAddress
getBurnTokensEvents
getNonceByEpoch
getActiveStakePoolDelegationByEpoch
The text was updated successfully, but these errors were encountered: