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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
- name: Run tests
run: cargo tarpaulin --release --workspace --all-features --out xml

- name: Log costs
run: cat *.costs

- name: Cleanup coverage reports
run: rm -f cobertura.xml

Expand Down
76 changes: 41 additions & 35 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ clvmr = "0.14.0"
chia = "0.26.0"
clvm-traits = "0.26.0"
chia-puzzle-types = "0.26.0"
hex-literal = "0.4.1"
bip39 = "2.2.0"
getrandom = "0.3.2"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
Expand All @@ -32,7 +30,7 @@ futures-util = "0.3.31"
axum = { version = "0.8.3", features = ["macros"]}
tower-http = { version = "0.6.2", features = ["cors"] }
futures = "0.3.31"
chia-wallet-sdk = { git = "https://github.com/xch-dev/chia-wallet-sdk.git", rev = "2a056f03b92077fc0ce808ca2e7c01d707d04c43", features=["offer-compression"] }
chia-wallet-sdk = { git = "https://github.com/xch-dev/chia-wallet-sdk.git", rev="1199e568df1d8a77a824e166d674a1e913bef211", features=["offer-compression", "action-layer"] }
sage-api = { version = "0.10.3", git = "https://github.com/xch-dev/sage.git" }
chia-puzzles = "0.20.1"

Expand Down
60 changes: 0 additions & 60 deletions puzzles/actions/reward_distributor/add_incentives.clsp

This file was deleted.

1 change: 0 additions & 1 deletion puzzles/actions/reward_distributor/add_incentives.clsp.hex

This file was deleted.

Loading