-
Notifications
You must be signed in to change notification settings - Fork 631
[CO-430] Cleanup cardano-sl references to cardano-sl-wallet
#3750
[CO-430] Cleanup cardano-sl references to cardano-sl-wallet
#3750
Conversation
6090c17
to
45e4401
Compare
cardano-sl-wallet
cardano-sl-wallet
a6768ed
to
23a09a7
Compare
cardano-sl-wallet
cardano-sl-wallet
nix/overlays/required.nix
Outdated
@@ -31,7 +31,7 @@ self: super: { | |||
inherit enableProfiling; | |||
}; | |||
}); | |||
cardano-sl-wallet-static = justStaticExecutablesGitRev super.cardano-sl-wallet; | |||
cardano-sl-wallet-static = justStaticExecutablesGitRev super.cardano-sl-wallet-new; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is the iffy part of this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this can just go in favor of the line below:
cardano-sl-wallet-new-static = justStaticExecutablesGitRev super.cardano-sl-wallet-new;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooohh 🤦♂️
23a09a7
to
f70f4b6
Compare
@@ -80,7 +80,6 @@ before_test: | |||
# After some investigation, it was discovered that this was because 'rocksdb.dll' has to be located in this folder as well, or else the test executable doesn't work. | |||
- copy rocksdb.dll node | |||
- copy rocksdb.dll lib | |||
- copy rocksdb.dll wallet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if this isn't still needed to compile the wallet on windows :o
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't there tests for that?
I believe we can also remove stuff from |
The goal of CO-372 is to remove the old wallet. This commit removes it from various nix, CI and cabal files without any immediate trouble.
f70f4b6
to
49b1e6e
Compare
@@ -79,7 +79,7 @@ NOTE: the various other Cardano components can be obtained through other attribu | |||
- `cardano-explorer`, `cardano-explorer-swagger`, `cardano-explorer-mock` | |||
- `cardano-sl-tools`: | |||
- `cardano-analyzer`, `cardano-dht-keygen`, `cardano-genupdate`, `cardano-keygen`, `cardano-launcher`, `cardano-addr-convert`, `cardano-cli-docs`, `cardano-block-gen`, `cardano-post-mortem` | |||
- `cardano-sl-wallet-static`: | |||
- `cardano-sl-wallet-new-static`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a problem now when cardano-sl-wallet-static
is removed.
Is it fine/correct in the context to replace with cardano-sl-wallet-new-static
as I've done here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose 😶
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Removes references to
cardano-sl-wallet
.TODO:
Side note on status
Quite a lot are remaining, but they should disappear after
wallet/
is removed.From this pr:
Only non-trivial thing left should be:
Linked issue
CO-428
Type of change
Developer checklist
Testing checklist
QA Steps
Screenshots (if available)