Skip to content

Releases: Cee62/cicash

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 08 Aug 12:03

Zero install, no dependencies:

curl -sL https://github.com/Cee62/cicash/releases/download/v0.4.3/cicash_single.py -o cicash_single.py
python3 cicash_single.py

It runs a self-test that proves eleven invariants rather than
asserting them, and exits non-zero if any of them fails.

Not audited. Treat this as a working reference implementation of a
design, not as somewhere to put real money today.

Full Changelog: v0.4.2...v0.4.3

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 08 Aug 11:53

Zero install, no dependencies:

curl -sL https://github.com/Cee62/cicash/releases/download/v0.4.2/cicash_single.py -o cicash_single.py
python3 cicash_single.py

It runs a self-test that proves eleven invariants rather than
asserting them, and exits non-zero if any of them fails.

Not audited. Treat this as a working reference implementation of a
design, not as somewhere to put real money today.

Full Changelog: v0.4.1...v0.4.2

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 11:41

Zero install, no dependencies:

curl -sL https://github.com/Cee62/cicash/releases/download/v0.4.1/cicash_single.py -o cicash_single.py
python3 cicash_single.py

It runs a self-test that proves eleven invariants rather than
asserting them, and exits non-zero if any of them fails.

Not audited. Treat this as a working reference implementation of a
design, not as somewhere to put real money today.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 07:22

Zero install, no dependencies:

curl -sL https://github.com/Cee62/cicash/releases/download/v0.4.0/cicash_single.py -o cicash_single.py
python3 cicash_single.py

It runs a self-test that proves eleven invariants rather than
asserting them, and exits non-zero if any of them fails.

Not audited. Treat this as a working reference implementation of a
design, not as somewhere to put real money today.

Full Changelog: https://github.com/Cee62/cicash/commits/v0.4.0