-
Notifications
You must be signed in to change notification settings - Fork 56
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
Merge 2.0-bridge into master #2508
Conversation
8895514
to
07b37e6
Compare
e225245
to
1263d45
Compare
e6c814d
to
2e670fe
Compare
0f778f0
to
c37598b
Compare
aba8a0f
to
7105858
Compare
… connection status
7105858
to
767a00e
Compare
-A clippy::uninlined-format-args | ||
-A renamed_and_removed_lints | ||
' | ||
export CLIPPY_LINTS := '-D warnings -D clippy::cast-lossless -D clippy::cast-possible-truncation -D clippy::cast-possible-wrap -D clippy::cast-precision-loss -D clippy::cast-sign-loss -D clippy::checked-conversions -A clippy::upper-case-acronyms -A clippy::uninlined-format-args -A renamed_and_removed_lints' |
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.
Hahaha pretty convenient
0, 0, 248, 117, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 232, 36, 130, 44, 106, 92, | ||
40, 222, 53, 104, 223, 153, 96, 77, 104, 233, 253, 156, 140, | ||
]), | ||
data: web3::types::Bytes(hex::decode("0000000000000000000000000000000000000000000000000000000000001b58000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000146e6f7420696e20506f7374656420737461747573000000000000000000000000").unwrap()), |
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.
Well done. I hate how much we rely on byte arrays all across the code base and in our APIs. Hex is the way to go.
Merged as of 67db70c ! |
No description provided.