Releases: web3coach/the-blockchain-bar
GA Binary Releases v2
Adds Github Actions workflow to automatically release binaries.
GA Binary Releases
Adds Github Actions workflow to automatically release binaries.
Node Version
Querying /node/status
on known peers will tell you their node version.
TX Gas + Mempool Validation
Introduces the concept of "Gas" to prevent spam. Also adds a Mempool protection by validating the TX right away as they come.
HTTPS API
Adds automatically generated SSL certificate support for the HTTP API.
On localhost disable it with: --disable-ssl
.
In production activate it with: --ssl-email=YOUR_EMAIL
.
Make sure to point your DNS on the A/AAAA records before running the server in production to pass the Let'sEncrypt certificate challenge.
TBB Training Ledger
Blockchain Draft
Improves DB performance by batch processing of TXs using linked Blocks.
Immutable Snapshots
Hashes DB Content on every persist of a new TX.
CLI Reward TX
Ability to execute tbb tx add --from=andrej --to=andrej --value=100 --data=reward.
Adds 3 new TXs from Greedy Section (babayaga -> ceasar).
TX Add and Balances List
Ability to add TXs using tbb tx add
cmd and list the aggregated state balances with tbb balances list
.