Merge pull request #815 from TheBlueMatt/2021-03-router-fuzzzzzzzz

Track full-path htlc-minimum-msat while routing
This commit is contained in:
Matt Corallo 2021-04-08 02:06:13 +00:00 committed by GitHub
commit d3231a2391
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 720 additions and 198 deletions

View file

@ -153,6 +153,11 @@ jobs:
echo "Bad hash"
exit 1
fi
- name: Test with Network Graph on Rust ${{ matrix.toolchain }}
run: |
cd lightning
RUSTFLAGS="--cfg=require_route_graph_test" cargo test
cd ..
- name: Run benchmarks on Rust ${{ matrix.toolchain }}
run: |
cd lightning

File diff suppressed because it is too large Load diff