koinos / koinos-proto

Official home of the Koinos Protobuf schema. Koinos data types are defined here and generated in a variety of supported languages.
MIT License
4 stars 7 forks source link

Add new request/response to check transaction validity in mempool #223

Closed sgerbino closed 6 months ago

sgerbino commented 6 months ago

Resolves #222.

Brief description

Adds a new mempool RPC call that essentially combines the current checks into a single RPC which checks both resources and nonce validity.

Note that we make the optional block_id index number 1000 to allow for expansion of this call while keeping the optional arguments at the end.

Checklist