Slixe
Slixe
To facilitate the development of dApps / services and others, the implementation of a WebSocket in the API would allow to create even-based applications / services. We connect to the...
Hey there, I'm curious, would it be possible to share the instance between two differents threads ? What I want to achieve is the following: - main thread in main.go...
Hey there, I have a need of using really a lot of trees to make difference/versioning of some values. Unfortunately, looks like this cause lot of storage issues as the...
Hey there, Thanks for your amazing project ! I would like to ask if you would be agree to use `utils.import_attr` and expose `USER_CREDENTIAL_FORM` (and others) to have dynamic choice...
## Description Support transactions with ringsize 2 with no balance changes. Support also any transaction with any ringsize that do no balance changes. This may be useful for messaging systems...
## Description Improve API by adding size, fees parameters in response. ## Type of change Please select the right one. - [ ] Bug fix (non-breaking change which fixes an...
## Description Transactions already executed or stale ones stays in the mempool during long time. In this merge request, I manually delete all transactions executed in a new block from...
## Description This pull request includes the gofmt/goimports for the whole project to have a clean & common workspace to work on. ## Type of change Please select the right...
## Description Daemon: - fix fast sync - new p2p engine to support more connections, refactor peer/connection struct - rename struct BlockMiner to MinerWork - add topoheight field in BlockTemplate...
## Description This PR is made to fix the privacy issue which allow to brute force and de-anonymize a TX. What I'm doing is: - Generate a new randomness named...