Releases: kaspanet/kaspad
Releases · kaspanet/kaspad
v0.12.16-rc7
RPC SubmitTransaction: Dequeue old responses from previous requests (…
v0.12.16-rc6
Add comment
v0.12.16-rc4
Uses a dedicated RPC client for the background fetching
v0.12.16-rc3
Optimize UTXO fetching such that wallet sends are mostly done in parallel and independently from the (possibly long) fetch
v0.12.16-rc2
Add options to see wallet and wallet daemon versions (#2257)
v0.12.16-rc1
version bump + changelog (#2255)
v0.12.15
What's Changed
- Update ECDSA address test to use a valid public key by @someone235 in #2202
- Fix off by small amounts in sent amount kaspa by @coderofstuff in #2220
- Use removeRedeemers correctly by @someone235 in #2235
- Fix windows asset building by increasing go version by @someone235 in #2245
- Added a mainnet dnsseeder by @supertypo in #2247
- Fix extract atomic swap data pushes by @someone235 in #2203
- Adapt kaspawallet to support testnet 11 by @michaelsutton in #2211
- Fix type detection in RemoveInvalidTransactions by @someone235 in #2252
New Contributors
- @coderofstuff made their first contribution in #2220
- @supertypo made their first contribution in #2247
Full Changelog: v0.12.13...v0.12.15
v0.12.15-rc3
Fix type detection in RemoveInvalidTransactions (#2252)
v0.12.15-rc2
Fix windows asset building by increasing go version
v0.12.15-rc1
Anti-spam measurements against dust attack (#2223) (#2244) * BlockCandidateTransactions patch * Fix condition * Fix fee * Fix bug * Reject from mempool * Fix hasCoinbaseInput * Fix position * Bump version to v0.12.14