Added listtransactions RPC#159
Conversation
This is in preperation for the listtransaction RPC
What backwards compatibility needs that and cant we just fix it there? |
No problem, Done. I added this in to allow the selection of the account in the last commit. |
|
|
||
| /// <summary> | ||
| /// TODO: Make this internal when the component moves to Stratis.Bitcoin | ||
| /// TODO: Make this internal when the component moves to Blockcore |
| [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:Stratis.Bitcoin.IntegrationTests.Miners.ProofOfStakeMintCoinsSpecification.pos_node_wallet_has_earned_coins_through_staking")] | ||
| [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:Stratis.Bitcoin.IntegrationTests.Miners.ProofOfStakeMintCoinsSpecification.pow_wallet_broadcasts_tx_of_million_coins_and_pos_wallet_receives")] | ||
| [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:Stratis.Bitcoin.IntegrationTests.SmartContracts.SmartContractMinerTests.SmartContract_ReferencingInputInSameBlock~System.Threading.Tasks.Task")] No newline at end of file | ||
| [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~M:Blockcore.IntegrationTests.Miners.ProofOfStakeMintCoinsSpecification.a_proof_of_stake_node_with_wallet")] |
There was a problem hiding this comment.
ah good good I cant believe I missed that
|
@DennisAMenace please just fix the conflict and we push this |
Task notes:
A little different from listtransactions (0.20.0 RPC)