galacticcouncil / hydration-node

Hydration node - Cross-chain liquidity protocol built with Polkadot-SDK

Home Page:https://hydration.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: 2 succeeding EVM transactions fail even with correct nonce while using permits

jak-pan opened this issue · comments

from "@mrq1911" :

that means you cannot really submit 2 permits at the same time currently
this could be addressed by tracking the nonces of validated permits in the offchain storage 
and also internally dispatching ValidTransaction requiring previous (nonce, from)```