Skip to content

Commit

Permalink
Release v1.2.2 (#801)
Browse files Browse the repository at this point in the history
* add new function to balances precompile

* fix consesus data provider

* fix babe consensus

* fix block import

* cleanup

* allow insttanteous sltos

* cleanup

* remove auto-insert-keys for manual seal

* cleanup

* fix manual seal

* fmt

* add new action

* add new action

* add new action

* trigger ci

* renaming

* renaming

* concurrency

* ccleanup
  • Loading branch information
1xstj authored Nov 1, 2024
1 parent 131d1fb commit 894ac38
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 22 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-instant-seal-binary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Binary
name: Publish Manual Seal Binary

on:
push:
Expand All @@ -7,8 +7,11 @@ on:

jobs:
build:
name: Publish binaries
name: Publish Manual Seal Binary
runs-on: ubuntu-20.04
concurrency:
group: manual-seal-${{ github.ref }}
cancel-in-progress: true

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-binary.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Binary
name: Publish Release Binary

on:
push:
Expand Down
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "1.2.0"
version = "1.2.2"
authors = ["Webb Technologies Inc."]
edition = "2021"
license = "Unlicense"
Expand Down

0 comments on commit 894ac38

Please sign in to comment.