You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2021. It is now read-only.
1752: Remove outdated talk about the internal folder r=mergify[bot] a=thomaseizinger
1753: Better wallet assertions r=mergify[bot] a=thomaseizinger
This improves the assertions in two ways:
1. Before we check the wallet balances, we wait until cnd reports the swap as 'SWAPPED'.
2. We use `bn-chai` to compare the balances to improve the error message. In case of failure, we now get:

Fixes#1719. (Hopefully)
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,9 @@ This is a reference implementation for the COMIT protocol.
18
18
19
19
This repository is a cargo workspace:
20
20
21
-
- Crates at the top level are where the main work happens. Consult the respective `Cargo.toml` for a description of what they do.
22
-
- Crates inside the [internal](./internal) folder are considered to be private to this repository. They are used for sharing code between other crates in this repository.
23
-
There is an [ongoing effort](https://github.com/comit-network/comit-rs/issues/626) to get rid of these crates because path dependencies block us from releasing any of the other crates to crates.io.
21
+
-`cnd`: implementation of the comit-network daemon
24
22
-`libp2p-comit`: implementation of the comit messaging protocol on top of libp2p
25
23
26
-
27
24
## Setup build environment
28
25
29
26
All you need is ~love~ rust: `curl https://sh.rustup.rs -sSf | sh`
0 commit comments