Skip to content

Commit

Permalink
Updated solana version to 2.1.4;
Browse files Browse the repository at this point in the history
Changed imports respectively;
Updated Dockerfile and docs;
Changed methods to match the required interface;
  • Loading branch information
kstepanovdev committed Dec 2, 2024
1 parent 0f53346 commit 5e31e99
Show file tree
Hide file tree
Showing 9 changed files with 2,654 additions and 751 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
env:
CARGO_TERM_COLOR: always
IMAGE_NAME: plerkle-test-validator
RUST_VERSION: 1.75.0
SOLANA_VERSION_STABLE: v1.18.11
RUST_VERSION: 1.83.0
SOLANA_VERSION_STABLE: v2.0.15
jobs:
release-stable:
runs-on: ubuntu-20-04-8-cores
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
env:
CARGO_TERM_COLOR: always
IMAGE_NAME: plerkle-test-validator
RUST_VERSION: 1.75.0
SOLANA_VERSION_STABLE: v1.18.11
RUST_VERSION: 1.83.0
SOLANA_VERSION_STABLE: v2.0.15

jobs:
test-stable:
Expand Down
Loading

0 comments on commit 5e31e99

Please sign in to comment.