Releases: fboucquez/symbol-bootstrap
Releases · fboucquez/symbol-bootstrap
[1.1.10] - Apr-14-2023
Milestone: Mainnet(1.0.3.6)
Package | Version | Link |
---|---|---|
Symbol Bootstrap | v1.1.10 | symbol-bootstrap |
Update the following packages:
- Catapult Client v1.0.3.6
- Rest 2.4.3
- MongoDB 5.0.15
- https-portal 1.23.0
- update uncirculating account public keys
- add new indexes to MongoDB(require node resync only if you want to use these indexes.)
- transaction.mosaics.id
- statement.receipts.targetAddress
- statement.receipts.senderAddress
[1.1.9] - Nov-09-2022
Milestone: Mainnet(1.0.3.5)
Package | Version | Link |
---|---|---|
Symbol Bootstrap | v1.1.9 | symbol-bootstrap |
- Testnet reset(sainet).
- Update to Catapult Client v1.0.3.5
[1.1.8] - Oct-25-2022
Milestone: Mainnet(1.0.3.4)
Package | Version | Link |
---|---|---|
Symbol Bootstrap | v1.1.8 | symbol-bootstrap |
- BREAKING - catapult client register aggregate transaction hash validator and require aggregate version 2 after fork. Client version is 1.0.3.4.
- rest-gateway update to v2.4.2
- symbol-sdk update to v2.0.3
[1.1.6] - Mar-16-2022
Milestone: Mainnet(1.0.3.3)
Package | Version | Link |
---|---|---|
Symbol Bootstrap | v1.1.6 | symbol-bootstrap |
- Fixed openssl security vulnerability issue
[1.1.5] - Mar-01-2022
Milestone: Mainnet(1.0.3.1)
Package | Version | Link |
---|---|---|
Symbol Bootstrap | v1.1.5 | symbol-bootstrap |
- Fixed undefined error circular dependency when using PROMPT_MAIN. Issue #378.
[1.1.4] - Feb-04-2022
Milestone: Mainnet(1.0.3.1)
Package | Version | Link |
---|---|---|
Symbol Bootstrap | v1.1.4 | symbol-bootstrap |
BootstrapUtils
code clean up split.- Allowing user-provided compose services via custom preset.
- Added
services
assembly. - Lib upgrades.
- Improvements for Symbol Network support! Check out the blog!
[1.1.3] - Jan-21-2022
Package | Version | Link |
---|---|---|
Symbol Bootstrap | v1.1.3 | symbol-bootstrap |
- [Hot Fix] Fixed
renewCertificates
when renewing certificates created using an old Bootstrap version #372. - Added
--force
torenewCertificates
.
[1.1.2] - Jan-17-2022
Milestone: Mainnet(1.0.3.1)
Package | Version | Link |
---|---|---|
Symbol Bootstrap | v1.1.2 | symbol-bootstrap |
- Joeynet Testnet Release.
- Added Node SSL Certificate check and upgrade. Added
renewCertificates
command to renew the certificates. - The
bootstrap
preset is not the default anymore. The name must be provided via--preset
or as a custom preset field. - A 'safe' custom preset is cached in the target folder. It's not required when upgrading the node without a configuration change.
- Added
--logger
option to the commands. - Assemblies are shared between all the presets.
- Allowing user-provided
--preset
and--assembly
yml files. - Removed wallet from
demo
preset. - CI migrated from Travis to GitHub Actions.
- Fixed Faucet and Explorer versions. Full upgrade requires adding statistic service to
demo
preset.
[1.1.1] - Nov-16-2021
Milestone: Mainnet(1.0.3.1)
Package | Version | Link |
---|---|---|
Symbol Bootstrap | v1.1.1 | symbol-bootstrap |
- Fixed
symbol-statistics-service-typescript-fetch-client
exception handling. - Rest
2.4.0
upgrade. - Fixed peer and api json file generation.
- Changed
maxTimeBehindPullTransactionsStart
to 5m.
[1.1.0] - Nov-05-2021
Milestone: Mainnet(1.0.3.0)
Package | Version | Link |
---|---|---|
Symbol Bootstrap | v1.1.0 | symbol-bootstrap |
- catapult client 1.0.3.0 support
- Added
wizard
command. - Added
pack
command. - Added
modifyMultisig
command. - Added
--serviceProviderPublicKey
tolink
command. - Rest
2.3.8
upgrade. - Explorer
1.1.0
upgrade. - Faucet
1.0.1
upgrade. - Removed node reward support.
- Removed unused
sshpk
service and dependency. - Removed unused
forge
service and dependency. - Changed
stop
command to rundocker-compose stop
instead ofdocker-compose down
- Added statistic service integration.
- Removed node static list from
mainnet
andtestnet
preset. The node lists are resolved using the statistic service. - Updated explorer and faucet urls.
- Removed private and mijin network types support.