Skip to content

Bump code to monero-rpc-rs and bump Monero clients to 0.18.0.0#620

Merged
sedited merged 2 commits intofarcaster-project:mainfrom
LeoNero:bump/monero-rpc-rs
Aug 2, 2022
Merged

Bump code to monero-rpc-rs and bump Monero clients to 0.18.0.0#620
sedited merged 2 commits intofarcaster-project:mainfrom
LeoNero:bump/monero-rpc-rs

Conversation

@LeoNero
Copy link
Copy Markdown
Member

@LeoNero LeoNero commented Aug 1, 2022

This bumps Monero clients to 0.18.0.0 like #614 does. If the other PR gets merged first, I'll update this one.

@LeoNero LeoNero force-pushed the bump/monero-rpc-rs branch from 9b148dd to 2a1cdd7 Compare August 1, 2022 20:07
@LeoNero LeoNero requested review from h4sh3d and sedited August 1, 2022 20:34
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Aug 1, 2022

Codecov Report

Merging #620 (1f2ba93) into main (85fc0b8) will increase coverage by 0.0%.
The diff coverage is 0.0%.

@@          Coverage Diff          @@
##            main    #620   +/-   ##
=====================================
  Coverage    9.3%    9.3%           
=====================================
  Files         32      32           
  Lines      10509   10506    -3     
=====================================
  Hits         982     982           
+ Misses      9527    9524    -3     
Impacted Files Coverage Δ
src/syncerd/monero_syncer.rs 0.0% <0.0%> (ø)
src/lib.rs 4.9% <0.0%> (+<0.1%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us.

Comment thread tests/swap.rs Outdated
drop(lock);
let delta_balance = after_balance.balance - before_balance.balance;
assert!(delta_balance > 999660000000);
assert!(delta_balance.as_pico() > 999660000000);
Copy link
Copy Markdown
Contributor

@sedited sedited Aug 1, 2022

Choose a reason for hiding this comment

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

Nit: I'd prefer doing the conversion on the other side, so we don't change the data or type to be tested.

@sedited
Copy link
Copy Markdown
Contributor

sedited commented Aug 1, 2022

I'm surprised this did not lead to more type improvements in the monero syncer, but we can figure out how to handle the remaining raw types at a later stage.

Anyway, nice work and I am glad this went in so seemingly painless compared to our Bitcoin version bump that we are currently working on. ACK once the nit is addressed or further rationalized.

@LeoNero LeoNero force-pushed the bump/monero-rpc-rs branch from 2a1cdd7 to 1f2ba93 Compare August 1, 2022 21:24
@LeoNero
Copy link
Copy Markdown
Member Author

LeoNero commented Aug 1, 2022

@TheCharlatan addressed.

@LeoNero LeoNero requested a review from sedited August 1, 2022 21:53
@sedited sedited merged commit edf1f45 into farcaster-project:main Aug 2, 2022
@h4sh3d
Copy link
Copy Markdown
Member

h4sh3d commented Aug 2, 2022

LGTM, will rebase #614

@h4sh3d
Copy link
Copy Markdown
Member

h4sh3d commented Aug 2, 2022

Oh, I see now that you didn't updated the CI containers in .github/workflows/test.yml @LeoNero

cc: @TheCharlatan

@sedited
Copy link
Copy Markdown
Contributor

sedited commented Aug 2, 2022

Oh damn, I missed that as well :O

@LeoNero
Copy link
Copy Markdown
Member Author

LeoNero commented Aug 2, 2022

oh will update!

@LeoNero
Copy link
Copy Markdown
Member Author

LeoNero commented Aug 2, 2022

I think my vim extension that searches words in the files is missing . folders

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.

4 participants