NEM Symbol 0.10.0.6 Release and Next Steps (02/02/2021)

NEM Symbol 0.10.0.6 Release Announcement & Next Steps

As communicated in the General Update (01-Feb-2021) yesterday, we are pleased to announce the release of various components in the Symbol 0.10.0.6 release.

Summary

  • Core, REST + SDKs releases are provided; fixing most known important issues
  • Wallets will release later this week; Desktop and Mobile
  • Two issues found very recently, require another patch, it will fork Testnet
  • An interim stress test is likely to occur this week to ensure it is still passing
  • NGL final stress test will not occur until after the fork, likely next week

Release Components

The main release components are:

Wallets & CLI

You will see that Wallets have not been included in this release, they will come later this week and rely on some of the components above (REST and SDK). This is deliberate to allow additional time for testing and validation after the last couple of releases had problems.

The Desktop Wallet release is expected to resolve/improve Delegated Harvesting and Multi Signature functionality among various P2 Issues.

A new version of the mobile wallets (Android and iOS) will be released which contains a significant number of resolved issues.

These releases are expected to resolve all P1 issues and most P2s, a subsequent patch release may be issued for the wallets before launch with additional issue resolutions in.

It is very likely the next wallet release will require you to backup and re-import your private keys. I suggest you back them up if you haven’t already, if the accounts on Testnet are important to you - backup the the individual keys, not the profile/mnemonic. This is due to a change in the derivation path to increase security in preparation for Launch release version.

Known Issues

There are 2 important known issues that were raised in the past 2 days. They are well advanced in their resolution but could not be included in this release. These two issues are both considered very important for launch and at least subsequent patch release will be issued for these:

It is likely these will be released early next week but until they have been resolved and tested no commitment is made on the exact timing. We decided to continue with this release because it contains important fixes which require validation and are needed for the Wallet issues to progress.

It is known that one of these issues will require a hard fork of Testnet when it is applied, so final stress testing will not happen until after the patch and the fork.

NGL Stress Testing

The planned NGL final stress test prior to selecting a launch and snapshot date will occur after the the issues above are resolved and released.

In addition, we will endeavour to run another stress test this week to test today’s patch and will be working with the NEMTus team to retest the “Daoka-Canon” issue that is fixed in this patch.


NEM Symbol 0.10.0.6 Release Announcement:

A short while ago the below was posted on the public Slack channel:
Slack: https://nem2.slack.com/archives/C9E7N7H1N/p1612306535041500

Hi All,
The 0.10.0.6 server build is released. The core testnet nodes have been upgraded.
The extra 500 nodes will be upgraded by region over the next day or so.The api nodes endpoints are:

http://api-01.ap-northeast-1.testnet.symboldev.network:3000
http://api-01.ap-southeast-1.testnet.symboldev.network:3000
http://api-01.eu-central-1.testnet.symboldev.network:3000
http://api-01.eu-west-1.testnet.symboldev.network:3000
http://api-01.us-east-1.testnet.symboldev.network:3000
http://api-01.us-west-1.testnet.symboldev.network:3000

The faucets can be found at:

http://faucet.testnet.symboldev.network

Explorer is here:

http://explorer.testnet.symboldev.network

For those interested in testing out running a test network node :

Release [0.4.2] - Feb-2-2021 · nemtech/symbol-bootstrap · GitHub


How to Upgrade your Testnet Node (0.10.0.6)

Before upgrading, it’s recommended to backup your node’s target folder

Install the latest bootstrap:

npm install -g symbol-bootstrap

Peer Node Only

If you are running a Peer only node, run:

symbol-bootstrap start -p testnet -a peer --upgrade (-c myCustomPreset.yml)

The --upgrade option will recreate your server configuration, docker configuration, and upgrade the format of addresses.yml without dropping the existing data or generates keys.

Dual Node or API Node

If you are running an API or a Dual node, run:

symbol-bootstrap start -p testnet -a api --upgrade (-c myCustomPreset.yml)

symbol-bootstrap start -p testnet -a dual --upgrade (-c myCustomPreset.yml)

If you wish to reset to a new/clean testnet node, --reset instead of ‘–upgrade’ will clear up all your data and keys. The keys will be regenerated if you are not providing them with a custom preset. Note that a resync is likely to take >24 hours due to the size of the chain.

It’s worth double-checking that your docker services are running. Validate the services logs and check that your node’s keys and accounts are valid.

For new nodes, you can also follow: Running a Symbol Testnet Node


Symbol 0.10.0.5 Release Notes

Core Server

Github: https://github.com/nemtech/catapult-server/releases/tag/v0.10.0.6

[0.10.0.6] - 02-Feb-2021

Added

  • mongo: new config-database settings writeTimeout and maxDropBatchSize
  • new config-node setting: maxTimeBehindPullTransactionsStart - delay transaction pulls and processing of pushes until node is close to being synced
  • allow remote links in linker tool

Fixed

  • local remote harvesting account should not require node link #142
  • bypass MaxTransactionValidator for nemesis block
  • prevent resolution statements from being created during chain undo #148

Changed

  • breaking: split address tool into two separate tools: tool.addressgen (vanity generator) and tool.address (converter)

REST

Github: Release v2.3.2 · nemtech/catapult-rest · GitHub

[v2.3.2] - 02-Feb-2021

Added

  • FromHeight and ToHeight to receipt search endpoint.

Fixed

  • Fixed issues on only multisig and aggregate initiator can query partial transactions.

SDK - TypeScript/JavaScript

Github: Release v0.23.1 · nemtech/symbol-sdk-typescript-javascript · GitHub

[0.23.1] - 02-Feb-2021

Milestone: Catapult-server main(0.10.0.6)

Package Version Link
SDK Core v0.23.1 symbol-sdk
Catbuffer v0.1.1 catbuffer-typescript
Client Library v0.11.1 symbol-openapi-typescript-fetch-client
  • Added FromHeight and ToHeight filters in Receipt search endpoint.
  • Added optional parameter in websocket listener channels to automatically subscribe multisig account for cosigners.

SDK - Java

Github: Release [0.23.1] - 2-Feb-2021 · nemtech/symbol-sdk-java · GitHub

[0.23.1] - 2-Feb-2021

Milestone: Catapult-server finality (0.10.0.4)

  • Added fromHeight and toHeight to transaction statement searches.

Symbol Bootstrap

Github: Release [0.4.2] - Feb-2-2021 · nemtech/symbol-bootstrap · GitHub

[0.4.2] - Feb-2-2020

Milestone: Hippopotamus(0.10.0.6)

Package Version Link
Symbol Bootstrap v0.4.2 symbol-bootstrap
  • Link command supports for main multisig accounts.
  • Supernode enrol command supports for main multisig accounts.
  • Storing downloaded artifacts (like agent binary) in the current working dir fixing issue when installing bootstrap as root.
  • Moved voting keys files from ./data to ./userconfig in the target folder.
  • Added Symbol Bootstrap version to generated configuration reports.
  • Renamed command from supernode for enrolSupernode.

Open API

Github: Release v0.11.2 · nemtech/symbol-openapi · GitHub

[0.11.2] - 02-Feb-2021

Targets catapult-rest 2.3.2

Added

  • FromHeight and ToHeight filters in receipt search endpoint.
12 Likes

Quick update to this release.

The original intention was release the Desktop Wallet, Mobile Wallet and CLI today, the releases are ready and have been tested.

However, due to the current issues with Testnet and that they rely so much on the REST calls, we will wait until Testnet issue from the load test is resolved so that the wallet usage works correctly and is easier to test rather than trying to work around other issues with the network and not being able to easily tell if the issue is network or wallet related.

This release will be released as soon as Testnet is ready for it

4 Likes

Desktop, Mobile and CLI have now been released

3 Likes