Skip to content

Releases: availproject/avail

v1.10.0.0

31 Jan 13:58
b514ad4
Compare
Choose a tag to compare

Important Message

This is a new binary that fixes the issues that we experienced last week. You will need to remove your existing storage database and resync from scratch. It is important to use the following flags in order for the node to pick the correct fork:

--chain goldberg \
--reserved-nodes \
"/dns/bootnode-001.goldberg.avail.tools/tcp/30333/p2p/12D3KooWCVqFvrP3UJ1S338Gb8SHvEQ1xpENLb45Dbynk4hu1XGN" \
"/dns/bootnode-002.goldberg.avail.tools/tcp/30333/p2p/12D3KooWD6sWeWCG5Z1qhejhkPk9Rob5h75wYmPB6MUoPo7br58m" \
"/dns/bootnode-003.goldberg.avail.tools/tcp/30333/p2p/12D3KooWMR9ZoAVWJv6ahraVzUCfacNbFKk7ABoWxVL3fJ3XXGDw" \
"/dns/bootnode-004.goldberg.avail.tools/tcp/30333/p2p/12D3KooWMuyLE3aPQ82HTWuPUCjiP764ebQrZvGUzxrYGuXWZJZV" \
"/dns/bootnode-005.goldberg.avail.tools/tcp/30333/p2p/12D3KooWKJwbdcZ7QWcPLHy3EJ1UiffaLGnNBMffeK8AqRVWBZA1" \
"/dns/bootnode-006.goldberg.avail.tools/tcp/30333/p2p/12D3KooWM8AaHDH8SJvg6bq4CGQyHvW2LH7DCHbdv633dsrti7i5" \
--reserved-only 

Instructions

  1. Make sure that your node is not running.
  2. Make sure that your db and network folder is empty. These folders you can find inside your base-path folder (Path that you used with either -d or --base-path ). Example: /opt/node-data/chains/avail_goldberg_testnet.
  3. Start your node with the flags mentioned in the release. This will force the node to fetch blocks from the nodes that are on the correct chain.
  4. After the sync is done, stop the node, remove the reserved-nodes and reserved-only flag and restart the node.

Avoiding full sync

Doing a full sync takes a long time to do. To make it faster you can use our existing snapshot that will cut the sync time in hours.
0. Make sure that your node is not running.

  1. Make sure that your db and network folder is empty. These folders you can find inside your base-path folder (Path that you used with either -d or --base-path ). Example: /opt/node-data/chains/avail_goldberg_testnet.
  2. Create a folder named full inside db, cd into it, and execute the following command inside that folder: curl -o - -L https://snapshots.avail.nexus/goldberg/avail_goldberg_testnet_snapshot_jan_31.tar.gz | tar -xz -C .
  3. Start your node normally with one additional flag: --unsafe-da-sync (there is no need forreserved-nodes and reserved-only flags).
  4. Once the sync is done, stop the node, remove the --unsafe-da-sync flag and restart the node.

Q: What if you don't have a db and network folder because you are running your node for the first time?
A: In Instructions ignore step 1. and start with step 2. Wait for the node to sync the first few blocks, stop the node and then normally follow the instruction for Avoiding full sync.

Q: Can I still use my existing session keys?
A: Once the sync is done, just in case, I would advise that you generate new session keys by calling the author.rotateKeys RPC (check docs for the command) and change the keys via the explorer. After that restart your node and wait 2 eras for the keys to get applied.

image

What's Changed

Full Changelog: v1.9.0.2...v1.10.0.0

v1.9.0.3

28 Jan 12:14
Compare
Choose a tag to compare
v1.9.0.3 Pre-release
Pre-release

Hotfix to select the correct fork in goldberg

v1.9.0.2

26 Jan 09:44
db7a55c
Compare
Choose a tag to compare

Upgrade priority

No need to upgrade, this is a runtime-only update.

What's Changed

Full Changelog: v1.9.0.1...v1.9.0.2

v1.9.0.1

23 Jan 10:07
828b259
Compare
Choose a tag to compare

Upgrade priority

No need to upgrade, this is a runtime-only update.

What's Changed

Full Changelog: v1.9.0.0...v1.9.0.1

v1.9.0.0

16 Jan 11:33
e976c56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0.5...v1.9.0.0

Benchmarks

Kate RPC

RPC Name E2E Time (in ms) Internal Time (in ms)
Query Proof 3651.77 3591.381
Query Data Proof V2 5.13 4.7
Query Rows (64) 44.87 30.40
Query Block Length 0.4 0.11
Query App Data 83.07 31.66

Commitment Builder

Divan

Columns fastest slowest median mean samples iters
32 1.699 s 1.771 s 1.704 s 1.706 s 71 71
18.82 item/s 18.06 item/s 18.77 item/s 18.75 item/s
64 1.692 s 1.72 s 1.696 s 1.698 s 71 71
37.8 item/s 37.2 item/s 37.72 item/s 37.68 item/s
128 1.769 s 1.805 s 1.783 s 1.783 s 68 68
72.32 item/s 70.91 item/s 71.76 item/s 71.76 item/s
256 832.3 ms 864.8 ms 840 ms 840.5 ms 100 100
307.5 item/s 296 item/s 304.7 item/s 304.5 item/s

v1.9.0.0-rc2

15 Jan 09:36
Compare
Choose a tag to compare
v1.9.0.0-rc2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.8.0.5...v1.9.0.0-rc2

v1.8.0.7

15 Jan 09:49
8270e25
Compare
Choose a tag to compare

Upgrade priority

None: No need to upgrade, this is a runtime only update.

Changes

Increased the price of all extrinsic by a factor of 50
Weights for Remark extrinsics were readjusted.

v1.8.0.6

12 Jan 12:24
944b995
Compare
Choose a tag to compare

Upgrade priority

None: No need to upgrade, this is a runtime only update.

Change

Increased the weight for remark extrinsics

v1.9.0.0-rc1

11 Jan 16:01
Compare
Choose a tag to compare
v1.9.0.0-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.8.0.5...v1.9.0.0-rc1

v1.8.0.5

21 Dec 18:00
ebfdac9
Compare
Choose a tag to compare

Upgrade priority

None: No need to upgrade, this is a runtime only update.

What's Changed

Full Changelog: v1.8.0.4...v1.8.0.5