D-Stacks

Results 29 issues of D-Stacks

closes #2092 This allows kaspads to be run with an optional `--txindex` flag. This stores TXIDs with the acceptingBlocHash. this allows for exaustive querying of tx associated data, which is...

This closes #2012, at least from what is written in the title, perhaps a `getStats` is required in addition.

closes #1036 Perhaps `confirmations` is more adequet? since bluescore is only partially synonymous with blockheigt?

1) Move fee calcs, logic and constants to libkaspawallet 2) Allow for functions to calculate transaction(s) fees

I have noticed in my recent bulk of pull requests that tests will fail in a seemingly arbitary fashion. The tests never fail on my local branch, but on github...

This was requested by our vitex gatekeeper, it allows the kaspawallet to check for address validity in isolation, as a safeguard so calls do not fail because of wrong address...

this has been requested by devs in the discord development channel, specfically for kdx, and perhaps for usage in the vitex gateway? it allows, for example, kaspad clients which handle...

Currrently utxos are simply barred from usage for an arbitary amount of time (1 minute, since time of broadcasting). ideally the amount of time should be tied to number of...

implement stop notifications for all notifications, as well as the ability to edit notifications dynamically. Also, allow for the creation of new listeners for each id passed (depends on #2085).

This can be used to store transaction history, and perhaps kaspa addresses for instant sync. Ideally the database should be encrypted with the keyfile's public key, cipher, or a new...