Skip to content

Releases: fboucquez/symbol-bootstrap

[1.0.9] - Sep-15-2021

15 Sep 13:54
862adc1
Compare
Choose a tag to compare

Milestone: Mainnet(1.0.2.0)

Package Version Link
Symbol Bootstrap v1.0.9 symbol-bootstrap
  • Hotfix updateVotingKeys command bug.

[1.0.8] - Sep-14-2021

15 Sep 02:11
03cd88a
Compare
Choose a tag to compare

Milestone: Mainnet(1.0.2.0)

Package Version Link
Symbol Bootstrap v1.0.8 symbol-bootstrap
  • Fixed updateVotingKeys command when upgrading from 1.0.6.
  • Catapult 1.0.2.0 upgrade.
  • Updated minPartnerNodeVersion to 1.0.1.0. Older Catapult clients will be rejected.

[1.0.7] - June-22-2021

22 Jun 16:36
Compare
Choose a tag to compare

Milestone: Mainnet(1.0.1.0)

Package Version Link
Symbol Bootstrap v1.0.7 symbol-bootstrap
  • Added multi voting key file support.
  • Added updateVotingKeys command.

[1.0.6] - June-8-2021

08 Jun 14:11
b883430
Compare
Choose a tag to compare

Milestone: Mainnet(1.0.1.0)

Package Version Link
Symbol Bootstrap v1.0.6 symbol-bootstrap
  • Catapult Server 1.0.1.0 upgrade.
  • Symbol Rest 2.3.6 upgrade.
  • Reward Program Agent 2.0.0 upgrade.
  • Added MonitorOnly reward program.
  • The link and enrollRewardProgram commands allow --customPreset to avoid password prompt when main private key is not stored in the target folder.
  • Merged tools and server docker images into one.

[1.0.5] - May-3-2021

03 May 11:11
4db690f
Compare
Choose a tag to compare

Milestone: Mainnet(1.0.0.0)

Package Version Link
Symbol Bootstrap v1.0.5 symbol-bootstrap
  • Re-enabled node reward program. Upgraded TLS communication.
  • Fixed failed to load: /docker-entrypoint-initdb.d/mongoDbPrepare.js when running with root user.
  • Renamed enrol to enroll for the Rewards Program.

v1.0.4 - 13-Apr-2021

13 Apr 14:20
3ac5c1b
Compare
Choose a tag to compare

Milestone: Mainnet(1.0.0.0)

Package Version Link
Symbol Bootstrap v1.0.4 symbol-bootstrap
  • New testnet.symboldev.network testnet!
  • Added verify command.
  • Fixed host override when no custom preset is provided in mainnet.
  • Fixed case issue validating keys when creating certificates.
  • Updated Wallet to latest 1.0.1 release.
  • Node properties sinkType: Async and enableSingleThreadPool: false by default in peer nodes too.
  • Dropped NodeJS 10 support. Added Node LTS and Stable Support.

[1.0.3] - Mar-31-2021

31 Mar 16:34
8035071
Compare
Choose a tag to compare

Milestone: Mainnet(1.0.0.0)

Package Version Link
Symbol Bootstrap v1.0.3 symbol-bootstrap
  • Improved Custom Preset Object types for symbol bootstrap lib integration.
  • TransactionSelectionStrategy's new default value is oldest.

[1.0.2] - Mar-24-2021

24 Mar 17:26
d38463f
Compare
Choose a tag to compare

Milestone: Mainnet(1.0.0.0)

Package Version Link
Symbol Bootstrap v1.0.2 symbol-bootstrap
  • Fixed link (--unlink) command when voting properties changes.
  • Broker ports (7902) are closed by default in docker compose.
  • Peer role is selected based on syncsource configuration and not on the harvesting flag.

[1.0.1] - Mar-22-2021

22 Mar 20:25
82d51b7
Compare
Choose a tag to compare

Milestone: Mainnet(1.0.0.0)

Package Version Link
Symbol Bootstrap v1.0.1 symbol-bootstrap
  • Random and limited peer/api list.
  • Custom votingUnfinalizedBlocksDuration and nonVotingUnfinalizedBlocksDuration preset properties.
  • Agent service is disabled until supernode program resumes.
  • The default beneficiaryAddress is the node's main address. Use beneficiaryAddress: '' in a custom preset to override the new default.

[1.0.0] - Mar-16-2021

17 Mar 03:45
6a37a37
Compare
Choose a tag to compare

Milestone: Mainnet(1.0.0.0)

Package Version Link
Symbol Bootstrap v1.0.0 symbol-bootstrap
  • New mainnet preset!!!
  • Removed node from its own peers-p2p.json and peers-api.json files.
  • Voting keys are ephemeral. They cannot be provided, bootstrap will always generate a new one when resetting the configuration. Bootstrap will never store the voting private key in addresses.yml.
  • Dropped PROMPT_MAIN_VOTING from privateKeySecurityMode.
  • Added PROMPT_MAIN_TRANSPORT to privateKeySecurityMode: The transport/node key will be asked when regenerating the certificates or when upgrading a supernode.
  • Changed server file permission to 0o600