kaspad icon indicating copy to clipboard operation
kaspad copied to clipboard

Kaspad is the reference full node Kaspa implementation written in Go (golang).

Results 164 kaspad issues
Sort by recently updated
recently updated
newest added

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.

We already have "send from a given address" option, but sometimes that's not enough, specifically for the pub fund :)

Hi I'm using kaspa web wallet, i created a wallet for Kaspa mining and after a week i open my wallet and saw the wallet address was changed automatically. Why...

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...