Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: delete fedimint-crate #260

Merged
merged 1 commit into from
Mar 23, 2024
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 .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
Loading