core-lightning/tests
niftynei e3a1d1a7f3 pyln-client: to_whole_satoshi returns the rounded up satoshi value
A fractional satoshi value isn't really useful; rounding up loses
precision but that's why you called "whole satoshi", wasn't it?

Changelog-Changed: pyln-client: Millisatoshi has new method, `to_whole_satoshi`; *rounds value up* to the nearest whole satoshi
2021-01-05 19:12:00 +01:00
..
data hsmd/db: backfill pubkey information so that psbts signing works 2020-07-29 13:13:46 +02:00
fuzz fuzz: add a fuzz target for common/descriptor_checksum 2020-11-10 10:34:13 -06:00
plugins pyln-client: to_whole_satoshi returns the rounded up satoshi value 2021-01-05 19:12:00 +01:00
vectors pytest: Add tests for the sphinx onion generation and processing 2020-03-12 10:25:01 +10:30
benchmark.py py-tests: rename 'announce' to 'wait_for_announce' 2018-12-08 15:15:55 -08:00
conftest.py pytest: silence pytest warnings about unregistered 'slow_test' marker 2020-11-10 16:17:04 -06:00
db.py pytest: Have the DB provider search for the postgres binary 2019-09-22 02:03:43 +00:00
fixtures.py pytest: Really only check DB statements if the env-var is "1" 2021-01-04 11:25:50 +01:00
test_closing.py close: add notification for slow closes. 2020-10-23 13:53:16 +10:30
test_connection.py pytest: Disable test_funding_cancel_race on slow machines 2021-01-04 11:25:50 +01:00
test_db.py pytest: Rename all fund_channel to fundchannel 2020-09-25 21:04:56 +02:00
test_gossip.py pytest: Stabilize test_routing_gossip 2021-01-04 11:25:50 +01:00
test_invoices.py tests,fundchannel: return the result from the fundchannel rpc call 2020-10-16 13:51:57 +10:30
test_misc.py Added listfunds test 2020-12-22 13:00:02 +01:00
test_onion.py pytest: Actually make sure that the direcory exists 2020-03-24 09:52:33 +10:30
test_pay.py plugins/offer and plugins/fetchinvoice: send and recv errors. 2020-12-23 14:24:39 +01:00
test_plugin.py cleanups: feedback from Christian Decker review. 2020-12-15 12:05:02 +01:00
test_wallet.py hsmtool: only write 32 bytes to hsm_secret on generatehsm 2021-01-04 19:02:28 +01:00
utils.py pytest: allow variable-order coin_moves, and give more information on failure. 2020-09-08 10:14:42 +09:30