mintlayer-core
mintlayer-core copied to clipboard
Mintlayer Core: The central repository housing the essential components to operate a Mintlayer node. It encompasses the node and wallet functionalities necessary for seamless operation, alongside an a...
add additional UTXO info for tokens (number of decimals and ticker) and pools (balance) to partially signed tx, intended to be shown on a hardware wallet UI like Trezor.
- add a generic signer provider for creating a software or a hardware signer - make account key chain generic to allow using it with and without a VRF keychain...
The wallet command `MakeTxToSendTokensFromMultisigAddress` and the corresponding rpc function have been added.
An Improvement in the `log_error` macro that allows to work around some compilation issues with async functions. Also, some minor changes from https://github.com/mintlayer/mintlayer-core/pull/1796 have been moved to this PR.
The `mintscript` module is currently only used internally for verifying transactions. It is, however, designed with the possibility of putting it on chain in mind. This allows users of the...
The `Destination` type is now included directly in the script. It could be broken down into its constituent parts during translation and represented in script explicitly: * The `Signature` script...
As it stands, the trait machinery in mintscript is rather elaborate. Would be nice to put some thought into simplifyintg them. A chunk of the complexity stems from the fact...