-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat: add bitseed validity test 3 #1706
feat: add bitseed validity test 3 #1706
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
2296aa7
to
c06ec69
Compare
7b973a3
to
86fce18
Compare
a51a593
to
88a809c
Compare
@jolestar help review. |
@@ -61,6 +62,8 @@ module moveos_std::address { | |||
}; | |||
|
|||
let bytes = option::destroy_some(opt_bytes); | |||
|
|||
vector::reverse(&mut bytes); // Convert little endian encoding to big endian |
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.
Add a test for 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.
OK
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.
@jolestar Tests have been added.
88a809c
to
c26ef75
Compare
Summary