@@ -3,11 +3,12 @@ c-lightning
33
44Setup
55
6- cd contrib/remote_hsmd && \
7- ln -s /path/to /rust-lightning-signer/src/server/remotesigner.proto
6+ ( cd contrib/remote_hsmd && \
7+ ln -s ../../.. /rust-lightning-signer/src/server/remotesigner.proto)
88
99Building
1010
11+ make distclean
1112 ./configure --enable-developer
1213 make
1314
@@ -19,6 +20,10 @@ https://github.com/golemfactory/golem/issues/2168 for background.
1920 pip3 install --user base58
2021 pip3 install --user bitstring
2122 pip3 install --user secp256k1
23+ pip3 install --user mrkd
24+
25+ # in c-lightning root:
26+ pip3 install --user -r requirements.txt
2227
2328Run all of the integration tests:
2429
@@ -82,25 +87,3 @@ rust-lightning-signer
8287----------------------------------------------------------------
8388
8489 cargo run --bin server |& tee log3
85-
86-
87- Signing Formats
88- ```
89- rust-lightning c-lightning rust-lightning-signer
90- p2pkh P2PKH
91- p2sh
92- p2wpkh p2wpkh P2WPKH
93- p2shwpkh p2sh-p2wpkh P2SH_P2WPKH
94- p2wsh
95- p2shwsh
96- ```
97-
98-
99- Failing tests after removing seed from hsmd:
100- ```
101- export THETEST=tests/test_misc.py::test_blockchaintrack
102- export THETEST=tests/test_misc.py::test_new_node_is_mainnet
103- export THETEST=tests/test_misc.py::test_getsharedsecret
104- export THETEST=tests/test_wallet.py::test_hsm_secret_encryption
105- export THETEST=tests/test_wallet.py::test_hsmtool_secret_decryption
106- ```
0 commit comments