centrifuge / fudge

FUlly Decoupled Generic Environment for Substrate-chains
Other
22 stars 2 forks source link

Updating Pool #25

Closed mustermeiszer closed 2 years ago

mustermeiszer commented 2 years ago

Currently the FullPool the lib is using is NOT updated when extrinsics are included into a block. This results in all extrinsics being included twice in the logic, while the first time they succeed and the second they time they fail due to old nonces...

This is generally bad, as it can lead to unwanted behaviour.

Options

Notes

Generally, it should be noted that we MUST call the update function after we successfully imported a new block in the core-builder.