Skip to content

Releases: web3coach/the-blockchain-bar

GA Binary Releases v2

05 Jun 09:56
Compare
Choose a tag to compare

Adds Github Actions workflow to automatically release binaries.

GA Binary Releases

05 Jun 09:54
Compare
Choose a tag to compare

Adds Github Actions workflow to automatically release binaries.

Node Version

29 May 18:30
Compare
Choose a tag to compare

Querying /node/status on known peers will tell you their node version.

TX Gas + Mempool Validation

21 Mar 15:20
Compare
Choose a tag to compare
Pre-release

Introduces the concept of "Gas" to prevent spam. Also adds a Mempool protection by validating the TX right away as they come.

HTTPS API

13 Jun 12:02
Compare
Choose a tag to compare

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

28 May 17:11
Compare
Choose a tag to compare

A sneak peek pre-compiled binaries of the TBB program you will build in the full eBook's version. Download the binary and connect with other students via the TBB blockchain testing network.

k_sc__00009

Blockchain Draft

27 May 19:28
Compare
Choose a tag to compare

Improves DB performance by batch processing of TXs using linked Blocks.

Immutable Snapshots

18 Apr 10:37
Compare
Choose a tag to compare

Hashes DB Content on every persist of a new TX.

CLI Reward TX

18 Apr 10:36
Compare
Choose a tag to compare

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

18 Apr 10:35
Compare
Choose a tag to compare

Ability to add TXs using tbb tx add cmd and list the aggregated state balances with tbb balances list.