Skip to content
Open
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ test-ledger/
*.gz
.DS_Store
*.state
.tool-versions
.tool-versions
3 changes: 3 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/contributor-rewards/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- feat(contributor-rewards): add on-chain reward distribution ([#269](https://github.com/doublezerofoundation/doublezero-offchain/pull/269))
- feat: billing sentinel for tenant payment status monitoring ([#265](https://github.com/doublezerofoundation/doublezero-offchain/pull/265))
- feat(contributor-rewards): add export shapley command ([#234](https://github.com/doublezerofoundation/doublezero-offchain/pull/234))
- feat(contributor-rewards): add read-rewards command ([#212](https://github.com/doublezerofoundation/doublezero-offchain/pull/212))
Expand Down
3 changes: 3 additions & 0 deletions crates/contributor-rewards/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ doublezero-revenue-distribution.workspace = true
doublezero_sdk.workspace = true
doublezero-serviceability.workspace = true
doublezero-solana-client-tools.workspace = true
doublezero-solana-sdk.workspace = true
doublezero-telemetry.workspace = true
governor.workspace = true
indexmap.workspace = true
Expand All @@ -56,6 +57,8 @@ solana-account-decoder.workspace = true
solana-client.workspace = true
solana-sdk.workspace = true
solana-system-interface.workspace = true
spl-associated-token-account-interface.workspace = true
spl-token-interface.workspace = true
svm-hash.workspace = true
tabled.workspace = true
tempfile.workspace = true
Expand Down
Loading
Loading