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 e650711
Show file tree
Hide file tree
Showing 10 changed files with 3,314 additions and 1,005 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.1.4
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.1.4

jobs:
test-stable:
Expand Down
Loading

0 comments on commit e650711

Please sign in to comment.