Skip to content

Commit 3065a53

Browse files
authored
Massively lower tuktuk RPC footprint, improve throughput (#17)
1 parent b35d96a commit 3065a53

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+5780
-2699
lines changed

.github/actions/setup-solana/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
~/.cache/solana/
1212
~/.local/share/solana/
1313
key: solana-${{ runner.os }}-v0000-${{ env.SOLANA_CLI_VERSION }}
14-
- run: sh -c "$(curl -sSfL https://release.solana.com/v${{ env.SOLANA_CLI_VERSION }}/install)"
14+
- run: sh -c "$(curl -sSfL https://release.anza.xyz/v${{ env.SOLANA_CLI_VERSION }}/install)"
1515
shell: bash
1616
if: steps.cache-solana.outputs.cache-hit != 'true'
1717
- run: echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
shell: bash
88
- run: sudo apt-get install -y pkg-config build-essential libudev-dev
99
shell: bash
10-
- run: echo "ANCHOR_VERSION=0" >> $GITHUB_ENV
10+
- run: echo "ANCHOR_VERSION=0.31.0" >> $GITHUB_ENV
1111
shell: bash
1212
- run: echo "ANCHOR_SHA=98396c0aeffb4745ab08fb9f45e0d31ad0bd1402" >> $GITHUB_ENV
1313
shell: bash

.github/workflows/develop-release-program.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy Programs to devnet
22

33
env:
4-
SOLANA_CLI_VERSION: 1.18.15
4+
SOLANA_CLI_VERSION: 2.1.6
55
NODE_VERSION: 18.12.1
66

77
on:

.github/workflows/docker-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy to ECR
22

33
env:
4-
SOLANA_CLI_VERSION: 1.18.15
4+
SOLANA_CLI_VERSION: 2.1.6
55
NODE_VERSION: 18.12.1
66

77
on:

.github/workflows/npm-canary-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [ created ]
55

66
env:
7-
SOLANA_CLI_VERSION: 1.18.15
7+
SOLANA_CLI_VERSION: 2.1.6
88
NODE_VERSION: 18.12.1
99

1010
permissions:

.github/workflows/npm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: NPM Publish
22

33
env:
4-
SOLANA_CLI_VERSION: 1.18.15
4+
SOLANA_CLI_VERSION: 2.1.6
55
NODE_VERSION: 18.12.1
66

77
on:

.github/workflows/release-program.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release Program to Mainnet
22

33
env:
4-
SOLANA_CLI_VERSION: 1.18.15
4+
SOLANA_CLI_VERSION: 2.1.6
55
NODE_VERSION: 18.12.1
66

77
on:

.github/workflows/solana-programs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
paths: ['solana-programs/**', '.github/workflows/solana-programs.yml']
1212

1313
env:
14-
SOLANA_CLI_VERSION: 1.18.15
14+
SOLANA_CLI_VERSION: 2.1.6
1515
NODE_VERSION: 18.12.1
1616

1717
jobs:

0 commit comments

Comments
 (0)