-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(
WalletState
): Filter UTXOs for state validity
Before adding a UTXO to the list of `MonitoredUtxo`s, make sure that for all coins, the state is valid and the type script hash is known. Also: - Add test of above feature. - Move functions into test/arbitrary module. - Drop `TypeScript` as unnecessary wrapper for `Program`. - Use `TypeScript` for trait specializing `ConsensusProgram`. Co-authored-by: Alan Szepieniec <[email protected]>
- Loading branch information
1 parent
226a371
commit ff4dcb0
Showing
10 changed files
with
347 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.