Skip to content

Naruno v0.57.3-alpha

Compare
Choose a tag to compare
@onuratakan onuratakan released this 20 May 13:24
484f9ea

The latest version of Naruno, v0.57.3-alpha, includes updates to various components of the network. These changes include redesigning logging functions for blockchain, transactions, node, and API, as well as adding and fixing multiple tests. Additionally, the library has been updated with a license and certain unused imports and import * statements have been removed.

Please report bugs using the issue tracker at GitHub:

https://github.com/Naruno/Naruno/issues

Compatibility

There have been no compatibility changes.

Notable changes

Blockchain

The get_block function logger's design has been updated by @onuratakan in #1618.

Transactions

Redesigned loggers for the send function by @onuratakan in #1617.

Node

All loggings have been redesigned by @onuratakan in #1609. Additionally, custom id settings have been moved to the initialization of the server by @onuratakan in #1612.

API

Redesigned info logs by @onuratakan in #1616, and 404 loggers have been changed to logger.debug by @onuratakan in #1619.

Tests

Tests for the Integration.send_forcer function have been added by @onuratakan in #1604. Fixed some time errors of test_blockchain_sync_empty_blocks_first_and_second_empty_is_equal, added unit tests for Integration splited send system, and fixed the test_blockchain_sync_empty_blocks_first_and_second_empty_is_equal by @onuratakan in #1605, #1606, and #1610, respectively.

Licence

The Naruno import and export libraries have been updated with a license by @onuratakan in #1608.

Lib

Safety logs have been redesigned by @onuratakan in #1615.

Other Changes

Unused imports have been removed by @onuratakan in #1607, and import * has been removed by @onuratakan in #1611.

0.57.3-alpha change log

What's Changed

Blockchain

  • blockchain: get_block function logger.info's redesigned by @onuratakan in #1618

Transactions

Node

API

Tests

  • tests: Added test for Integration.send_forcer function by @onuratakan in #1604
  • tests: Fixed some time errors of test_blockchain_sync_empty_blocks_first_and_second_empty_is_equal by @onuratakan in #1605
  • tests: Added unit tests for Integration splited send system by @onuratakan in #1606
  • tests: Fixed test_blockchain_sync_empty_blocks_first_and_second_empty_is_equal by @onuratakan in #1610

Licence

  • licence: Added licence to naruno import and export libraries by @onuratakan in #1608

Lib

Other Changes

Full Changelog: v0.57.2-alpha...v0.57.3-alpha

Credits

Thanks to everyone who directly contributed to this release:

  • Onur Atakan ULUSOY