Skip to content

Releases: Crowndev/crown-core

v0.14.0.4

02 Aug 15:03
3050c1f
Compare
Choose a tag to compare

Version 14.0.4 includes the following changes:

  • It resolves a issue where the client would get stuck during signbypayer registration transactions. This issue would occur when syncing past blocks, during the validation process of the NFT registration transaction.

The problem stemmed from the inability to find the spending transaction in the blockdisk or mempool, as it was located in the same block being verified.

The solution involves a unique case for 'signbypayer'. When the transaction is not found in the blockdisk or mempool, the system should search within the block being verified. To do this, it is necessary to send a reference to the current block.

v0.14.0.3

17 Jan 10:03
Compare
Choose a tag to compare
Accept 3376441 block

v0.14.0.2-Emerald

04 Aug 11:51
Compare
Choose a tag to compare
Updated qt url

Crown v0.14.0.1 Emerald recommended upgrade

03 Apr 22:06
Compare
Choose a tag to compare

This is a recommended upgrade for

  • all node owners
  • any wallet owners who want to be able to register NFT protocols and tokens

It resolves a problem which prevented NFT token and protocol registration in mainnet with v0.14.0.0-Emerald.

Crown Core v0.14 Emerald

09 Mar 13:52
Compare
Choose a tag to compare
v0.14.0.0-Emerald

v0.14.0.0 Emerald Release

v0.13.4.0

13 May 13:57
Compare
Choose a tag to compare
Changed version to v0.13.4.0

v0.13.2.0

13 Apr 19:57
Compare
Choose a tag to compare
Added jumpstart check for systemnodes

v0.13.0: Merge branch 'fix-doc-link' into 'master'

28 Mar 10:57
Compare
Choose a tag to compare
Fix link to Crown-MNPoS.md

See merge request crown/crown-core!185

v0.12.5.3

09 Jan 19:47
Compare
Choose a tag to compare
Changed version in yml file

v0.12.5.2

23 Nov 16:10
Compare
Choose a tag to compare
Added configure.ac changes