v2.0.0.0-rc1
版本发布时间: 2024-03-26 22:42:14
availproject/avail最新发布版本:v2.2.5.1(2024-10-16 14:24:40)
What's Changed
- update go to latest avail-gsrpc by @kroos47 in https://github.com/availproject/avail/pull/395
- Update deps to use polkadot sdk, unfork nomination pool, remove unused padding and introduce header V3 by @Leouarz in https://github.com/availproject/avail/pull/397
- Removing Nomad pallet by @0xSasaPrsic in https://github.com/availproject/avail/pull/373
- ci:Use GITHUB_OUTPUT over set-output command by @bodhi-crypo in https://github.com/availproject/avail/pull/389
- Fix contributer links by @estensen in https://github.com/availproject/avail/pull/390
- Renamed node binary to avail-node & bridge to vector by @ToufeeqP in https://github.com/availproject/avail/pull/394
- Added length_multiplier to transaction fee by @ToufeeqP in https://github.com/availproject/avail/pull/348
- Improve Kate Commitment Estimation by @fmiguelgarcia in https://github.com/availproject/avail/pull/359
- Update function ids and verification key for Dencun upgrade. by @0xSasaPrsic in https://github.com/availproject/avail/pull/401
- Ghali/clean and update vector by @Leouarz in https://github.com/availproject/avail/pull/403
- Ghali/remove header v3 by @Leouarz in https://github.com/availproject/avail/pull/405
- update weights by @Leouarz in https://github.com/availproject/avail/pull/406
- Ghali/update weights by @Leouarz in https://github.com/availproject/avail/pull/407
- Ghali/update weights by @Leouarz in https://github.com/availproject/avail/pull/408
- Update Dockerfile by @LordJavi in https://github.com/availproject/avail/pull/410
- Use correct period in the event. Update dev init constants. by @0xSasaPrsic in https://github.com/availproject/avail/pull/412
- Fix broken test after updating period event. by @0xSasaPrsic in https://github.com/availproject/avail/pull/413
- Next major updates by @Leouarz in https://github.com/availproject/avail/pull/398
- update symbol by @Leouarz in https://github.com/availproject/avail/pull/432
- add extension fallback by @Leouarz in https://github.com/availproject/avail/pull/425
- remove useless migrations, use same version where possible, remove ye… by @Leouarz in https://github.com/availproject/avail/pull/435
- Increased grandpa gossip_duration to 1 second by @ToufeeqP in https://github.com/availproject/avail/pull/436
- Added docs on forked pallets by @ToufeeqP in https://github.com/availproject/avail/pull/438
- Ghali/prepare mainnet by @Leouarz in https://github.com/availproject/avail/pull/440
- update avail-js examples deps by @Leouarz in https://github.com/availproject/avail/pull/443
- fix comments by @Leouarz in https://github.com/availproject/avail/pull/445
- fix discriminant, and json/ts types enum by @Leouarz in https://github.com/availproject/avail/pull/447
- Refactor:fix typo by @miles-six in https://github.com/availproject/avail/pull/446
- minor fix to query-data-proof avail-js example by @robin-rrt in https://github.com/availproject/avail/pull/448
- remove custom error in favor of exhaust error by @Leouarz in https://github.com/availproject/avail/pull/450
- Marko/remove unused pallets by @markopoloparadox in https://github.com/availproject/avail/pull/452
- Tidy comments, add validation on VK extrinsics and tidy error codes. by @0xSasaPrsic in https://github.com/availproject/avail/pull/455
- Updated length_multiplier to use raw block_length by @ToufeeqP in https://github.com/availproject/avail/pull/454
- update spec and impl name by @Leouarz in https://github.com/availproject/avail/pull/457
- Update dev config constants. by @0xSasaPrsic in https://github.com/availproject/avail/pull/456
- Ghali/remove 32 cols examples by @Leouarz in https://github.com/availproject/avail/pull/458
- Updated runtime config by @ToufeeqP in https://github.com/availproject/avail/pull/459
- Update package metadata by @ToufeeqP in https://github.com/availproject/avail/pull/453
- Added default run bin to be avail-node by @markopoloparadox in https://github.com/availproject/avail/pull/461
- Added set deno set validator example by @markopoloparadox in https://github.com/availproject/avail/pull/462
- Protocol Sequence Recovery and Vector Bridge Refactor by @fmiguelgarcia in https://github.com/availproject/avail/pull/427
- Added dummy mainnet chain spec by @markopoloparadox in https://github.com/availproject/avail/pull/451
- Bumped deps by @markopoloparadox in https://github.com/availproject/avail/pull/465
- Updated misc by @markopoloparadox in https://github.com/availproject/avail/pull/466
- Updated docker ignore files by @markopoloparadox in https://github.com/availproject/avail/pull/469
- fix subxt stuff by @Leouarz in https://github.com/availproject/avail/pull/468
- Removed RPC cache leftovers by @markopoloparadox in https://github.com/availproject/avail/pull/470
- add extrinsic to update app key by @Leouarz in https://github.com/availproject/avail/pull/473
- Fix tests for
--all-features
by @ToufeeqP in https://github.com/availproject/avail/pull/471 - Minor fixes by @ToufeeqP in https://github.com/availproject/avail/pull/474
- update gsrpc to latest by @kroos47 in https://github.com/availproject/avail/pull/475
- Marko/add and format deno examples by @markopoloparadox in https://github.com/availproject/avail/pull/477
- asset_id -> assetId by @markopoloparadox in https://github.com/availproject/avail/pull/478
- update rpc response types and js example by @Leouarz in https://github.com/availproject/avail/pull/476
- update readme, not a bot by @Leouarz in https://github.com/availproject/avail/pull/479
- Fixed runtime_benchmarks by @ToufeeqP in https://github.com/availproject/avail/pull/480
- Fix go example by @kroos47 in https://github.com/availproject/avail/pull/481
- Fix benchmark workflow by @ToufeeqP in https://github.com/availproject/avail/pull/483
- fix missing import for subxt by @Leouarz in https://github.com/availproject/avail/pull/484
- fix test ci when using -C instrument-coverage by @Leouarz in https://github.com/availproject/avail/pull/485
- Ghali/fix test ci by @Leouarz in https://github.com/availproject/avail/pull/487
- Header version select refactoring by @ToufeeqP in https://github.com/availproject/avail/pull/488
- Rexported rpcparams by @markopoloparadox in https://github.com/availproject/avail/pull/490
- Fix kate estimation by @ToufeeqP in https://github.com/availproject/avail/pull/492
- Use Kate RPC on examples by @fmiguelgarcia in https://github.com/availproject/avail/pull/472
- Removed length multiplier & unforked transaction_payment pallet by @ToufeeqP in https://github.com/availproject/avail/pull/496
- Ghali/test matrix weights by @Leouarz in https://github.com/availproject/avail/pull/493
- Update Vector pallet init params. by @0xSasaPrsic in https://github.com/availproject/avail/pull/497
- Added more targets to releaser by @markopoloparadox in https://github.com/availproject/avail/pull/499
- Added initial changelog_migrations md file by @markopoloparadox in https://github.com/availproject/avail/pull/494
- Added extension check that returns an error if submit data or send me… by @markopoloparadox in https://github.com/availproject/avail/pull/495
- Marko/update mocks by @markopoloparadox in https://github.com/availproject/avail/pull/498
- Added Turing testnet chain spec by @markopoloparadox in https://github.com/availproject/avail/pull/500
- Fixed Binary CI Releaser not working. by @markopoloparadox in https://github.com/availproject/avail/pull/501
- Fix releaser ci 2 by @markopoloparadox in https://github.com/availproject/avail/pull/502
- Fixed releaser ci 3 by @markopoloparadox in https://github.com/availproject/avail/pull/503
New Contributors
- @bodhi-crypo made their first contribution in https://github.com/availproject/avail/pull/389
- @estensen made their first contribution in https://github.com/availproject/avail/pull/390
- @LordJavi made their first contribution in https://github.com/availproject/avail/pull/410
- @miles-six made their first contribution in https://github.com/availproject/avail/pull/446
- @robin-rrt made their first contribution in https://github.com/availproject/avail/pull/448
Full Changelog: https://github.com/availproject/avail/compare/v1.11.0.0...v2.0.0.0-rc1
1、 x86_64-ubuntu-2004-avail-node.tar.gz 29.03MB