Decentra-network

Latest version: v0.43.0

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

Scan your dependencies

Page 1 of 13

0.40.0alpha

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

What's Changed
Blockchain
* blockchain: Removed empty block number from hash calculation by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1368
* blockchain: Changed share transactions from users for sorting by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1376
* blockchain: Changed transaction time with block.start_time for share transactions by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1379
* blockchain: Added double saving for SaveBlock by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1383
* blockchain: Removed candidate block resetting by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1387
* Revert "blockchain: Removed candidate block resetting" by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1388
* blockchain: Added transaction fee based values to calculating hash by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1402
Transactions
* transactions: Added cleaning signature == "DN" transactions before share transactions by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1374
CLI
* cli: Added backup system functions by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1332
Node
* node: Added an exit the message reception loop when a destination node is closed by cpyberry in https://github.com/Decentra-Network/Decentra-Network/pull/1329
* node: Added socket.timeout suppress for send_client function by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1360
* node: Stored last 5 candidate blocks and getting by sequance number by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1399
API
* api: Added api for gathering the block as json by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1346
* api: CORS settings have been set by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1348
Consensus
* consensus: Added the self to round 1 find validated transactions voting by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1362
* consensus: Increased circulation time to 1.50s by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1366
* consensus: Moved candidate block sending to the start of rounds by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1370
* consensus: Moved candidate block sending to the start of consensus_main by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1372
* consensus: Reverted cadidate block sending by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1377
* consensus: Increased circulation time to 2s by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1382
* Revert "consensus: Reverted cadidate block sending" by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1385
* consensus: Added self adding to canddiate block checks by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1389
* consensus: All systems assigned to majority by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1391
Packages
* packages: Fixed console script bug by adding .main before using start function by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1340
Docs
* docs: Removed lgtm from readme by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1342
* docs: Fixed codacy badge on readme by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1344
* docs: Added user interfaces to concepts by alieren196 in https://github.com/Decentra-Network/Decentra-Network/pull/1351
* docs: Added usage docs to getting started by alieren196 in https://github.com/Decentra-Network/Decentra-Network/pull/1354
* docs: Added Videos index by alieren196 in https://github.com/Decentra-Network/Decentra-Network/pull/1355
* docs: Some typo fixes by omahs in https://github.com/Decentra-Network/Decentra-Network/pull/1384
* docs: Removed gui macos from installations by alieren196 in https://github.com/Decentra-Network/Decentra-Network/pull/1400
GUI
* gui: Added ability to send data by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1334
* gui: Fixed FileNotFoundError for GetBlock function usage by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1335
* gui: Fixed NoneType errors that caused by server.Server by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1337
Lib
* lib: Added cleaning test_app outputs by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1331
* lib: Added sended variable to export transaction csv by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1333
* lib: Added suppress to perpetualtimer by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1364

New Contributors
* omahs made their first contribution in https://github.com/Decentra-Network/Decentra-Network/pull/1384

**Full Changelog**: https://github.com/Decentra-Network/Decentra-Network/compare/v0.39.0-alpha...v0.40.0-alpha

Credits

Thanks to everyone who directly contributed to this release:

- Onur Atakan ULUSOY
- Ali Eren TABAK
- cpyberry
- omahs

0.39.0alpha

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

What's Changed
Blockchain
* blockchain: Added share mechanism of dnc by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1327
* blockchain: Changed community green paper hash by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1328


**Full Changelog**: https://github.com/Decentra-Network/Decentra-Network/compare/v0.38.0-alpha...v0.39.0-alpha

Credits

Thanks to everyone who directly contributed to this release:

- Onur Atakan ULUSOY

0.38.0alpha

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

What's Changed
Accounts
* accounts: Fixed FileNotFoundError from GetBalance from GetBlock function by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1311
Blockchain
* blockchain: Added logging to ChangeTransactionFee function by alieren196 in https://github.com/Decentra-Network/Decentra-Network/pull/1245
Transactions
* transactions: Added logging to PendingtoValidating function by alieren196 in https://github.com/Decentra-Network/Decentra-Network/pull/1239
* transactions: Notification on validated and received and sended transaction by bcanergul06 in https://github.com/Decentra-Network/Decentra-Network/pull/1312
Node
* node: Added logging to server.check_connected function by bcanergul06 in https://github.com/Decentra-Network/Decentra-Network/pull/1238
* node: Added logging to server.run function by bcanergul06 in https://github.com/Decentra-Network/Decentra-Network/pull/1247
Consensus
* consensus: Added logging to time control of round 1 by alieren196 in https://github.com/Decentra-Network/Decentra-Network/pull/1250
* consensus: Added logging to time control of round 2 by bcanergul06 in https://github.com/Decentra-Network/Decentra-Network/pull/1253
* consensus: Added logging to candidate block control of round 2 by bcanergul06 in https://github.com/Decentra-Network/Decentra-Network/pull/1255
* consensus: Added logging to check main of round 2 by bcanergul06 in https://github.com/Decentra-Network/Decentra-Network/pull/1258
* consensus: Adding logging to validate main of round 2 by bcanergul06 in https://github.com/Decentra-Network/Decentra-Network/pull/1272
* consensus: Added logging to remove duplicates of round 1 by alieren196 in https://github.com/Decentra-Network/Decentra-Network/pull/1275
* consensus: Added logging to process main of round 2 by bcanergul06 in https://github.com/Decentra-Network/Decentra-Network/pull/1281
* consensus: Added logging to process candidate block hashes of round 2 by bcanergul06 in https://github.com/Decentra-Network/Decentra-Network/pull/1278
* consensus: Added logging to find validated of round 1 by alieren196 in https://github.com/Decentra-Network/Decentra-Network/pull/1277
* consensus: Added logging to find newly of round 1 by alieren196 in https://github.com/Decentra-Network/Decentra-Network/pull/1276
* consensus: Added logging to rescue main of round 2 by bcanergul06 in https://github.com/Decentra-Network/Decentra-Network/pull/1280
* consensus: Added logging to process transaction of round 1 by alieren196 in https://github.com/Decentra-Network/Decentra-Network/pull/1279
* consensus: Added logging to main of round 2 by bcanergul06 in https://github.com/Decentra-Network/Decentra-Network/pull/1285
* consensus: Added logging to candidate block control of round 1 by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1290
* consensus: Added logging to check main of round 1 by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1292
* consensus: Added logging to process main of round 1 by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1293
* consensus: Added logging to main of round 1 by alieren196 in https://github.com/Decentra-Network/Decentra-Network/pull/1298
Packages
* packages: Removed unused cgitb reset function for fixing bugs on packages by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1288
Docs
* docs: Added supported OS to readme by bcanergul06 in https://github.com/Decentra-Network/Decentra-Network/pull/1319
* docs: Added sponsors to readme by bcanergul06 in https://github.com/Decentra-Network/Decentra-Network/pull/1320
Tests
* tests: Fixed not unl node test by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1282
* tests: Increased consensus_trigger expected time to 2 by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1283
GitHub
* github: Enabled resltyled pull request for forks based pull requests by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1259
* github: Revert "github: Enabled resltyled pull request for forks based pull requests" by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1260
* github: Removed devskim for preventing false alerts by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1274
* github: Removed caching from buildozer by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1307
* github: Added gource action by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1315
GUI
* gui: Fixed button text bug after updating requirements by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1302
* gui: Added address to QR code transformation by alieren196 in https://github.com/Decentra-Network/Decentra-Network/pull/1304
* gui: Added node id to QR code transformation by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1308
* gui: Moved address copy to a button by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1309
* gui: Added mute notifications setting by alieren196 in https://github.com/Decentra-Network/Decentra-Network/pull/1317
Lib
* lib: Fixed multiple times same logging by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1242
* lib: Added QR module by alieren196 in https://github.com/Decentra-Network/Decentra-Network/pull/1299
* lib: Added notification module by bcanergul06 in https://github.com/Decentra-Network/Decentra-Network/pull/1300
* lib: Added backup system by alieren196 in https://github.com/Decentra-Network/Decentra-Network/pull/1318


**Full Changelog**: https://github.com/Decentra-Network/Decentra-Network/compare/v0.37.0-alpha...v0.38.0-alpha

Credits

Thanks to everyone who directly contributed to this release:

- Onur Atakan ULUSOY
- Bahri Can ERGÜL
- Ali Eren TABAK

0.37.0alpha

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

What's Changed
Blockchain
* blockchain: Added saving first block and blockshash part always by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1232


**Full Changelog**: https://github.com/Decentra-Network/Decentra-Network/compare/v0.36.0-alpha...v0.37.0-alpha

Credits

Thanks to everyone who directly contributed to this release:

- Onur Atakan ULUSOY

0.36.0alpha

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

What's Changed
Blockchain
* blockchain: Added new Green Paper hash to genesis block by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1229
Docs
* docs: Changed .org to .net temporary by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1230


**Full Changelog**: https://github.com/Decentra-Network/Decentra-Network/compare/v0.35.2-alpha...v0.36.0-alpha

Credits

Thanks to everyone who directly contributed to this release:

- Onur Atakan ULUSOY

0.35.2alpha

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

What's Changed
Accounts
* accounts: Removed looking address and original argument balance together, added a argument for dont generate address for balance control of to account by onuratakan in https://github.com/Decentra-Network/Decentra-Network/pull/1226


**Full Changelog**: https://github.com/Decentra-Network/Decentra-Network/compare/v0.35.1-alpha...v0.35.2-alpha

Credits

Thanks to everyone who directly contributed to this release:

- Onur Atakan ULUSOY

Page 1 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.