You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split _test-utils into _test-utils (constants + TestServices only)
and _test-utils-bitcoind (adds BitcoindEnv, RpcClient, etc.).
This lets FFI consumers like Dart unit tests import test constants
without triggering the corepc-node/bitcoind download.
Update all binding-generation and test scripts to use
_test-utils-bitcoind where integration-test types are needed.
Copy file name to clipboardExpand all lines: payjoin-ffi/csharp/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,20 +56,20 @@ dotnet test
56
56
57
57
Generation uses the Cargo-managed C# generator from `payjoin-ffi/Cargo.toml`.
58
58
59
-
By default, generation builds `payjoin-ffi` with `_test-utils` enabled to keep parity with other language test scripts. Override via `PAYJOIN_FFI_FEATURES`.
59
+
By default, generation builds `payjoin-ffi` with `_test-utils-bitcoind` enabled to keep parity with other language test scripts. Override via `PAYJOIN_FFI_FEATURES`.
0 commit comments