aurora-is-near / aurora-relayer

[DEPRECATED] Web3-compatible relayer server for Aurora.
https://aurora-is-near.github.io/aurora-relayer/
Creative Commons Zero v1.0 Universal
26 stars 13 forks source link

Transactions need to be sorted sequentially #247

Closed joshuajbouw closed 1 year ago

joshuajbouw commented 2 years ago

Some users submit multiple transactions in a single block that needs to be batched. Currently, if a user submits multiple transactions at one time, there is no guarantee that it'll execute sequentially as per the nonce value causing ERR_INCORRECT_NONCE issues.

Related: https://github.com/aurora-is-near/aurora-engine/issues/451

waldmatias commented 2 years ago

Hello! I'm just wondering if there is any progress on this issue? seems a few people are hitting this error as of today. @joshuajbouw thanks!

spilin commented 1 year ago

This repository is deprecated. If issue still persists, please reopen it on a new repository of Aurora Relayer v2.