This allows you to use --no-account to now see all the transactions data for all accounts.
Examples
View transactions for the default account
ironfish wallet:transactions
View transactions for myaccount
ironfish wallet:transactions --account myaccount
ironfish wallet:transactions --a myaccount
View transactions for all accounts
ironfish wallet:transactions --no-account
ironfish wallet:transactions --no-a
Testing Plan
Execute the commands listed above in the examples
Documentation
Does this change require any updates to the Iron Fish Docs (ex. the RPC API
Reference)? If yes, link a
related documentation pull request for the website.
[ ] Yes
Breaking Change
Is this a breaking change? If yes, add notes below on why this is breaking and label it with breaking-change-rpc or breaking-change-sdk.
Summary
This allows you to use --no-account to now see all the transactions data for all accounts.
Examples
View transactions for the default account
ironfish wallet:transactions
View transactions for myaccount
ironfish wallet:transactions --account myaccount
ironfish wallet:transactions --a myaccount
View transactions for all accounts
ironfish wallet:transactions --no-account
ironfish wallet:transactions --no-a
Testing Plan
Execute the commands listed above in the examples
Documentation
Does this change require any updates to the Iron Fish Docs (ex. the RPC API Reference)? If yes, link a related documentation pull request for the website.
Breaking Change
Is this a breaking change? If yes, add notes below on why this is breaking and label it with
breaking-change-rpc
orbreaking-change-sdk
.