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...
E.g. if I have a token with 6 decimals and a utxo with 100 tokens of that kind, `account-utxos` would print something like `"amount":{"atoms":"100000000","decimal":"0.001"}`. I.e. the amount of atoms would...
Providing `OutputValue` (i.e. currency + amount) to the `AccountCommand::FillOrder` is redundant. Order can be filled with only particular currency defined on creation by `OrderData`. As a result check for currency...
- normalise parameter types for nft and fungible token functions
- The initial bug was caused by the calculation of the TX size with 0 inputs, and the bug got triggered when a TX was constructed with 100+ inputs which...
- add an --all flag to sweep address command that sweeps all addresses for an account - add a new command for setting the CLI config for broadcasting to true...
- Fix Burn output json helpers type - Fix wallet CLI tx summary for token freezable status
- add Token next_nonce to token endpoint - fix token decimals for mint TxInput
- CLI commands Create, Recover and Open wallet are now grouped up into subcommands for Software vs Trezor