Skip to content
This repository was archived by the owner on Mar 5, 2020. It is now read-only.

Releases: eoscanada/eos-bios

v0.3.5

26 Apr 16:25

Choose a tag to compare

Changelog

8a884a3 Added --use-cache and now always tries to re-traverse the graph.
b8e4974 Added a few social properties. Clean up..
5b09f2a Better output.
114f422 Fixup README.md
f380467 Improve wording, display the social properties of the BIOS Boot node.
d09ed95 Improved the hooks: convention over configuration.
518243f Moved sample configuration. Simplified hooks config (convention).
6ac0a83 README.md update again
e334ea6 Updated sample configuration.

v0.3.3

25 Apr 21:11

Choose a tag to compare

Changelog

b030598 Added a TODO to the README
aeefa5a Clarify README.md
1b722f7 README.md update

v0.3.2

25 Apr 18:36

Choose a tag to compare

Changelog

b648eff Add a Recovery to NewAccount for producers. Adds a requirement to the discovery file.
602182d Added instructions in the hooks.
5305029 Added instructions to view logs.
7d78008 Added instructions.
921ba73 Fixup when you boot a single node. Make all sample hooks executable.
f6fcbea Simplified the eos-bios commands. discover and validate are not top-level.
f98796e Updated README
f641cff Updated configs
5c54469 Updated the Docker version to be ran.
5e61f1b Use peer and not producer in config.yaml now.
e0d8001 Whoops

v0.3.1-alpha

25 Apr 15:38

Choose a tag to compare

Changelog

18d45d0 Added sample configs for a local boot.
d0af6e9 Fixup version display
ae1a210 Revisit the help message for top-level command
daa28a1 Updated README
7c1f942 Updated sample config.
7bcad94 Updated sample configs, added a Docker config.

v0.3.0-alpha

24 Apr 18:59

Choose a tag to compare

Changelog

b371d6e Added version
4f03b29 First draft of reading and traversing the Discovery Protocol Network.
ff7f744 First draft of the new eos-bios binary.
8b4b275 Fixup import
d8452c5 Improve messaging here.
b5aca06 Improve wording.
212832c Load private key from a file..
e25342c Rename Cache to Network.
4940778 Updated goreleaser.. to take the binary in ./eos-bios and sign with keybase.
1916700 Use the KeyBag signing method now.
9bf216c darn.. doesn't work locally ?!?!
cd3cd4b discovery fetch-all works, boot based on the network data in cache works too

v0.2.5

10 Apr 18:37

Choose a tag to compare

Changelog

e1b37e9 Fixup massive transfers (sliced in 400 transfer actions per transaction)
1152c87 Implement the truncate_snapshot debug option.
d0432d1 Replicate the producers if you have less than 21, to have a full schedule.
4276314 Support less than 21 (producers are replicated).

v0.2.2

10 Apr 15:24

Choose a tag to compare

Changelog

cdd4243 Added main.version to the binary

v0.2.1

10 Apr 04:17

Choose a tag to compare

Changelog

6822d64 Updated goreleaser config.

v0.2.0

10 Apr 04:14

Choose a tag to compare

Changelog

18f4eb4 BIOS Boot Sequence now laid out in the launch.yaml file.
2237045 Took out sample configs, reach for eos-bios-launch-data instead.