X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fcheck-cfg-flags.py;h=0cfa2023ee2b9844a07601548584d7c687f43e04;hb=f3db18487613b24ee8bdde25a0b753aebcdd3be6;hp=85cbde8538408c812f8b0ec4e3dd65b925c958bd;hpb=75c0e06ce19e4c74465814f31e25d3288a25c18f;p=rust-lightning diff --git a/ci/check-cfg-flags.py b/ci/check-cfg-flags.py index 85cbde85..0cfa2023 100755 --- a/ci/check-cfg-flags.py +++ b/ci/check-cfg-flags.py @@ -13,6 +13,10 @@ def check_feature(feature): pass elif feature == "no-std": pass + elif feature == "possiblyrandom": + pass + elif feature == "getrandom": + pass elif feature == "hashbrown": pass elif feature == "backtrace": @@ -39,6 +43,8 @@ def check_feature(feature): pass elif feature == "electrum": pass + elif feature == "time": + pass elif feature == "_test_utils": pass elif feature == "_test_vectors": @@ -86,8 +92,12 @@ def check_cfg_tag(cfg): pass elif cfg == "taproot": pass + elif cfg == "async_signing": + pass elif cfg == "require_route_graph_test": pass + elif cfg == "dual_funding": + pass else: print("Bad cfg tag: " + cfg) assert False