LayerTwo-Labs / bip300301_enforcer

CUSF software enforcing BIP300 and BIP301 rules.
1 stars 4 forks source link

config: add RPC user+password, rework cookie auth #4

Closed torkelrogstad closed 1 month ago

torkelrogstad commented 1 month ago
  1. Adds support for username + password when creating the Core RPC client
  2. Removes the data dir parameter, and instead adds a parameter that takes in the cookie path directly. This removes the hardcoded 'regtest' network, as a byproduct.
octobocto commented 1 month ago

Have tested this, works great!

Ash-L2L commented 1 month ago

LGTM, approved