Releases: availproject/avail
v1.10.0.0
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
- Make sure that your node is not running.
- Make sure that your
db
andnetwork
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
. - 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.
- After the sync is done, stop the node, remove the
reserved-nodes
andreserved-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.
- Make sure that your
db
andnetwork
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
. - Create a folder named
full
insidedb
,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 .
- Start your node normally with one additional flag:
--unsafe-da-sync
(there is no need forreserved-nodes
andreserved-only
flags). - 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.
What's Changed
- Added fork selection for goldberg at block 344638 by @ToufeeqP in #388
- Kate Cells size is now configurable by @markopoloparadox in #383
- Replaced DenyUnsafe with a special cli flag to unable kate rpcs by @markopoloparadox in #384
- Marko/add cache size ci param by @markopoloparadox in #378
- Node version bump by @markopoloparadox in #391
- Fixed da BlockImport validation by @ToufeeqP in #392
- Fixed Multiple pending forced authority set changes are not allowed I… by @markopoloparadox in #393
Full Changelog: v1.9.0.2...v1.10.0.0
v1.9.0.3
v1.9.0.2
Upgrade priority
No need to upgrade, this is a runtime-only update.
What's Changed
- Decreased TX prices from 50x to 10x. Decreased payout weights by @markopoloparadox in #385
Full Changelog: v1.9.0.1...v1.9.0.2
v1.9.0.1
Upgrade priority
No need to upgrade, this is a runtime-only update.
What's Changed
- Update message mapping index for new contract deployment. by @0xSasaPrsic in #375
- Made our binary build scripts easier by @markopoloparadox in #374
- Use runtime arguments in Divan benchmarks by @nvzqz in #379
- Add code comments, no functional changes by @0xSasaPrsic in #377
- Added weights by @markopoloparadox in #381
Full Changelog: v1.9.0.0...v1.9.0.1
v1.9.0.0
What's Changed
- add avail-js to main repo, update example and remove unused one by @Leouarz in #357
- fix app id, update deps by @Leouarz in #358
- Add config to deno example benchmarks by @sSelmann in #355
- Miguel/remove unbounded params in rpc by @fmiguelgarcia in #345
- Added pallet proxy to our runtime by @markopoloparadox in #360
- Changed path of kate metrics so that it can compile by @markopoloparadox in #364
- update avail-js types by @Leouarz in #363
- Added observability to CI devnet by @kaustubhkapatral in #323
- Bridge pallet by @0xSasaPrsic in #362
- Fix data root computation on blob transactions in Kate RPC. by @0xSasaPrsic in #370
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
What's Changed
- add avail-js to main repo, update example and remove unused one by @Leouarz in #357
- fix app id, update deps by @Leouarz in #358
- Add config to deno example benchmarks by @sSelmann in #355
- Miguel/remove unbounded params in rpc by @fmiguelgarcia in #345
- Added pallet proxy to our runtime by @markopoloparadox in #360
- Changed path of kate metrics so that it can compile by @markopoloparadox in #364
- update avail-js types by @Leouarz in #363
- Added observability to CI devnet by @kaustubhkapatral in #323
New Contributors
Full Changelog: v1.8.0.5...v1.9.0.0-rc2
v1.8.0.7
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
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
What's Changed
- add avail-js to main repo, update example and remove unused one by @Leouarz in #357
- fix app id, update deps by @Leouarz in #358
- Add config to deno example benchmarks by @sSelmann in #355
- Miguel/remove unbounded params in rpc by @fmiguelgarcia in #345
- Added pallet proxy to our runtime by @markopoloparadox in #360
- Changed path of kate metrics so that it can compile by @markopoloparadox in #364
- update avail-js types by @Leouarz in #363
New Contributors
Full Changelog: v1.8.0.5...v1.9.0.0-rc1
v1.8.0.5
Upgrade priority
None: No need to upgrade, this is a runtime only update.
What's Changed
- Now binaries generated by the releaser workflow are in the correct fo… by @markopoloparadox in #331
- Updated blocklength normal_ratio to be consistent with weight ratio by @ToufeeqP in #332
- Added Benchmark section to Readme by @markopoloparadox in #333
- fix byte padding issue temp by @Leouarz in #347
Full Changelog: v1.8.0.4...v1.8.0.5