CodeChain-io / CodeChain-io/foundry

Non-validator nodes hold invalid pending transactions

オープン
#60 コメント 0 件 リアクション 0 件 担当者 1 名 @joojis が担当を希望しています GitHub で見る
主要言語
Rust
スター
36
フォーク
11
PR マージ指標
30日以内にマージされた PR はありません

説明

Non-validator nodes don't execute transactions queued in the mempool and validator nodes don't propagate the information of a failed transaction.

In the user's point of view, who send an RPC to a non-validator node, a transaction rejected by validators remains in the mempool(it means `mempool_getPendingTransactions` returns it) and there is no error hint so the users don't know it was rejected. Currently, the users have to send `chain_executeTransaction` to know whether the transaction is valid or not.

We need a way to make non-validators exclude the failed transactions from their mempool.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。