Skip to content

Commit

Permalink
Merge pull request #984 from PolymathNetwork/tooling
Browse files Browse the repository at this point in the history
[Staging] 3.0.1 Release
  • Loading branch information
maxsam4 authored Apr 8, 2021
2 parents 7c4c1c7 + 2f96cdb commit d79e65a
Show file tree
Hide file tree
Showing 68 changed files with 1,724 additions and 1,159 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ jobs:
- run:
name: Check formatting
command: ./scripts/rustfmt.sh
rpc-check:
docker:
- image: circleci/node:lts-buster
resource_class: small
steps:
- checkout
- run:
name: Ensure valid RPC return types
command: node util/rpc_u128_check.js
working_directory: ./scripts/cli
build:
docker:
- image: polymathnet/rust:debian-nightly-2021-01-25
Expand Down Expand Up @@ -239,3 +249,4 @@ workflows:
- benchmark:
requires:
- benchmark-build
- rpc-check
121 changes: 69 additions & 52 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,6 +1,6 @@
[package]
name = "polymesh"
version = "3.0.0"
version = "3.0.1"
authors = ["Polymath"]
build = "build.rs"
edition = "2018"
Expand Down
Loading

0 comments on commit d79e65a

Please sign in to comment.