framework
framework copied to clipboard
When depositing, when waiting for the L1 to become final, we should offer a way for UIs and clients to track the status of a given incoming or outgoing message....
## Signer module integration to Settlement module This PR closes issues #302 and #301. ### Changes * `MinaSigner` interface and `InMemoryMinaSigner` module is implemented. This module is used as a...
If the SettlementModule is started and configured with a set of contract keys - add a check that they are actually deployed on the MinaBaseLayer. If not, we have the...
- refactored minaTransactionSender to use a persistent Storage. - added a simple retry Strategy to increase fees by a multiple and retry every few minutes if the transaction is not...
Currently, bridging and settlement are very intertwined. We want to make sure applications that don't need bridging can still settle. This also makes the documentation easier to chunk up
-> Add CLI functionality to support scripts (both pre-shipped and custom) -> Enable usage of yargs to parse those arguments (nested yargs instance?) - See existing scripts and their bad...
Also: Made OpenTelemetryServer closeable Merge into #281
Add unit test coverage for `proveBlock()`, `proveTransaction()`, and `proveTransactions()` functions, including all assertion validations. ##### Test Coverage Improvements for protocol package : *Before:* - Statements: 32.28% - Branches: 33.04% -...
Currently the old block explorer has vanished from the main branch mysteriously. In the future however, we want a modular and reusable block explorer for protokit. We can either: -...