- Setup DB connections from .env - Include Timestamp and Previous Hash in DB for the Block header - Remove display of Merkle Tree Root Hash
0.0.5
- Loading python-dotenv to load .env variables directly from config.py
0.0.4
- Patch main package discoverability
0.0.3
- Testing and Release
0.0.2
Writing Test Cases For:
- PostgreSQL DB to persiste blockchain data - Blockchain - Block
0.0.1
**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`