Skip to content

Commit 9984a35

Browse files
committed
Add cardano-testnet changelog entry
1 parent 13d964b commit 9984a35

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Added
2+
3+
- Added `--enable-grpc` flag to `cardano-testnet` to enable the gRPC interface (via `cardano-rpc`) when starting a testnet.
4+
- Added `cardanoEnableRpc` field to `CardanoTestnetOptions` (default `False`).
5+
- Added `nodeRpcSocketPath` helper to `Testnet.Types` for deriving the gRPC socket path from a node's socket path.
6+
7+
### Tests
8+
9+
- Added integration tests for the gRPC interface: `hprop_rpc_query_pparams` verifies protocol parameters and UTxO queries over gRPC, and `hprop_rpc_transaction` verifies transaction submission over gRPC and confirms the transaction lands on-chain.

0 commit comments

Comments
 (0)