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...
In #1608, we added direct HTML documentation for WASM in the repo. We should probably find a better way.
Delegations may consume a relatively high amount of diskspace for a long time. Perhaps we should create a fee for creating a delegation.
When prints happen from tap_error_log, the source of the error is lost and the source is considered to be the utils crate itself. This is undesirable as it hides the...
In https://github.com/mintlayer/mintlayer-core/pull/1550 outdated parts of the document were removed, so at least it is not misleading anymore. But it's still very incomplete (now even more so).
The list of some remaining p2p issues: High priority: - [x] Outbound connections should only be made to full nodes. - [x] Initiate new outbound connections when a stale tip...
(Copied over from Gitlab) This issue incorporates the API server tasks that are required for its initial release - [x] Use the storage API to read data from the database...
As discussed in #1497, ideally, the `ColdWalletClient` doesn't implement the `NodeInterface` at all, but in the `NodeController`, only the methods that require communication with the node would require `NodeInterface`.
I don't see blockHeight in block details, is that missed? here's the response ...api/v1/block/159d277de73081075e1512f7c543c14ec6d528bc3fe8cadc4e66814cca540591 ```{ "body":{ "reward":[ { "destination":"tpmt1qgqq8khr3tr55xv5ds2k0sj3u6vr5vudraxs3c4u6x0vntm5pyq0qap79lpuut", "pool_id":"tpool12x5x8gu2uddk4c48c59uu93wa5xvtql23rnfs3fkuwhmexr2cqcqthlasp", "type":"ProduceBlockFromStake" } ], "transactions":[ ] }, "header":{ "consensus_data":{ "target":419474505 },...
I deployed the testnet node using v0.2.0, but how do I use the api, I tried various ways and couldn't get the data, can you give me an example of...
Currently, errors derived from `thiserror` (especially in the wallet) use `Amount` when errors occur. The problem with that is that the errors appear very unreadable for users, something in the...