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

Releases: eoscanada/eos-bios

v0.8.4

23 May 13:57
Compare
Choose a tag to compare

Changelog

c89f3a6 Fix the variation account, added last publish date to list.
0b1b62c How to weight your peers.
9a801e0 Updated contracts for DAWN-2018-05-22
20d71ba Updated contracts from DAWN-2018-05-22
8dbda89 Updated my_discovery_file.yaml with latest boot_sequence, corresponds to 0.8.2 code.

v0.8.3

23 May 11:40
Compare
Choose a tag to compare

Changelog

1e08612 Fixup the launch time calculation.
a599694 Updated hooks, updated disco file with setprods included (but doesn't work it seems)

v0.8.2

21 May 00:04
Compare
Choose a tag to compare

Changelog

2d58ef1 Inches away from a good chain validation using get_block.
891876e Not sure it's useful to produce Windows i386
33c32c7 Renamed --verify to --validate (using the validate vocabulary everywhere now)

v0.8.1

19 May 20:29
Compare
Choose a tag to compare

Changelog

8eb8f93 Split actions in transactions more properly.. the chain likes that better and times out less often.

v0.8.0

19 May 13:24
Compare
Choose a tag to compare

Changelog

4c6fc8b Added CMakeLists for unregd.
3a02dc7 Added all dawn41 contracts and ABI.. Pushed the boot_sequence and updated disco file.
e34268f Added unregd.
1f3c0ae Doesn't download IPFS refs if you just want to list, discover, etc..
303c7cb Updated README
cf9f894 Updated disco file to the latest boot_sequence.
021241e Working boot sequence. Dawn 4.1 ready !!
003f9c1 yup yup

v0.7.10

18 May 12:50
Compare
Choose a tag to compare

Released eos-bios v0.7.10 which brings, even though the chain is slightly broken in DAWN-2018-05-16, these features:

  • Full Validation of the chain (bit-for-bit validation of all actions, through sucking the p2p protocol for blocks)
    • We will do runs where we test that the validation is properly applied.
    • Right now, it doesn't destroy the target network, but ABPs will eventually do so, when hitting invalid actions.
  • The target_network_is_test flag is now respected and disables all TESTNET_ options in the boot sequence. Try it
  • Because of the order of the boot_sequence (it needed to be reworked for buyram to work), the system contract is now loaded earlier, making the 12 character limitation be applied to ABPs too.
    • Pick a name with 12 chars for next runs. It's now validated in eos-bios publish.
  • Improved boot --single which will keep your account present, continue producing and provide you with a full fledged chain, similar to mainnet.
  • Parallel download of IPFS resources.. to speed things up.
  • WARN: registration of producers does not work right now with DAWN-2018-05-16 (setprods is only in BIOS but system needs to be applied earlier now), and regproducer doesn't allow eosio to register someone.
    • So, you probably want to call regproducer yourself in your hook_done.sh hook.
  • Snapshot injection is skipped (because of broken delegatebw behavior), although it's been updated to use the deterministic account names generated by the genesis software.
  • Please update your target_contents with the latest from the sample_config/my_discovery_file.yaml file

I also relaunched stage7.testnets.eoscanada.com and imported accounts that published to stage6 (namely blocksmithxx, eosauthority, eoscanadacom, eosflarebios, eospapapapap, eosvibesbloc, genereos1111, usblocksmith).

You can prep for stage8 now. I encourage you to create small networks (pointing your seed_network_peers to one another) and launch in small groups. Close to launch, we can link more people together for a larger network, but the protocol will be the same no matter what.

v0.7.8

16 May 22:30
Compare
Choose a tag to compare

Changelog

e5bbd5f Better display.. real retry.
ef9612c Do not include eosio in the ABP prods schedule.

v0.7.7

16 May 21:32
Compare
Choose a tag to compare

Changelog

f94740f Better polling of block height. Fix the multi-producer naming again !

v0.7.6

16 May 20:54
Compare
Choose a tag to compare

Changelog

b44f7c6 Add peer variations to the join_network hook.
b5831d1 Improved display of polling.
dedf7b7 add in gitignore
5d460cf don't fail if killall fails.

v0.7.5

16 May 15:38
Compare
Choose a tag to compare

Changelog

88f6fbc add NewBuyRAMBytes to invite command