Skip to content

Commit

Permalink
chore: delete fedimint-crate (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 authored Mar 23, 2024
1 parent 49e0fc8 commit f5f108f
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 366 deletions.
3 changes: 0 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,3 @@ MINT_LND_TLS_CERT_BASE64="base64 encoded tls cert"

# (optional) enable tracing with open telemetry
#MINT_TRACING_ENDPOINT="http://127.0.0.1:4318"

### environment variables for the fedimint-cli
CLI_FEDIMINT_CONNECTION="fed...."
38 changes: 19 additions & 19 deletions Cargo.lock

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

11 changes: 0 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,7 @@ activeperl = "*"
[workspace.metadata.dist.github-custom-runners]
x86_64-unknown-linux-gnu = "ubuntu-22.04"

#[patch.crates-io]
#secp256k1-zkp = { git = "https://github.com/dpc/rust-secp256k1-zkp/", branch = "sanket-pr" }
#ring = { git = "https://github.com/dpc/ring", rev = "5493e7e76d0d8fb1d3cbb0be9c4944700741b802" }

[profile.dev.package]
#secp256k1-zkp = { opt-level = 3 }
#bls12_381 = { opt-level = 3 }
#secp256k1-zkp-sys = { opt-level = 3 }
#fedimint-threshold-crypto = { opt-level = 3 }
#ff = { opt-level = 3 }
#group = { opt-level = 3 }
#pairing = { opt-level = 3 }
secp256k1 = { opt-level = 3 }
secp256k1-sys = { opt-level = 3 }
bitcoin_hashes = { opt-level = 3 }
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ Implemented [NUTs](https://github.com/cashubtc/nuts/):
- [moksha-wallet](./moksha-wallet) Cashu wallet library
- [moksha-cli](./moksha-wallet) Cashu cli wallet
- [moksha-mint](./moksha-mint) Cashu mint server. Handles minting, melting and token requests.
- [moksha-fedimint](./moksha-fedimint) Fedimint wrapper for the cashu wallet
- [integrationtests](./integrationtests) Spins up a mint and runs integration tests against it.

## Usage
Expand Down
3 changes: 0 additions & 3 deletions moksha-fedimint/.cargo/config.toml

This file was deleted.

42 changes: 0 additions & 42 deletions moksha-fedimint/Cargo.toml

This file was deleted.

31 changes: 0 additions & 31 deletions moksha-fedimint/src/bin/fedimint-cli.rs

This file was deleted.

Loading

0 comments on commit f5f108f

Please sign in to comment.