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

Use latest wallet package #354

Merged
merged 10 commits into from
Nov 1, 2023
Merged

Use latest wallet package #354

merged 10 commits into from
Nov 1, 2023

Conversation

popenta
Copy link
Contributor

@popenta popenta commented Oct 31, 2023

Integrated sdk-py-wallet v0.8.0 into mxpy.

@popenta popenta self-assigned this Oct 31, 2023
@popenta popenta changed the base branch from main to feat/next October 31, 2023 14:05
message = ArbitraryMessage(bytes.fromhex(account.address.hex()))

signed_message = validator_signer.sign(message).hex()
signed_message = validator_signer.sign(account.address.pubkey).hex()
Copy link
Contributor

Choose a reason for hiding this comment

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

👍 here we do not use MessageV1, correct.

pyproject.toml Outdated
@@ -27,7 +28,7 @@ dependencies = [
"requests-cache",
"rich==13.3.4",
"multiversx-sdk-network-providers>=0.11.0",
"multiversx-sdk-wallet>=0.7.0",
"multiversx-sdk-wallet>=0.8.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Here, we should protect against breaking changes, and add upper bounds, as well. Perhaps for all our libraries?

In requirements.txt, as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done for our libraries

requirements.txt Outdated
multiversx-sdk-wallet>=0.8.0
multiversx-sdk-core>=0.6.0,<0.7.0
multiversx-sdk-network-providers>=0.11.0,<0.12.0
multiversx-sdk-wallet>=0.8.0,<0.9.9
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo 0.9.0.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

indeed, fixed

@ssd04 ssd04 self-requested a review November 1, 2023 08:32
@popenta popenta merged commit bb229d4 into feat/next Nov 1, 2023
9 checks passed
@popenta popenta deleted the use-latest-wallet-package branch November 1, 2023 08:41
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