Releases: AvaProtocol/OAK-blockchain
v1.5.0
Issue discovered
Memory leak in nodes occur with this version. We recommend upgrading to 1.6.0.
More context here
What's Changed
- Schedule an xcmp task by @lreesby in #146
- XCM Cleanup by @lreesby in #189
- Add std feature to all pallet deps by @nvengal in #190
- automation benchmarks increase deposit by @lreesby in #192
- xcm changes for OAK by @justinzhou93 in #176
- Leverage Github generated release notes by @atomaka in #191
- Fix Debian package binary by @atomaka in #186
- Fix saturating calculation inaccuracy. by @imstar15 in #187
- v0.9.23 Upgrade by @rhuttman in #193
- Allow proxying of accounts by @atomaka in #194
- Add automation time auto compound stake action by @nvengal in #180
- Add multisig pallet by @imstar15 in #196
- Return optimal autostaking period via an RPC by @atomaka in #195
- Add rpc endpoint to retrieve auto compound task ids by @nvengal in #200
- Prevent frequency of 0 for reoccurring task by @nvengal in #201
- add fee rpc by @justinzhou93 in #188
- 1.5.0 Release by @rhuttman in #202
- Updating Cargo lock and CHANGELOG by @rhuttman in #203
- Upgrade and lock in srtool version by @rhuttman in #204
Full Changelog: v1.4.0.1...v1.5.0
Turing srtool output
Rust : rustc 1.62.0 (a8314ef7d 2022-06-27)
Version : turing-284 (turing-1.tx10.au1)
Size : 872609
Proposal : 0x9ec47e4531d93d97c4636252bd6a38f418df6de31b08e43f3b0429b243c205d9
IPFS : Qmf6UJseJGveUgjQDBmxhS8Dbsw2Qu5vNpBzUiQc92v9zt
BLAKE2_256 : 0x3a441a86e95913df97571f7d865c547e508e229aeb2f9f96dddfc49ee43748cb
283 runtime & v1.4.0 node (RUNTIME ONLY)
What's Changed
- reverse node bump and update changelog to 1.4.0.1 (#184)
- version 141 and spec 283 bump (#183)
- turing and neuman governance parameters (#182)
- Build Github workflow for release (#179)
- Prevent concurrent pr builds (#178)
- Use self-hosted runner for test suite (#162)
- Correct formatter errors (#173)
- remove turing-dev closed valves (#168)
- Remove vesting set_total_unvested_allocation migration (#170)
- Fix test coverage. (#163)
Full Changelog: v1.4.0...v1.4.0.1
Turing srtool output
Rust : rustc 1.60.0 (7737e0b5c 2022-04-04)
Version : turing-283 (turing-1.tx9.au1)
Size : 836415
Proposal : 0xf78ca674f227cd7e7b0369cdfd725178746bb758b1a7788a08a7072adebab524
IPFS : QmWbgqSXiJrtMFz9xCMSCnUE52XqAZHdvGcTV6Dfppw36a
BLAKE2_256 : 0xfd8d2ee0b16c13a242e41e64b08d3b5e8470d2dd2e9228e1d8affcf3fc0628c2
v1.4.0
What's Changed
- Turing staging chain spec by @lreesby in #147
- Add turing staging chain spec by @lreesby in #148
- KUSD -> AUSD by @rhuttman in #152
- Add parachain staking config to genesis by @nvengal in #150
- Adding Parallel Heiko tokens to Turing by @rhuttman in #151
- Missed changelog updates by @rhuttman in #154
- 0.9.20 by @rhuttman in #153
- Deploy docs by @imstar15 in #149
- Fixed execution weights by @rhuttman in #156
- Moving chain spec test code by @rhuttman in #157
- XCMP barrier update by @rhuttman in #158
- Missed WeightInfo import in test by @rhuttman in #160
- Adding Khala tokens to Turing by @rhuttman in #161
- Use unvested funds as additional issuance for parachain staking inflation calcs by @nvengal in #159
- Switching to 20% burn by @rhuttman in #165
- Increase turing minimum candidate self-bond by @nvengal in #164
- Allow registration of identities by @atomaka in #155
- bump version to 1.4.0 and spec 182 by @lreesby in #167
Full Changelog: v1.3.0...v1.4.0
Turing srtool output
Summary generated with srtool v0.9.20 using the docker image paritytech/srtool:1.60.0:
Package : turing-runtime v0.1.0
GIT commit : b6c68bbb5e99e4943c35d98114f0f37497247e63
GIT tag : v1.4.0
GIT branch : HEAD
Rustc : rustc 1.60.0 (7737e0b5c 2022-04-04)
Time : 2022-06-02T16:23:40Z
== Compact
Version : turing-282 (turing-1.tx9.au1)
Metadata : V14
Size : 4.12 MB (4323172 bytes)
Proposal : 0x2e4807f97e483a4d2f37e7eeb3cee718113f2731de87c3218806f455280120cd
IPFS : QmZGsZE7cnM9MxGGnCUNGGFSdPjeFZXc7Q6344KEQFpkK7
BLAKE2_256 : 0xcfe4e35e109bd36548927af27676688dcc44a7e0b0689d94bac1f5282d0bb11a
Wasm : runtime/turing/target/srtool/release/wbuild/turing-runtime/turing_runtime.compact.wasm
== Compressed
Version : turing-282 (turing-1.tx9.au1)
Metadata : V14
Size : 815.87 KB (835447 bytes)
Compression : 80.68%
Proposal : 0xd3eff93367bb48d55eb7f0e5fcce59c6d99cb12da1d77937acfeb6b35cc32d4c
IPFS : QmUV4pwb8YZiz76uL3QPoRKbo4U7Rxj8faSeHGyNuw4ngQ
BLAKE2_256 : 0x37aea22111dbf47e522827ce19c047bba397a082e47f16f1d14befc4f87c9563
Wasm : runtime/turing/target/srtool/release/wbuild/turing-runtime/turing_runtime.compact.compressed.wasm
New Contributors
v1.3.0
What's Changed
- Ensure CollatorRegistration before joining candidate pool
- moving turing xcm configs to their own file by @rhuttman in #136
- Put task directly on queue by @lreesby in #137
- Turing staging setup by @lreesby in #138
- Update to substrate 0.9.19 by @rhuttman in #139
- Updating Turing chain spec and README by @rhuttman in #141
- Use embedded chain spec for turing-live by @nvengal in #142
- 1.3.0 bump by @justinzhou93 in #143
- Allow storing of other tokens and cross chain token transfers by @rhuttman in #140
- Adding Karura tokens
- Lower existential deposit from .1 to .01
- Update XCMP Fees by @rhuttman in #144
- Bump runtime spec version to 281 by @nvengal in #145
Full Changelog: v1.2.8.2...v1.3.0
Neumann srtool output
Summary generated with srtool v0.9.20 using the docker image paritytech/srtool:1.60.0:
Package : neumann-runtime v0.1.0
No GIT information. You are likely running srtool on an archive.
Rustc : rustc 1.60.0 (7737e0b5c 2022-04-04)
Time : 2022-05-17T19:12:22Z
== Compact
Version : neumann-281 (neumann-1.tx8.au1)
Metadata : V14
Size : 3.96 MB (4149357 bytes)
Proposal : 0x093831786cbe5ed5c0bf61af6292546ea26448baf01a050dd8601902716c02fd
IPFS : QmZ7TbMbjaXWuEGLj7RKRvjBLggTvRx9SiMCNwWeyq836V
BLAKE2_256 : 0x239095cd25eace0e8466c71f5c48026bec8be991fb48cc06baa8fe3a606c8270
Wasm : runtime/neumann/target/srtool/release/wbuild/neumann-runtime/neumann_runtime.compact.wasm
== Compressed
Version : neumann-281 (neumann-1.tx8.au1)
Metadata : V14
Size : 780.56 KB (799298 bytes)
Compression : 80.74%
Proposal : 0x4404a714b5aacf533d4694c27670f4cd01f2f95bac90b237704e74d8a05be1ef
IPFS : QmfLkLsgqfqVUnakrfF73sU5rUvLATHPrVriLyVPphcpSN
BLAKE2_256 : 0xd9f55b1b840c5e6b44f320b05e532d50e53bb2c1de944983e094492677d857a9
Wasm : runtime/neumann/target/srtool/release/wbuild/neumann-runtime/neumann_runtime.compact.compressed.wasm
Turing srtool output
Summary generated with srtool v0.9.20 using the docker image paritytech/srtool:1.60.0:
Package : turing-runtime v0.1.0
No GIT information. You are likely running srtool on an archive.
Rustc : rustc 1.60.0 (7737e0b5c 2022-04-04)
Time : 2022-05-17T19:45:39Z
== Compact
Version : turing-281 (turing-1.tx8.au1)
Metadata : V14
Size : 3.95 MB (4145819 bytes)
Proposal : 0xa8fa2207aa7b89cb11280c9379c2675f6d87bd770b0f532b212e70edebb32f8b
IPFS : QmbHKky1MmfioH5Htr4pFJ6FSb5h39TWnJfbnuefchWEF4
BLAKE2_256 : 0xb29fcdfb228a37adf32f436dfe3af0b8718849b73e608f3e9bcd7c56bdbf84f4
Wasm : runtime/turing/target/srtool/release/wbuild/turing-runtime/turing_runtime.compact.wasm
== Compressed
Version : turing-281 (turing-1.tx8.au1)
Metadata : V14
Size : 782.52 KB (801305 bytes)
Compression : 80.68%
Proposal : 0xc77bc8d8df1cb3bbbbf18e6836ad804cb462e52e79d3dbfef75ea2bff3aaf86c
IPFS : QmavMd2fJmsnyrkEdpD5aQDpVh8iwZ2nQy8NvYNVAhKDag
BLAKE2_256 : 0x5d9c22aaa8b408052931da6ffecb1d8d6ef23d157ae35a944a08a5eb93841cc8
Wasm : runtime/turing/target/srtool/release/wbuild/turing-runtime/turing_runtime.compact.compressed.wasm
280 runtime & 1.2.8 node (RUNTIME ONLY)
What's Changed
- Benchmarking bug clone times by @lreesby in #133
- fix benchmarks for greater than 256 by @justinzhou93 in #135
- Use parachain-staking for collator selection, delegation, and inflation-based payouts by @nvengal in #131
New Contributors
Full Changelog: v1.2.8.1...v1.2.8.2
Neumann srtool output
Summary generated with srtool v0.9.20 using the docker image paritytech/srtool:1.60.0:
Package : neumann-runtime v0.1.0
No GIT information. You are likely running srtool on an archive.
Rustc : rustc 1.60.0 (7737e0b5c 2022-04-04)
Time : 2022-05-05T21:57:27Z
== Compact
Version : neumann-280 (neumann-1.tx7.au1)
Metadata : V14
Size : 3.76 MB (3943634 bytes)
Proposal : 0x341cd4b555fdead2b41011d3b66ebef2a535eadeb1e3749465e494d33106d19d
IPFS : QmdA7qMJzndRAm4HiDv59NDHAKk9R5YyTLko6Y6uPXHnQN
BLAKE2_256 : 0xf7aa545dc8ea730cafb1e1fb64cc93b99713e75712eb25ffad4a9e83fb0c4f7c
Wasm : runtime/neumann/target/srtool/release/wbuild/neumann-runtime/neumann_runtime.compact.wasm
== Compressed
Version : neumann-280 (neumann-1.tx7.au1)
Metadata : V14
Size : 742.48 KB (760300 bytes)
Compression : 80.73%
Proposal : 0x516e7c26f7cfcdf5875deda99da8ad9ade5deca4de9c48c5014273c76c6afbef
IPFS : QmW8XXAzT3WdvWjNRpvXYiunMG2YJ5rLiqBtsdnt5S1sAW
BLAKE2_256 : 0xe3d4e4127d5b81db5451d47a2ca8b482375c362849b43b59553c3f0d2bf6a4d7
Wasm : runtime/neumann/target/srtool/release/wbuild/neumann-runtime/neumann_runtime.compact.compressed.wasm
Turing srtool output
Summary generated with srtool v0.9.20 using the docker image paritytech/srtool:1.60.0:
Package : turing-runtime v0.1.0
No GIT information. You are likely running srtool on an archive.
Rustc : rustc 1.60.0 (7737e0b5c 2022-04-04)
Time : 2022-05-05T23:17:12Z
== Compact
Version : turing-280 (turing-1.tx7.au1)
Metadata : V14
Size : 3.76 MB (3940851 bytes)
Proposal : 0xa3a41e88b124e099a4a43f3063c890d889d3ca12a9322d4759815c545b989c32
IPFS : QmR6p1CSVotozFLBWbqAqTAki4HDdnW8RB8DJ1FToEwgoz
BLAKE2_256 : 0xed8433fe0b7e9493bcddb7f731cbcbbf0329daaf6192371c33c28100696ef3f6
Wasm : runtime/turing/target/srtool/release/wbuild/turing-runtime/turing_runtime.compact.wasm
== Compressed
Version : turing-280 (turing-1.tx7.au1)
Metadata : V14
Size : 741.30 KB (759087 bytes)
Compression : 80.74%
Proposal : 0x761c32ac14fd34445812b62387f6397214426d5e345b7f8c94d2fff7218df6b8
IPFS : QmPdTSka76ZQ2Y1Tok1AgjQWcjsJsfZgPN15Ec2vKtkAnh
BLAKE2_256 : 0x7e442a67b62494ea48452636ab9ded9b5f0aef638af68b043f4ace8930b73dc3
Wasm : runtime/turing/target/srtool/release/wbuild/turing-runtime/turing_runtime.compact.compressed.wasm
279 runtime & 1.2.8 node (RUNTIME ONLY)
What's Changed
- Move old testnet file to rococo.old.testnet.json and insert new testnet file by @justinzhou93 in #126
- Add changelog.yml by @imstar15 in #125
- NEU xcm config in separate file by @rhuttman in #129
- Swap min to hour by @justinzhou93 in #127
- Recurring tasks support by @lreesby in #128
- Bump current code storage version for automation time and bump spec and transaction version by @justinzhou93 in #132
New Contributors
- @lreesby made their first contribution in #128
Full Changelog: v1.2.8...v1.2.8.1
Neumann srtool Output
✨ Your Substrate WASM Runtime is ready! ✨
Summary generated with srtool v0.9.19 using the docker image paritytech/srtool:1.57.0:
Package : neumann-runtime v0.1.0
GIT commit : deaa174a2462db7f9bb38d3fe4b29d1925d33a73
GIT tag : v1.2.8
GIT branch : master
Rustc : rustc 1.57.0 (f1edd0429 2021-11-29)
Time : 2022-04-26T04:00:27Z
== Compact
Version : neumann-279 (neumann-1.tx6.au1)
Metadata : V14
Size : 3.75 MB (3933062 bytes)
Proposal : 0x7a6151672f8d43e2005e050c0a51b5647bf55172a095d3012ec72e157b94f4e7
IPFS : Qmcy7PvoPuXXw77e1N9HsaMLB5cLuy3Lc4tQ4fDRF9qySA
BLAKE2_256 : 0x6ddf759d788fb801eb3d5e89dc4672cf7e1fda839cdba7ccab730dd07f220730
Wasm : runtime/neumann/target/srtool/release/wbuild/neumann-runtime/neumann_runtime.compact.wasm
== Compressed
Version : neumann-279 (neumann-1.tx6.au1)
Metadata : V14
Size : 709.24 KB (726265 bytes)
Compression : 81.54%
Proposal : 0xefbe22e144baff4ec0e3bb3c475fa2190cc6e960a680572a63ea48eb22112ee8
IPFS : QmVpdwRTzPt7M8yJy3DFXxUfg9TxpTM5WMicNfX1AkvhC3
BLAKE2_256 : 0xfdadfb7f23ee362d08577b9b67a637951fb9033ac776c226c4a8814494d6543d
Wasm : runtime/neumann/target/srtool/release/wbuild/neumann-runtime/neumann_runtime.compact.compressed.wasm
Turing srtool Output
✨ Your Substrate WASM Runtime is ready! ✨
Summary generated with srtool v0.9.19 using the docker image paritytech/srtool:1.57.0:
Package : turing-runtime v0.1.0
GIT commit : deaa174a2462db7f9bb38d3fe4b29d1925d33a73
GIT tag : v1.2.8
GIT branch : master
Rustc : rustc 1.57.0 (f1edd0429 2021-11-29)
Time : 2022-04-26T17:18:08Z
== Compact
Version : turing-279 (turing-1.tx6.au1)
Metadata : V14
Size : 3.76 MB (3946264 bytes)
Proposal : 0x82fe9b34ba03774362f459088e80bd0633d0c8a019e5f17530742196fbdf06d3
IPFS : QmfWm8iGydrweN2qxw9RsRkiWfdErDUGLCHs9Lj7db9WYD
BLAKE2_256 : 0x17197543822c560de0045bf7631a06aef0c430dc88ed50efb657b0911ec51190
Wasm : runtime/turing/target/srtool/release/wbuild/turing-runtime/turing_runtime.compact.wasm
== Compressed
Version : turing-279 (turing-1.tx6.au1)
Metadata : V14
Size : 713.70 KB (730827 bytes)
Compression : 81.49%
Proposal : 0x514af1e3b706a93825f77bfe496ed6044cbc19d1e35d1eabeb61cbae4730ff1d
IPFS : Qmbn1MdvWfM1YPjmfL47Lrneygb1bk5ypFCDEaCm4P1soa
BLAKE2_256 : 0x371c22d8e71e1c62e9a8434684a4918640edb6e0490b1858a5b18a1ecca9b618
Wasm : runtime/turing/target/srtool/release/wbuild/turing-runtime/turing_runtime.compact.compressed.wasm
Turing: 278 runtime & v1.2.8 node
What's Changed
- Adding AWS code build by @rhuttman in #106
- Changing manual build by @rhuttman in #121
- Adding Turing Live and Kusama chain specs by @irsal in #123
- Polkadot client upgraded to 0.9.18 by @rhuttman in #124
Full Changelog: v1.2.7.2...v1.2.8
Neumann srtool output
✨ Your Substrate WASM Runtime is ready! ✨
Summary generated with srtool v0.9.19 using the docker image paritytech/srtool:1.57.0:
Package : neumann-runtime v0.1.0
GIT commit : 64a1c72180da628dd230e1f07210527305c4cbe9
GIT tag : v1.2.8
GIT branch : HEAD
Rustc : rustc 1.57.0 (f1edd0429 2021-11-29)
Time : 2022-04-11T21:24:47Z
== Compact
Version : neumann-278 (neumann-1.tx5.au1)
Metadata : V14
Size : 3.72 MB (3902178 bytes)
Proposal : 0xc8d865bfe785b89d0c0d77f6305fa78e2d01cee76553221e2781562513030774
IPFS : QmNuisCNnxskNFg4pX3h523AhgwbZxFkZv1mjhy23eDpoz
BLAKE2_256 : 0x6b28f1c1d6f3323d5c61b7f2fd078881b802f370a69b3c3667e1434947f17c2e
Wasm : runtime/neumann/target/srtool/release/wbuild/neumann-runtime/neumann_runtime.compact.wasm
== Compressed
Version : neumann-278 (neumann-1.tx5.au1)
Metadata : V14
Size : 701.05 KB (717879 bytes)
Compression : 81.61%
Proposal : 0xa51937e79e7dcb2f6e5b1c2be7d90246171e551b69965985d6dd0ec1923a4f0f
IPFS : Qme3zsrQ2EzFt6AKBrEQcfiv14FSeUfheAXuBsVEJ6roRh
BLAKE2_256 : 0x8b7ce74a13b77344a3b18dcc2c70725b659ff54cde5f0ef71ba7cd98ba0d63cc
Wasm : runtime/neumann/target/srtool/release/wbuild/neumann-runtime/neumann_runtime.compact.compressed.wasm
Turing srtool output
✨ Your Substrate WASM Runtime is ready! ✨
Summary generated with srtool v0.9.19 using the docker image paritytech/srtool:1.57.0:
Package : turing-runtime v0.1.0
GIT commit : 64a1c72180da628dd230e1f07210527305c4cbe9
GIT tag : v1.2.8
GIT branch : HEAD
Rustc : rustc 1.57.0 (f1edd0429 2021-11-29)
Time : 2022-04-11T23:21:58Z
== Compact
Version : turing-278 (turing-1.tx5.au1)
Metadata : V14
Size : 3.74 MB (3916456 bytes)
Proposal : 0x6acf83c13aabecbad2c147ae6a26d2a0a004278f2c1688588508b00b70af44d9
IPFS : QmZaJbm5Z4e86bjNrDWKM7diZq95UU8zUmEb55fN5F4AEk
BLAKE2_256 : 0x56fe71a73a53d00ec0607f84f98eca629e547a1021d22c3c70edbc484a800e7d
Wasm : runtime/turing/target/srtool/release/wbuild/turing-runtime/turing_runtime.compact.wasm
== Compressed
Version : turing-278 (turing-1.tx5.au1)
Metadata : V14
Size : 704.03 KB (720927 bytes)
Compression : 81.6%
Proposal : 0x0ef51afc1b51f69ada5e1f01848ccd2db453a4db72c70b0a4212d48a0861c184
IPFS : QmagkPz2ZKdxVjsjoFsJraG93wBLuKu8HtrMmpbXP9LxBt
BLAKE2_256 : 0x4af4e09930d51bea89d2aac087e7efde12161f59470905aab86ea1f21c79e801
Wasm : runtime/turing/target/srtool/release/wbuild/turing-runtime/turing_runtime.compact.compressed.wasm
Turing Parachain Launch
Neumann 277 runtime & 1.2.7 node (RUNTIME ONLY)
Versions
Runtime: 276-> 277
Node: 1.2.7 -> 1.2.7
Polkadot Client: v0.9.17 -> 0.9.17
Docker Image
CHANGELOG
Note: Runtime-only release
- Disable treasury burn in runtime
- Split update queue behavior for missed and scheduled queues
- Added Democracy pallet and Technical Committee (#bump-tx-version)
- Added Turing initial allocation & vesting for wallets
- Change vesting from the 5th of the month to the 1st of the month
What's Changed
- split update queue behavior for missed and scheduled queues by @justinzhou93 in #101
- No treasury burn by @rhuttman in #105
- removing unsafe code by @rhuttman in #104
- Release prep for 1.2.7 && 276 runtime by @irsal in #100
- Turing initial allocation and vesting/minting configuration by @irsal in #111
- Adding democracy and deps by @rhuttman in #108
- Change wallet address technical council member by @irsal in #113
- Adding libs to std by @rhuttman in #114
- Adding frame rpc to std by @rhuttman in #115
- Chain Spec Generation: Vesting by @justinzhou93 in #107
- Change vesting timestamps from 5th of month to 1st of month by @irsal in #117
- fix turing staging relay to rococo-testnet by @justinzhou93 in #116
Full Changelog: v1.2.7...v1.2.7.1
SR TOOL OUTPUT
Summary generated with srtool v0.9.19 using the docker image paritytech/srtool:1.57.0:
Package : neumann-runtime v0.1.0
GIT commit : f468242
GIT tag : v1.2.6
GIT branch : master
Rustc : rustc 1.57.0 (f1edd0429 2021-11-29)
Time : 2022-03-15T02:05:43Z
== Compact
Version : neumann-277 (neumann-1.tx5.au1)
Metadata : V14
Size : 3.72 MB (3898873 bytes)
Proposal : 0x3d3f1492d016f23881734b34a4a29bb761ad72be0e082b2e54fa6b4e1f097ac4
IPFS : QmQDwav8NuyEuTLZbFLcoaJ3bc7ACA4KiGo268nZVMiFXz
BLAKE2_256 : 0x7a45991b6a895f65275addfb810d9434f612d62a203a9dcf42af152a5977ae29
Wasm : runtime/neumann/target/srtool/release/wbuild/neumann-runtime/neumann_runtime.compact.wasm
== Compressed
Version : neumann-277 (neumann-1.tx5.au1)
Metadata : V14
Size : 699.97 KB (716773 bytes)
Compression : 81.62%
Proposal : 0x953550666e0ca115dc02512746bf5c1e415f82d6d6b783472dd32b79e3bf65db
IPFS : QmY4grip84TKxthfPiivAREfHSymwMHiN9dkZYuAXjJVTr
BLAKE2_256 : 0x2aba8cfed0de47322677a3abcb259a8e8ff5bbcf35d4122d296b42c4cc290e83
Wasm : runtime/neumann/target/srtool/release/wbuild/neumann-runtime/neumann_runtime.compact.compressed.wasm
Neumann 276 runtime & 1.2.7 node
Versions
Runtime: 275-> 276
Node: 1.2.6 -> 1.2.7
Polkadot Client: v0.9.16 -> 0.9.17
Docker Image
CHANGELOG
- Removed Quadratic funding pallet; can now be found here
- Added inclusion fees for OAK transactions
- Modified execution fees
- Added weights for pallet-valve
- Upgraded polkadot client to v0.9.17
- Added vesting on initialize
- Benchmarks for automation time pallet
- Safely calculate timeslots and other items
What's Changed
- Inclusion Fee update by @rhuttman in #87
- Remove Quadratic Funding Pallet by @irsal in #91
- Post Launch Cleanup and README by @irsal in #94
- 0.9.17 upgrade by @rhuttman in #96
- Vesting on_init weights by @rhuttman in #92
- Execution fee by @rhuttman in #95
- Valve weights by @rhuttman in #97
- benchmarking automation pallet on init by @justinzhou93 in #98
- Safe Math by @rhuttman in #99
Full Changelog: v1.2.6...v1.2.7