Naruno

Latest version: v0.60.5

Safety actively analyzes 622360 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 24

0.60.5alpha

<!-- Release notes generated using configuration in .github/release.yml at master -->

What's Changed
* apps: Fixed app_name bug in checker by onuratakan in https://github.com/Naruno/Naruno/pull/1748

GitHub
* Configure Sweep by sweep-ai in https://github.com/Naruno/Naruno/pull/1727


New Contributors
* sweep-ai made their first contribution in https://github.com/Naruno/Naruno/pull/1727

**Full Changelog**: https://github.com/Naruno/Naruno/compare/v0.60.4-alpha...v0.60.5-alpha


Credits

Thanks to everyone who directly contributed to this release:

- Onur Atakan ULUSOY

0.60.4alpha

<!-- Release notes generated using configuration in .github/release.yml at master -->

What's Changed
Accounts
* accounts: Fixed false balance problem from currently block included calculations by onuratakan in https://github.com/Naruno/Naruno/pull/1716
Apps
* apps: Removed backward support for cache for preventing bug by onuratakan in https://github.com/Naruno/Naruno/pull/1721
* apps: Moved new data log to main get function from _get function by onuratakan in https://github.com/Naruno/Naruno/pull/1723
* apps: Removed app name from action in Integration by onuratakan in https://github.com/Naruno/Naruno/pull/1724
* apps: Added transaction signature to message sent log in the Integration by onuratakan in https://github.com/Naruno/Naruno/pull/1725
CLI
* cli: Moved safety check to top by onuratakan in https://github.com/Naruno/Naruno/pull/1715
Tests
* tests: Fixed test_send_my_block_get_candidate_block_multiple_with_function_try by onuratakan in https://github.com/Naruno/Naruno/pull/1711
GUI
* gui: Added android support for csv exports by onuratakan in https://github.com/Naruno/Naruno/pull/1713
Lib
* lib: Removed debug mode activating in the start bug by onuratakan in https://github.com/Naruno/Naruno/pull/1712
* lib: Changed checking safety logger to debug by onuratakan in https://github.com/Naruno/Naruno/pull/1714
Other Changes
* Loggers improved by onuratakan in https://github.com/Naruno/Naruno/pull/1717


**Full Changelog**: https://github.com/Naruno/Naruno/compare/v0.60.3-alpha...v0.60.4-alpha


Credits

Thanks to everyone who directly contributed to this release:

- Onur Atakan ULUSOY

0.60.3alpha

<!-- Release notes generated using configuration in .github/release.yml at master -->

What's Changed
Apps
* apps: Fixed TypeError bug by onuratakan in https://github.com/Naruno/Naruno/pull/1710
CLI
* cli: Fixed sending with baklava by onuratakan in https://github.com/Naruno/Naruno/pull/1708
Docs
* docs: Added Ovenden Incentive and Baklava Scan Page and made some fixes for Baklava TestNet documents by onuratakan in https://github.com/Naruno/Naruno/pull/1706
* docs: Added a section for wallet creating about switching new wallet by onuratakan in https://github.com/Naruno/Naruno/pull/1707
Tests
* tests: Fixed test_GetCandidateBlocks_different_squance_number by onuratakan in https://github.com/Naruno/Naruno/pull/1709


**Full Changelog**: https://github.com/Naruno/Naruno/compare/v0.60.2-alpha...v0.60.3-alpha

Credits

Thanks to everyone who directly contributed to this release:

- Onur Atakan ULUSOY

0.60.2alpha

<!-- Release notes generated using configuration in .github/release.yml at master -->

What's Changed
Apps
* apps: Some time adjustment made for more stable Integration by onuratakan in https://github.com/Naruno/Naruno/pull/1701
* apps: Some value adjustment made for more stable Integration by onuratakan in https://github.com/Naruno/Naruno/pull/1702
* apps: Fixed send_splitter resend bug by onuratakan in https://github.com/Naruno/Naruno/pull/1704
* apps: Added a parameter to Integration for setting multiple sending wait amount between sends by onuratakan in https://github.com/Naruno/Naruno/pull/1705
Transactions
* transactions: Added a reset ability for my transactions db when the db is changed from outside by onuratakan in https://github.com/Naruno/Naruno/pull/1700
Node
* node: Added last_control mechanism and dedicated variables to self_candidates for fixing a bug by onuratakan in https://github.com/Naruno/Naruno/pull/1698
API
* api: Fixed /balance/get/ and /sequence/get/ endpoint block gathering ways by onuratakan in https://github.com/Naruno/Naruno/pull/1703
Docs
* docs: Fixed Google Analytics tracking code by onuratakan in https://github.com/Naruno/Naruno/pull/1699
Lib
* lib: Updated KOT by onuratakan in https://github.com/Naruno/Naruno/pull/1697


**Full Changelog**: https://github.com/Naruno/Naruno/compare/v0.60.1-alpha...v0.60.2-alpha

Credits

Thanks to everyone who directly contributed to this release:

- Onur Atakan ULUSOY

0.60.1alpha

<!-- Release notes generated using configuration in .github/release.yml at master -->

What's Changed
Packages
* packages: Fixed mobile packages by onuratakan in https://github.com/Naruno/Naruno/pull/1696


**Full Changelog**: https://github.com/Naruno/Naruno/compare/v0.60.0-alpha...v0.60.1-alpha

Credits

Thanks to everyone who directly contributed to this release:

- Onur Atakan ULUSOY

0.60.0alpha

<!-- Release notes generated using configuration in .github/release.yml at master -->

What's Changed
Wallet
* wallet: Moved wallet save&get to KOT by onuratakan in https://github.com/Naruno/Naruno/pull/1677
Accounts
* accounts: Moved commander save&get to KOT by onuratakan in https://github.com/Naruno/Naruno/pull/1671
* accounts: Moved account save&get to KOT by onuratakan in https://github.com/Naruno/Naruno/pull/1682
Apps
* apps: Moved cache save&get to KOT by onuratakan in https://github.com/Naruno/Naruno/pull/1679
Blockchain
* blockchain: Moved blockshash save&get to KOT by onuratakan in https://github.com/Naruno/Naruno/pull/1681
* blockchain: Moving block save&get to KOT by onuratakan in https://github.com/Naruno/Naruno/pull/1683
Transactions
* transactions: Moved my transaction save&get to KOT by onuratakan in https://github.com/Naruno/Naruno/pull/1672
* transactions: Moved pending transaction save&get to by onuratakan in https://github.com/Naruno/Naruno/pull/1673
* transactions: Added syncing feature for tx validation for baklava network users by onuratakan in https://github.com/Naruno/Naruno/pull/1690
Node
* node: Moved unl save&get to KOT by onuratakan in https://github.com/Naruno/Naruno/pull/1675
* node: Moved connected node save&get to KOT by onuratakan in https://github.com/Naruno/Naruno/pull/1676
API
* tests: Moving test api perpetual time tester function save&get to KOT by onuratakan in https://github.com/Naruno/Naruno/pull/1678
GUI
* gui: Added baklava setting by onuratakan in https://github.com/Naruno/Naruno/pull/1685
* gui: Changed box layout to grid layout for popups by onuratakan in https://github.com/Naruno/Naruno/pull/1689
* gui: Fixed signature copy of get my transaction section by onuratakan in https://github.com/Naruno/Naruno/pull/1691
* gui: Fixed amount situations and data info on send by onuratakan in https://github.com/Naruno/Naruno/pull/1692
Lib
* lib: Added KOT database code by onuratakan in https://github.com/Naruno/Naruno/pull/1656
* lib: Moved settings save&get to KOT by onuratakan in https://github.com/Naruno/Naruno/pull/1670
* lib: Moved config save&get to KOT by onuratakan in https://github.com/Naruno/Naruno/pull/1674


**Full Changelog**: https://github.com/Naruno/Naruno/compare/v0.59.0-alpha...v0.60.0-alpha

Credits

Thanks to everyone who directly contributed to this release:

- Onur Atakan ULUSOY

Page 1 of 24

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.