Skip to content
This repository was archived by the owner on Sep 8, 2026. It is now read-only.
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ our way or a bug to report:

- **Contributing Code**: If you have new code or a bug fix, fork this
repo, create a logically-named branch, and [submit a PR against this
repo](https://github.com/doublezerofoundation/doublezero-rewarder). Include a
repo](https://github.com/malbeclabs/doublezero-offchain). Include a
write up of the PR with details on what it does.

- **Reporting Bugs**: Open an issue [against this
repo](https://github.com/doublezerofoundation/doublezero-rewarder/issues) with as
repo](https://github.com/malbeclabs/doublezero-offchain/issues) with as
much detail as you can. At the very least you'll include steps to
reproduce the problem.

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ edition = "2024"
authors = ["Malbec Labs <dev@malbeclabs.com>"]
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/doublezerofoundation/doublezero-offchain"
homepage = "https://github.com/doublezerofoundation/doublezero-offchain"
repository = "https://github.com/malbeclabs/doublezero-offchain"
homepage = "https://github.com/malbeclabs/doublezero-offchain"

[workspace.dependencies]
anyhow = "1"
Expand Down Expand Up @@ -108,19 +108,19 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", default-features = true, features = ["env-filter", "fmt", "registry"] }
url = "2"

### Dependencies found in github.com/doublezerofoundation/doublezero-solana
### Dependencies found in github.com/malbeclabs/doublezero-solana

[workspace.dependencies.doublezero-passport]
features = ["offchain"]
git = "https://github.com/doublezerofoundation/doublezero-solana"
git = "https://github.com/malbeclabs/doublezero-solana"
tag = "revenue-distribution/v0.3.7"

[workspace.dependencies.doublezero-program-tools]
git = "https://github.com/doublezerofoundation/doublezero-solana"
git = "https://github.com/malbeclabs/doublezero-solana"
tag = "revenue-distribution/v0.3.7"

[workspace.dependencies.doublezero-revenue-distribution]
git = "https://github.com/doublezerofoundation/doublezero-solana"
git = "https://github.com/malbeclabs/doublezero-solana"
tag = "revenue-distribution/v0.3.7"

### Dependencies found in github.com/malbeclabs/doublezero
Expand Down
2 changes: 1 addition & 1 deletion release/.goreleaser.contributor-rewards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ changelog:

release:
github:
owner: doublezerofoundation
owner: malbeclabs
name: doublezero-offchain
draft: false
replace_existing_artifacts: true
Expand Down
2 changes: 1 addition & 1 deletion release/.goreleaser.doublezero-offchain-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ changelog:

release:
github:
owner: doublezerofoundation
owner: malbeclabs
name: doublezero-offchain
draft: false
replace_existing_artifacts: true
Expand Down
2 changes: 1 addition & 1 deletion release/.goreleaser.doublezero-solana-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ changelog:

release:
github:
owner: doublezerofoundation
owner: malbeclabs
name: doublezero-offchain
draft: false
replace_existing_artifacts: true
Expand Down
2 changes: 1 addition & 1 deletion release/.goreleaser.doublezero-solana-validator-debt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ changelog:

release:
github:
owner: doublezerofoundation
owner: malbeclabs
name: doublezero-offchain
draft: false
replace_existing_artifacts: true
Expand Down
2 changes: 1 addition & 1 deletion release/.goreleaser.sentinel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ changelog:

release:
github:
owner: doublezerofoundation
owner: malbeclabs
name: doublezero-offchain
draft: false
replace_existing_artifacts: true
Expand Down
10 changes: 5 additions & 5 deletions scripts/install-doublezero-solana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
# Install doublezero-solana from GitHub Releases.
#
# Usage:
# curl -fsSL https://raw.githubusercontent.com/doublezerofoundation/doublezero-offchain/main/scripts/install-doublezero-solana.sh | sudo bash
# curl -fsSL https://raw.githubusercontent.com/doublezerofoundation/doublezero-offchain/main/scripts/install-doublezero-solana.sh | bash -s -- --version 0.4.2-rc4
# curl -fsSL https://raw.githubusercontent.com/doublezerofoundation/doublezero-offchain/main/scripts/install-doublezero-solana.sh | bash -s -- --install-dir .
# curl -fsSL https://raw.githubusercontent.com/doublezerofoundation/doublezero-offchain/main/scripts/install-doublezero-solana.sh | bash -s -- --format tar.gz
# curl -fsSL https://raw.githubusercontent.com/malbeclabs/doublezero-offchain/main/scripts/install-doublezero-solana.sh | sudo bash
# curl -fsSL https://raw.githubusercontent.com/malbeclabs/doublezero-offchain/main/scripts/install-doublezero-solana.sh | bash -s -- --version 0.4.2-rc4
# curl -fsSL https://raw.githubusercontent.com/malbeclabs/doublezero-offchain/main/scripts/install-doublezero-solana.sh | bash -s -- --install-dir .
# curl -fsSL https://raw.githubusercontent.com/malbeclabs/doublezero-offchain/main/scripts/install-doublezero-solana.sh | bash -s -- --format tar.gz
#
# By default, installs via .deb on Debian/Ubuntu, .rpm on RHEL/Fedora, or
# .tar.gz otherwise. Use --install-dir to extract the binary to a custom
# location instead of using a package manager.

set -euo pipefail

REPO="doublezerofoundation/doublezero-offchain"
REPO="malbeclabs/doublezero-offchain"
TAG_PREFIX="doublezero-solana"

# --- Formatting ---
Expand Down
Loading