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

I have two servers (A and B) running Kaspa. I need to migrate my wallet from A to B. Server A: - I installed the node - I created a...

New issue with version 0.11.8 somehow related to or duplicating #1888, #1887, #1886. Here is example log: ``` 2021-12-16 11:08:33.135 [CRT] PROT: Exiting: Fatal error in goroutine `flow-HandleRelayInvs 6348`: 97d7904018a7c6bc934d41156c3c76e307fee4ba991f100d3f3ce47c1d95a26d...

A user on discord reported that at some point, all blocks mined by his miner got the following messages: ``` [2021-12-15T22:05:51Z INFO kaspa_miner::miner] Found a block: ddd33dbcac02779d7911d1031db6f39bf9d24e53723438e8b97060366b219385 [2021-12-15T22:05:51Z WARN kaspa_miner::client]...

How to reproduce: ``` ./kaspactl --json '{"getBlocksRequest":{"lowHash":"", "includeBlocks": true, "includeTransactions": false}}' ``` KaspaD v0.11.8.

We probably want ResolveVirtual to return a diff for each small resolve, and use that diff to update the UTXO index

bug
cli-wallet

The following PRs were closed: https://github.com/kaspanet/kaspad/pull/960 https://github.com/kaspanet/kaspad/pull/1008 https://github.com/kaspanet/kaspad/pull/1016 https://github.com/kaspanet/kaspad/pull/1043 https://github.com/kaspanet/kaspad/pull/1078 https://github.com/kaspanet/kaspad/pull/1148 https://github.com/kaspanet/kaspad/pull/1212 https://github.com/kaspanet/kaspad/pull/1215 https://github.com/kaspanet/kaspad/pull/1216 https://github.com/kaspanet/kaspad/pull/1218 https://github.com/kaspanet/kaspad/pull/1224 https://github.com/kaspanet/kaspad/pull/1254 https://github.com/kaspanet/kaspad/pull/1399

tests

Checking the block level is not enough, we also need to check that the target that is given by the header bits is satisfied because we use the bits for...