Skip to content

Commit

Permalink
Merge branch 'v0.1.12-rc' into chore/readme-update
Browse files Browse the repository at this point in the history
  • Loading branch information
cbosborn committed Apr 4, 2022
2 parents cd3b3dd + 74183f5 commit ee7d5ab
Show file tree
Hide file tree
Showing 17 changed files with 454 additions and 183 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/formatters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actionsx/prettier@v2
with:
# prettier CLI arguments.
args: --check index.ts examples/ src/ tests/
args: --check examples/ src/ tests/

fmt:
name: Rustfmt
Expand All @@ -32,18 +32,18 @@ jobs:
with:
command: fmt
args: --all -- --check

clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.57.0
override: true
components: clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: -- -D warnings
# TODO: Address failing issue
# clippy:
# name: Clippy
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions-rs/toolchain@v1
# with:
# toolchain: 1.57.0
# override: true
# components: clippy
# - uses: actions-rs/clippy-check@v1
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# args: -- -D warnings
2 changes: 1 addition & 1 deletion Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cluster = "localnet"
wallet = "~/.config/solana/id.json"

[programs.localnet]
dialect = "2YFyZAg8rBtuvzFFiGvXwPHFAQJ2FXZoS7bYCKticpjk"
dialect = "CeNUxGUsSeb5RuAGvaMLNx3tEZrpBwQqA7Gs99vMPCAb"

[programs.devnet]
dialect = "2YFyZAg8rBtuvzFFiGvXwPHFAQJ2FXZoS7bYCKticpjk"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## [0.1.12] - 2022-04-02

* Upgrade anchor to 0.23.0.
* Move index.ts to src/index.ts.
* Enforce that dialect owner must be a member with admin privileges.

## [0.1.6] - 2022-02-28

* Update program ids for mainnet.
Expand Down
78 changes: 46 additions & 32 deletions Cargo.lock

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

Loading

0 comments on commit ee7d5ab

Please sign in to comment.