Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion cli/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slv/cli",
"version": "2026.6.6.1502",
"version": "2026.6.6.2026",
"exports": "./dist/exe",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion cmn/constants/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// e.g.: VERSION + SOLANA CLI NAME + NETWORK = '0.0.1' only numbers and dots

// SLV version
export const VERSION = '2026.6.6.1502'
export const VERSION = '2026.6.6.2026'

// Component versions
export const VERSION_SOLANA_TESTNET = '4.0.0-beta.2'
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"docker:rm": "bash scripts/docker-systemd-rm.sh",
"upload:script": "deno run -A cli/uploadScript.ts",
"upload:exe": "deno run -A cli/uploadExe.ts",
"create:template": "tar -czf dist/template.tar.gz ./template/2026.6.6.1502",
"create:template": "tar -czf dist/template.tar.gz ./template/2026.6.6.2026",
"generate:checksums": "deno run -A cli/generateChecksums.ts",
"upload:template": "deno run -A cli/uploadTemplate.ts",
"purge:cache": "deno run -A cmn/lib/purgeR2Cache.ts"
Expand Down
2 changes: 1 addition & 1 deletion sh/2026.5.5.1612/install → sh/2026.6.6.2026/install
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="2026.5.5.1612"
VERSION="2026.6.6.2026"
BASE_URL="https://storage.slv.dev/slv"
GRPC_TEST_URL_LINUX="https://storage.elsoul.nl/grpc_test"
GRPC_TEST_URL_MAC="https://storage.elsoul.nl/grpc_test_mac"
Expand Down
2 changes: 1 addition & 1 deletion sh/install
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="2026.6.6.1502"
VERSION="2026.6.6.2026"
BASE_URL="https://storage.slv.dev/slv"
GRPC_TEST_URL_LINUX="https://storage.elsoul.nl/grpc_test"
GRPC_TEST_URL_MAC="https://storage.elsoul.nl/grpc_test_mac"
Expand Down
30 changes: 0 additions & 30 deletions template/2026.5.5.1612/.claude/AGENTS.md

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
dest: /home/solv/firedancer
update: yes
force: yes
version: v{{ mainnet_validators.version_firedancer }}
version: "v{{ vars[group_names | difference(['all', 'ungrouped']) | first].version_firedancer | default(mainnet_validators.version_firedancer) }}"

- name: Initialize git submodules
command: git submodule update --init --recursive
Expand Down Expand Up @@ -51,6 +51,7 @@
src: /home/solv/firedancer/build/native/gcc/bin/fdctl
dest: /usr/local/bin/fdctl
state: link
force: yes
become: yes
become_user: root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@
version: '{{ jito_version_resolved }}'
force: yes

- name: Remove stale cargo-build-sbf/cargo-test-sbf (avoid cargo-install conflict)
become: no
file:
path: '{{ jito_install_dir }}/bin/{{ item }}'
state: absent
loop:
- cargo-build-sbf
- cargo-test-sbf

- name: Build Jito Solana (cargo-install-all)
become: no
shell: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
src: /home/solv/firedancer/build/native/gcc/bin/fdctl
dest: /usr/local/bin/fdctl
state: link
force: yes
become: yes
become_user: root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@
version: '{{ jito_version_resolved }}'
force: yes

- name: Remove stale cargo-build-sbf/cargo-test-sbf (avoid cargo-install conflict)
become: no
file:
path: '{{ jito_install_dir }}/bin/{{ item }}'
state: absent
loop:
- cargo-build-sbf
- cargo-test-sbf

- name: Build Jito Solana (cargo-install-all)
become: no
shell: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
dest: /home/solv/firedancer
update: yes
force: yes
version: v{{ mainnet_validators.version_firedancer }}
version: v{{ mainnet_rpcs.version_firedancer }}

- name: Initialize git submodules
command: git submodule update --init --recursive
Expand Down Expand Up @@ -53,6 +53,7 @@
src: /home/solv/firedancer/build/native/gcc/bin/fdctl
dest: /usr/local/bin/fdctl
state: link
force: yes
become: yes
become_user: root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@
version: '{{ jito_version }}'
force: yes

- name: Remove stale cargo-build-sbf/cargo-test-sbf (avoid cargo-install conflict)
become: no
file:
path: '{{ jito_install_dir }}/bin/{{ item }}'
state: absent
loop:
- cargo-build-sbf
- cargo-test-sbf

- name: Build Jito Solana (cargo-install-all)
become: no
shell: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
src: /home/solv/firedancer/build/native/gcc/bin/fdctl
dest: /usr/local/bin/fdctl
state: link
force: yes
become: yes
become_user: root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
src: /home/solv/firedancer/build/native/gcc/bin/fdctl
dest: /usr/local/bin/fdctl
state: link
force: yes
become: yes
become_user: root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@
version: '{{ jito_version_resolved }}'
force: yes

- name: Remove stale cargo-build-sbf/cargo-test-sbf (avoid cargo-install conflict)
become: no
file:
path: '{{ jito_install_dir }}/bin/{{ item }}'
state: absent
loop:
- cargo-build-sbf
- cargo-test-sbf

- name: Build Jito Solana (cargo-install-all)
become: no
shell: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
src: /home/solv/firedancer/build/native/gcc/bin/fdctl
dest: /usr/local/bin/fdctl
state: link
force: yes
become: yes
become_user: root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
dest: /home/solv/firedancer
update: yes
force: yes
version: v{{ mainnet_validators.version_firedancer }}
version: v{{ testnet_rpcs.version_firedancer }}

- name: Initialize git submodules
command: git submodule update --init --recursive
Expand Down Expand Up @@ -51,6 +51,7 @@
src: /home/solv/firedancer/build/native/gcc/bin/fdctl
dest: /usr/local/bin/fdctl
state: link
force: yes
become: yes
become_user: root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@
version: '{{ jito_version }}'
force: yes

- name: Remove stale cargo-build-sbf/cargo-test-sbf (avoid cargo-install conflict)
become: no
file:
path: '{{ jito_install_dir }}/bin/{{ item }}'
state: absent
loop:
- cargo-build-sbf
- cargo-test-sbf

- name: Build Jito Solana (cargo-install-all)
become: no
shell: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
src: /home/solv/firedancer/build/native/gcc/bin/fdctl
dest: /usr/local/bin/fdctl
state: link
force: yes
become: yes
become_user: root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
src: /home/solv/firedancer/build/native/gcc/bin/fdctl
dest: /usr/local/bin/fdctl
state: link
force: yes
become: yes
become_user: root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
dest: /home/solv/firedancer
update: yes
force: yes
version: v{{ mainnet_validators.version_firedancer }}
version: v{{ testnet_validators.version_firedancer }}

- name: Initialize git submodules
command: git submodule update --init --recursive
Expand Down Expand Up @@ -51,6 +51,7 @@
src: /home/solv/firedancer/build/native/gcc/bin/fdctl
dest: /usr/local/bin/fdctl
state: link
force: yes
become: yes
become_user: root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exec agave-validator \
--known-validator dv3qDFk1DTF36Z62bNvrCXe9sKATA6xvVy6A798xxAS \
--only-known-rpc \
--expected-genesis-hash EtWTRABZaYq6iMfeYKouRu166VU2xqa1wcaWoxPkrZBG \
--dynamic-port-range {{ dynamic_port_range | default("8900-8925") }} \
--dynamic-port-range {{ dynamic_port_range | default("8900-8930") }} \
--full-rpc-api \
--no-voting \
--rpc-port {{ port_rpc | default(8899, true) }} \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exec /usr/local/bin/solana-validator \
--rpc-bind-address {{ pythnet_rpc_bind | default('0.0.0.0') }} \
--full-rpc-api \
--enable-rpc-transaction-history \
--dynamic-port-range {{ pythnet_dynamic_port_range | default('8000-8020') }} \
--dynamic-port-range {{ pythnet_dynamic_port_range | default('8000-8030') }} \
--gossip-port {{ pythnet_gossip_port | default(8001) }} \
--account-index program-id \
--ledger {{ pythnet_ledger_mount | default('/mnt/ledger') }}/pythnet/ledger \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ exec agave-validator \
--known-validator GdnSyH3YtwcxFvQrVVJMm1JhTS4QVX7MFsX56uJLUfiZ \
--known-validator CakcnaRDHka2gXyfbEd2d3xsvkJkqsLw2akB3zsN1D2S \
--expected-genesis-hash 5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d \
--expected-shred-version 50093 \
--expected-shred-version {{ expected_shred_version | default("50093") }} \
--only-known-rpc \
--no-voting \
--private-rpc \
--no-skip-initial-accounts-db-clean \
--dynamic-port-range 8000-8020 \
--dynamic-port-range 8000-8030 \
--rpc-bind-address 0.0.0.0 \
--rpc-port {{ port_rpc }} \
--no-port-check \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ exec agave-validator \
--known-validator GdnSyH3YtwcxFvQrVVJMm1JhTS4QVX7MFsX56uJLUfiZ \
--known-validator CakcnaRDHka2gXyfbEd2d3xsvkJkqsLw2akB3zsN1D2S \
--expected-genesis-hash 5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d \
--expected-shred-version 50093 \
--expected-shred-version {{ expected_shred_version | default("50093") }} \
--only-known-rpc \
--full-rpc-api \
--no-voting \
--private-rpc \
--no-skip-initial-accounts-db-clean \
--dynamic-port-range 8000-8020 \
--dynamic-port-range 8000-8030 \
--rpc-bind-address 0.0.0.0 \
--rpc-port {{ port_rpc }} \
--no-port-check \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ exec agave-validator \
--known-validator GdnSyH3YtwcxFvQrVVJMm1JhTS4QVX7MFsX56uJLUfiZ \
--known-validator CakcnaRDHka2gXyfbEd2d3xsvkJkqsLw2akB3zsN1D2S \
--expected-genesis-hash 5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d \
--expected-shred-version 50093 \
--expected-shred-version {{ expected_shred_version | default("50093") }} \
--only-known-rpc \
--full-rpc-api \
--no-voting \
--private-rpc \
--no-skip-initial-accounts-db-clean \
--dynamic-port-range 8000-8020 \
--dynamic-port-range 8000-8030 \
--rpc-bind-address 0.0.0.0 \
--rpc-port {{ port_rpc }} \
--no-port-check \
Expand Down
Loading
Loading