Skip to content

Commit

Permalink
Rename organisation to civic (#2)
Browse files Browse the repository at this point in the history
Rename organisation to civic & remove "v2" solana protocol not used by civic

Pinned contract dependency versions to ensure consistent builds and avoid size limit
  • Loading branch information
dankelleher authored Aug 27, 2024
1 parent b281373 commit 0b66781
Show file tree
Hide file tree
Showing 259 changed files with 3,658 additions and 26,404 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/crates-auto-publish-workflow.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/crates-auto-publish.yml

This file was deleted.

84 changes: 0 additions & 84 deletions .github/workflows/npm-auto-publish-workflow.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/npm-auto-publish.yml

This file was deleted.

105 changes: 0 additions & 105 deletions .github/workflows/program-auto-publish-workflow.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/program-auto-publish.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/solana-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
rust: [ '1.74' ] # This should match rust-toolchain.toml ( actions-rs/toolchain@v1 does not pick it up directly in monorepos )
solana: [ 'edge' ]
solana: [ 'v1.18.18' ]
os: [ ubuntu-latest ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solana-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# This should match rust-toolchain.toml ( actions-rs/toolchain@v1 does not pick it up directly in monorepos )
rust: ["1.74"]
node: ["20.x"]
solana: ["edge"]
solana: ["v1.18.18"]
os: [ubuntu-latest]

defaults:
Expand Down
Loading

0 comments on commit 0b66781

Please sign in to comment.