-
Notifications
You must be signed in to change notification settings - Fork 94
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
sec fixes, build-time optimizations, dependency optimizations, CI migration, etc #1699
Conversation
Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
…p-work Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
55358c5
to
b08ecc1
Compare
…p-work Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
…p-work Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
…p-work Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
566b91e
to
e898587
Compare
Signed-off-by: ozkanonur <[email protected]>
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.
sec code reviewed @ 78d3307
byteorder = "1.3" | ||
bytes = "0.4" | ||
cfg-if = "1.0" | ||
chain = { path = "../mm2_bitcoin/chain" } | ||
common = { path = "../common" } | ||
cosmrs = { version = "0.7", default-features = false } | ||
crossbeam = "0.7" | ||
crossbeam = "0.8" |
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.
cc @DeckerSU
@@ -144,5 +151,5 @@ winapi = "0.3" | |||
mm2_test_helpers = { path = "../mm2_test_helpers" } | |||
|
|||
[build-dependencies] | |||
prost-build = { version = "0.10.3", default-features = false } | |||
prost-build = { version = "0.10.4", default-features = false } |
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.
bincode = { version = "1.3.3", default-features = false, optional = true } | ||
ed25519-dalek-bip32 = { version = "0.2.0", default-features = false, optional = true } |
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.
cc @DeckerSU
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.
fyi we already had these. I suggest to check Cargo.lock
diff for more clear information about dependency changes
Signed-off-by: ozkanonur <[email protected]>
d9fc126
to
6c706ce
Compare
5938550
to
5b99b98
Compare
Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
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.
Thank you for the amazing work 🚀 !
Only one non-blocker related to change logs :)
Signed-off-by: ozkanonur <[email protected]>
Signed-off-by: ozkanonur <[email protected]>
The PR provides:
Don't forget to squash the commits when merging this.
Resolves #1663