magic-wormhole / magic-wormhole.rs

Rust implementation of Magic Wormhole, with new features and enhancements
European Union Public License 1.2
752 stars 80 forks source link

Mailbox machine #26

Closed vu3rdd closed 6 years ago

vu3rdd commented 6 years ago

RxMessage (theirs and ours in the python _mailbox.py) is not implemented yet.

codecov-io commented 6 years ago

Codecov Report

Merging #26 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #26    +/-   ##
=====================================
  Coverage       0%    0%            
=====================================
  Files          19    20     +1     
  Lines         779   996   +217     
=====================================
- Misses        779   996   +217
Impacted Files Coverage Δ
core/src/order.rs 0% <0%> (ø) :arrow_up:
core/src/mailbox.rs 0% <0%> (ø) :arrow_up:
core/src/util.rs 0% <0%> (ø)
core/src/server_messages.rs 0% <0%> (ø) :arrow_up:
core/src/lib.rs 0% <0%> (ø) :arrow_up:
core/src/rendezvous.rs 0% <0%> (ø) :arrow_up:
core/src/events.rs 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 03302c1...240a258. Read the comment docs.