Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fa1336d
Intend to reactivate cargo-unleash check
gnunicorn Nov 3, 2021
a73b55b
adding missing cargo.toml metadata for BEEFY crates
gnunicorn Nov 3, 2021
470ec45
fix wrong version reference
gnunicorn Nov 4, 2021
e570b1e
matching up versions
gnunicorn Nov 4, 2021
411a12a
disable faulty cache
gnunicorn Nov 4, 2021
873caa0
switching more versions to prerelease
gnunicorn Nov 4, 2021
c7a0f75
Revert "disable faulty cache"
gnunicorn Nov 4, 2021
b321735
bump minor of sc-allocator to fix already-published-issue
gnunicorn Nov 5, 2021
fbb1ee9
fixup another pre-released dependency problem
gnunicorn Nov 5, 2021
5515a33
Merge remote-tracking branch 'origin/master' into gnunicorn-reactivat…
gnunicorn Nov 5, 2021
c2c1870
temp switch to latest unleash
gnunicorn Nov 5, 2021
31ed9e2
fixing dependency version and features
gnunicorn Nov 8, 2021
c75ae68
prometheus endpoint has also been changed
gnunicorn Nov 8, 2021
1ff275a
Merge remote-tracking branch 'origin/master' into gnunicorn-reactivat…
gnunicorn Nov 8, 2021
9f544d9
fixing proposer metrics versioning
gnunicorn Nov 8, 2021
fd20d9d
fixing hex feature for beefy
gnunicorn Nov 8, 2021
2c27bf7
fix generate-bags feature selection
gnunicorn Nov 8, 2021
062f655
fixup Cargo.lock
gnunicorn Nov 8, 2021
65f7f41
upgrade prometheus dependencies
gnunicorn Nov 8, 2021
35afbf4
missed one
gnunicorn Nov 8, 2021
1ff584a
Merge remote-tracking branch 'origin/master' into gnunicorn-reactivat…
gnunicorn Nov 10, 2021
fb170e2
switch to latest release
gnunicorn Nov 10, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into gnunicorn-reactivat…
…e-unleash
  • Loading branch information
gnunicorn committed Nov 10, 2021
commit 1ff584ace76f83c6f13dfa05a0afa78cde150626
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ variables: &default-vars
CI_IMAGE: "paritytech/ci-linux:production"
# FIXME set to release
CARGO_UNLEASH_INSTALL_PARAMS: "--git https://github.com/paritytech/cargo-unleash"
CARGO_UNLEASH_PKG_DEF: "--skip node node-* pallet-template pallet-example pallet-example-* subkey chain-spec-builder"
CARGO_UNLEASH_PKG_DEF: "--skip node node-* pallet-template pallet-example-* subkey chain-spec-builder"
VAULT_SERVER_URL: "https://vault.parity-mgmt-vault.parity.io"
VAULT_AUTH_PATH: "gitlab-parity-io-jwt"
VAULT_AUTH_ROLE: "cicd_gitlab_parity_${CI_PROJECT_NAME}"
Expand Down
2 changes: 1 addition & 1 deletion client/executor/wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sp-wasm-interface = { version = "4.0.0-dev", path = "../../../primitives/wasm-in
sp-runtime-interface = { version = "4.0.0-dev", path = "../../../primitives/runtime-interface" }
sp-core = { version = "4.0.0-dev", path = "../../../primitives/core" }
sc-allocator = { version = "4.1.0-dev", path = "../../allocator" }
wasmtime = { version = "0.30.0", default-features = false, features = [
wasmtime = { version = "0.31.0", default-features = false, features = [
"cache",
"cranelift",
"jitdump",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.