Skip to content

v0.8.3

Compare
Choose a tag to compare
@NicolasDP NicolasDP released this 17 Dec 10:46
v0.8.3
8f276c0

This release contains mainly a bug fix on the network. Improving how the network react with concurrent chain pull and preventing some cases of invalid concurrency.

Fixed bugs:

  • Node stuck - block is already cached as a candidate - panic 'assertion failed: _old.is_none()' - immediate memory increase #1327
  • jcli transaction make-witness fails with error #1323

Closed issues:

  • jcli rest v0 stake get no longer lists all pools with delegated stake in 0.8.2 #1371
  • where is jcli? #1369
  • Error in the overall configuration of the node/ bootstrap file. v0.8.2 #1363
  • 404 Not Found status code is too generic for unused addresses which confuses jcli users #1361

Merged pull requests:

  • [Tests] Another Fix for non functional tests #1378
  • [Tests] fixed non_functional tests compilation issues #1375
  • Reverts change in 7e79334 which remo… #1362
  • Docs: jcli/transaction + stake_pool/delegating_stake - fix #1347
  • Rework chain pull to be concurrency friendly #1346