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 old wallet package from dev-dependencies #364

Merged
merged 2 commits into from
Dec 19, 2023
Merged

Conversation

popenta
Copy link
Contributor

@popenta popenta commented Dec 18, 2023

Removed old wallet package (v3.0.0) and replaced sdk-wallet-next(v4.0.0) to sdk-wallet(v4.2.0).

@popenta popenta self-assigned this Dec 18, 2023
@@ -73,7 +72,7 @@ export class TestWallet {
readonly secretKeyHex: string;
readonly secretKey: Buffer;
readonly signer: UserSigner;
readonly signerNext: UserSignerNext;
readonly signerNext: UserSigner;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think can be dropped now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed signerNext

@@ -83,7 +82,7 @@ export class TestWallet {
this.secretKeyHex = secretKeyHex;
this.secretKey = Buffer.from(secretKeyHex, "hex");
this.signer = new UserSigner(UserSecretKey.fromString(secretKeyHex));
this.signerNext = new UserSignerNext(UserSecretKey.fromString(secretKeyHex));
this.signerNext = new UserSigner(UserSecretKey.fromString(secretKeyHex));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now, a duplicate of the above.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

@popenta popenta merged commit 6d1037f into feat/next Dec 19, 2023
1 check passed
@popenta popenta deleted the remove-old-wallet branch December 19, 2023 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants