koinos / koinos-chain

The chain microservice is responsible for the application of blocks, running of smart contracts, and applying transactions.
Other
15 stars 3 forks source link

[FEATURE]: Call newly created `check_transaction_eligibility` RPC upon `submit_transaction` #831

Closed sgerbino closed 6 months ago

sgerbino commented 6 months ago

Is there an existing issue for this?

New feature

Utilize the newly created check_transaction_eligibility RPC call to mempool, as created in koinos/koinos-proto#222 instead of the current behavior of just checking account resources.

Anything else?

No response

sgerbino commented 6 months ago

Closing due to revised strategy.