Martin Pugh
|
fe97c3a3a2
|
Bump version & spec version in prep for v0.9.2 (#3046)
* bump version & spec version
* update Cargo.lock
* bump substrate
|
2021-05-18 23:03:45 +02:00 |
|
Martin Pugh
|
25cd67436c
|
Bump version to v0.9.1 and spec_version to v9010 (#3001)
* bump version and spec_version
* fix generate_release_text.rb
* Revert "fix generate_release_text.rb"
This reverts commit 9e01e0ae4f6db2155d123f69063db7d7564588e0.
* fix publish_draft_release
* fix publish_draft_release
* update target cache
|
2021-05-11 15:27:52 +02:00 |
|
Martin Pugh
|
7a99a18d1d
|
v0.9.0 prep (#2959)
* bump version and unify spec version
* bump substrate
* spec_version to 900
|
2021-04-29 18:21:58 +02:00 |
|
Martin Pugh
|
9c60982989
|
Bump version, bump substrate & update benchmarks in preparation for v0.8.31 (#2938)
* bump version
* bump cargo
* update benchmarks
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_identity --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
* cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_staking --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
Co-authored-by: Parity Benchmarking Bot <admin@parity.io>
|
2021-04-28 13:23:54 +02:00 |
|
Shawn Tabrizi
|
2c9a26e192
|
Change Auctions to Eight Lease Periods Per Slot (#2862)
* initial patch
* fix tests
* fix benchmarks
* expose `SlotRange` consts
* Update Cargo.lock
* fix tests
Co-authored-by: Robert Habermeier <rphmeier@gmail.com>
|
2021-04-10 08:20:53 +00:00 |
|
Shawn Tabrizi
|
85693d6883
|
Create Macro for Implementing SlotRange (#2788)
* Macro for generating `SlotRange`
* remove test code
* refactor slots into crate
* add no_std flag
* finish macro
* make compile
* fix copyright date
* don't assume lease periods per slot
* Update runtime/common/Cargo.toml
* Apply suggestions from code review
Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com>
* fixes
* Update lib.rs
* tests
* Move consts into struct
* docs
* fix compile
* Apply suggestions from code review
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
* Update Cargo.lock
* Update runtime/common/src/slot_range.rs
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
* fixes
Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com>
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
|
2021-04-04 13:11:37 +02:00 |
|