You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.
To Recreate:
Just make 2 contract calls in the same block from the same wallet, more likely than not you'll receive the error. Calls can be creating a contract or calling methods on existing contracts.
Debugging in VS stack trace:
at Stratis.Bitcoin.Features.MemoryPool.MempoolValidationState.Throw() in /Users/tylerpena/dev/Stratis/StratisBitcoinFullNode/src/Stratis.Bitcoin.Features.MemoryPool/MempoolValidationContext.cs:line 124
at Stratis.Bitcoin.Features.MemoryPool.Rules.CheckConflictsMempoolRule.CheckTransaction(MempoolValidationContext context) in /Users/tylerpena/dev/Stratis/StratisBitcoinFullNode/src/Stratis.Bitcoin.Features.MemoryPool/Rules/CheckConflictsMempoolRule.cs:line 64
at Stratis.Bitcoin.Features.MemoryPool.MempoolValidator.<>c__DisplayClass34_0.<AcceptToMemoryPoolWorkerAsync>b__0() in /Users/tylerpena/dev/Stratis/StratisBitcoinFullNode/src/Stratis.Bitcoin.Features.MemoryPool/MempoolValidator.cs:line 328
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
The text was updated successfully, but these errors were encountered:
Calling multiple smart contracts in the same block from the same wallet often returns
txn-mempool-conflict
.Running with Cirrus in Testnet using
release/3.0.8.0
branch.To Recreate:
Just make 2 contract calls in the same block from the same wallet, more likely than not you'll receive the error. Calls can be creating a contract or calling methods on existing contracts.
Debugging in VS stack trace:
The text was updated successfully, but these errors were encountered: