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

Remove cardano-deposit-wallet lib ui and exe code #5006

Merged
merged 4 commits into from
Feb 26, 2025
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
5 changes: 0 additions & 5 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ packages:
lib/cardano-api-extra/
lib/crypto-primitives/
lib/coin-selection/
lib/deposit-wallet/
lib/delta-chain/
lib/delta-store/
lib/delta-table/
Expand Down Expand Up @@ -158,7 +157,6 @@ source-repository-package
tag: b5f11bde33585277aa3628b01fe6f5ee8bed2101
--sha256: 0dc0b60vbq1ljwrdxr45nc99c3gdn98myjyd3c9xmlkn8cwpvjwx
subdir:
lib/customer-deposit-wallet-pure
lib/cardano-wallet-read

--------------------------------------------------------------------------------
Expand Down Expand Up @@ -293,9 +291,6 @@ package cardano-wallet-integration
package cardano-wallet-test-utils
tests: True

package cardano-deposit-wallet
tests: True

package std-gen-seed
tests: True

Expand Down
9 changes: 0 additions & 9 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,6 @@
exe = project.hsPkgs.cardano-wallet-exe.components.exes.cardano-wallet;
backend = self.cardano-node;
};
cardano-deposit-wallet = import ./nix/release-build.nix {
inherit pkgs;
exe = project.hsPkgs.cardano-wallet-exe.components.exes.cardano-deposit-wallet;
};
# Local test cluster and mock metadata server
inherit (project.hsPkgs.cardano-wallet.components.exes) mock-token-metadata-server;
inherit (project.hsPkgs.cardano-wallet-benchmarks.components.exes) benchmark-history;
Expand Down Expand Up @@ -295,7 +291,6 @@
linuxPackages = mkPackages project.projectCross.musl64;
linuxReleaseExes = [
linuxPackages.cardano-wallet
linuxPackages.cardano-deposit-wallet
linuxPackages.bech32
linuxPackages.cardano-address
cardano-node-runtime.hydraJobs.x86_64-linux.musl.cardano-cli
Expand All @@ -304,7 +299,6 @@
# Which exes should be put in the release archives.
checkReleaseContents = jobs: map (exe: jobs.${exe}) [
"cardano-wallet"
"cardano-deposit-wallet"
"bech32"
"cardano-address"
"cardano-cli"
Expand Down Expand Up @@ -335,7 +329,6 @@
walletLib = lib;
exes = [
windowsPackages.cardano-wallet
windowsPackages.cardano-deposit-wallet
windowsPackages.bech32
windowsPackages.cardano-address
windowsPackages.cardano-cli
Expand Down Expand Up @@ -363,7 +356,6 @@
walletLib = lib;
exes = let macOsPkgs = mkPackages project; in [
macOsPkgs.cardano-wallet
macOsPkgs.cardano-deposit-wallet
macOsPkgs.bech32
macOsPkgs.cardano-address
nodePackages.cardano-cli
Expand All @@ -379,7 +371,6 @@
walletLib = lib;
exes = let macOsPkgs = mkPackages project; in [
macOsPkgs.cardano-wallet
macOsPkgs.cardano-deposit-wallet
macOsPkgs.bech32
macOsPkgs.cardano-address
nodePackages.cardano-cli
Expand Down
177 changes: 0 additions & 177 deletions lib/deposit-wallet/LICENSE

This file was deleted.

Loading
Loading