RGB-Tools / rgb-lightning-node

MIT License
17 stars 19 forks source link

Remove 3M msat fee #29

Closed afilini closed 4 months ago

zoedberg commented 4 months ago

@afilini It seems the swap_roundtrip_multihop_asset_asset::do_asset_asset_swap test is failing with these changes. Here some logs:

[...]
listing channels for node 0.0.0.0:33941
connecting peer 021a2c506fbec6c266dcf60ba8a18c60e8730bce52e96d49167a14919501bcba06 from node 0.0.0.0:40345
connecting peer 039cfeaaab8e4804ad07968640bd6a759c76a068767e361859d9bfdacf8ee81d59 from node 0.0.0.0:33941
connecting peer 03972f7e46ee1341a8bbc031aaa6dd72fade722058af9e2befab3642de4f06e004 from node 0.0.0.0:33941
connecting peer 021a2c506fbec6c266dcf60ba8a18c60e8730bce52e96d49167a14919501bcba06 from node 0.0.0.0:35955
thread 'tokio-runtime-worker' panicked at rust-lightning/lightning/src/rgb_utils/mod.rs:331:43:
this is a rgb channel
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
thread 'tokio-runtime-worker' panicked at /home/runner/work/rgb-lightning-node/rgb-lightning-node/rust-lightning/lightning/src/ln/channelmanager.rs:9632:67:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
thread 'tokio-runtime-worker' panicked at src/utils.rs:310:14:
called `Result::unwrap()` on an `Err` value: RecvError(())
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
thread 'test::swap_roundtrip_multihop_asset_asset::do_asset_asset_swap' panicked at src/test/mod.rs:621:10:
called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Request, url: Url { scheme: "http", cannot_be_a_base: false, username: "", password: None, host: Some(Ipv4(0.0.0.0)), port: Some(40345), path: "/makerexecute", query: None, fragment: None }, source: hyper::Error(IncompleteMessage) }
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
thread 'tokio-runtime-worker' panicked at /home/runner/work/rgb-lightning-node/rgb-lightning-node/rust-lightning/lightning/src/ln/channelmanager.rs:2518:67:
called `Result::unwrap()` on an `Err` value: PoisonError { .. }
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

Please check the CI for full logs.

zoedberg commented 4 months ago

Merged, thank you