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
the cli currently has no finality bound check when interacting with the smart contract. include-deposit and deposit can make use of a finality bound in their implementation
Problem
the finality bound parameter was removed in the CLI config file in PR #157 since it was not being used.
Proposal
Implement a finality check where required and reintroduce the parameter in the config
The text was updated successfully, but these errors were encountered:
We should add a plasmad query that allows plasmacli to ask for it's finality bound versus hardcoding the finality parameter. We should also have a persistent --finality flag that allows the user to set a custom finality bound as well
Summary
the cli currently has no finality bound check when interacting with the smart contract.
include-deposit
anddeposit
can make use of a finality bound in their implementationProblem
the finality bound parameter was removed in the CLI config file in PR #157 since it was not being used.
Proposal
Implement a finality check where required and reintroduce the parameter in the config
The text was updated successfully, but these errors were encountered: