Skip to content

Releases: sharhan-alhassan/liotbchain

Features: v0.0.8

10 Jun 01:21
Compare
Choose a tag to compare
  • Setup DB connections from .env
  • Include Timestamp and Previous Hash in DB for the Block header
  • Remove display of Merkle Tree Root Hash

Patch: Python-dotenv

08 Jun 01:57
Compare
Choose a tag to compare
  • Loading python-dotenv to load .env variables directly from config.py

Patch: Discoverability

08 Jun 01:32
Compare
Choose a tag to compare
  • Patch main package discoverability

Initial Release: Fixes

07 Jun 03:13
Compare
Choose a tag to compare
  • Testing and Release

Test Cases

07 Jun 02:54
Compare
Choose a tag to compare

Writing Test Cases For:

  • PostgreSQL DB to persiste blockchain data
  • Blockchain
  • Block

Initial Release

07 Jun 01:55
Compare
Choose a tag to compare

Framework capabilities

  • Create individual transactions
  • Batch transactions with the TRANSACTIONS_PER_BLOCK variable to decide how many transactions to be calculated per block
  • Persist blockchain in a PostgreSQL database for storage and future retrieval
  • Test cases created with pytest