feat(API): SupplyKeypair endpoint

This commit is contained in:
Karolin Varner
2024-08-11 00:47:27 +02:00
parent 7a31b57227
commit edf1e774c1
14 changed files with 570 additions and 7 deletions

View File

@@ -22,6 +22,10 @@ required-features = ["experiment_api", "internal_bin_gen_ipc_msg_types"]
name = "api-integration-tests"
required-features = ["experiment_api", "internal_testing"]
[[test]]
name = "api-integration-tests-supply-keypair"
required-features = ["experiment_api", "internal_testing"]
[[bench]]
name = "handshake"
harness = false
@@ -67,6 +71,7 @@ stacker = { workspace = true }
serial_test = {workspace = true}
procspawn = {workspace = true}
tempfile = { workspace = true }
rustix = {workspace = true}
[features]
experiment_memfd_secret = ["rosenpass-wireguard-broker/experiment_memfd_secret"]