diff --git a/cabal.project b/cabal.project index 7b063c9a8b0..80ba318a436 100644 --- a/cabal.project +++ b/cabal.project @@ -185,6 +185,9 @@ allow-newer: , libsystemd-journal:base , cardano-addresses-cli:mtl , servant-openapi3:* + , cardano-ledger-alonzo-test:base, plutus-ledger-api + , cardano-crypto-class:vector + , plutus-core:cardano-crypto-class constraints: @@ -198,11 +201,9 @@ constraints: -- choose versions that work with base >= 4.12 , hjsonpointer >= 1.5.0 , hjsonschema >= 1.10.0 - , Cabal >= 3.4.0.0 , async-timer >= 0.2.0.0 , unliftio-core >= 0.2.0.1 , generic-arbitrary >= 0.2.2 - , iohk-monitoring >= 0.1.11 -- lower versions of katip won't build with the Win32-2.12.0.1 -- which is shipped with the ghc-9.2.8 @@ -213,48 +214,11 @@ constraints: , bech32 == 1.1.3 -- Cardano Node dependencies: - , any.cardano-api ==8.39.3.0 - , any.cardano-binary ==1.7.1.0 - , any.cardano-cli ==8.20.3.0 - , any.cardano-crypto ==1.1.2 - , any.cardano-crypto-class ==2.1.4.0 - , any.cardano-crypto-praos ==2.1.2.0 - , any.cardano-crypto-wrapper ==1.5.1.1 - , any.cardano-data ==1.2.1.0 - , any.cardano-ledger-allegra ==1.3.0.0 - , any.cardano-ledger-alonzo ==1.6.0.0 - , any.cardano-ledger-api ==1.8.0.0 - , any.cardano-ledger-babbage ==1.6.0.0 - , any.cardano-ledger-binary ==1.3.0.0 - , any.cardano-ledger-byron ==1.0.0.4 - , any.cardano-ledger-conway ==1.12.0.0 - , any.cardano-ledger-core ==1.10.0.0 - , any.cardano-ledger-mary ==1.5.0.0 - , any.cardano-ledger-shelley ==1.9.0.0 - , cardano-node +systemd -unexpected_thunks - , any.cardano-ping ==0.2.0.13 - , any.cardano-prelude ==0.1.0.4 - , any.cardano-protocol-tpraos ==1.1.0.0 - , any.cardano-slotting ==0.1.2.0 - , any.cardano-strict-containers ==0.1.3.0 - , any.ouroboros-consensus ==0.16.0.0 - , any.ouroboros-consensus-cardano ==0.14.1.0 - , any.ouroboros-consensus-diffusion ==0.14.0.0 - , any.ouroboros-consensus-protocol ==0.7.0.0 - , any.ouroboros-network ==0.15.0.0 - , any.ouroboros-network-api ==0.7.1.0 - , any.ouroboros-network-framework ==0.13.0.0 - , any.ouroboros-network-mock ==0.1.1.1 - , any.ouroboros-network-protocols ==0.8.1.0 - , any.ouroboros-network-testing ==0.6.0.1 - , any.plutus-core ==1.21.0.0 - , any.plutus-ledger-api ==1.21.0.0 - , plutus-scripts-bench -defer-plugin-errors -unexpected_thunks - , any.plutus-tx ==1.21.0.0 , any.io-classes ==1.4.1.0 + , io-classes -asserts , any.io-classes-mtl ==0.1.1.0 - - + , optparse-applicative-fork >= 0.18.1 + , ouroboros-network ^>= 0.16 -- TH Name shadowing warnings need to be addressed when bumping to 2.13.3.5 , persistent ^>= 2.14.6.0 diff --git a/configs/cardano/sanchonet/config.json b/configs/cardano/sanchonet/config.json index 70d8c26ea0d..9a73fd21b9e 100644 --- a/configs/cardano/sanchonet/config.json +++ b/configs/cardano/sanchonet/config.json @@ -4,13 +4,15 @@ "ByronGenesisFile": "byron-genesis.json", "ByronGenesisHash": "785eb88427e136378a15b0a152a8bfbeec7a611529ccda29c43a1e60ffb48eaa", "ConwayGenesisFile": "conway-genesis.json", - "ConwayGenesisHash": "de609b281cb3d8ae91a9d63a00c87092975612d603aa54c0f1c6a781e33d6e1e", + "ConwayGenesisHash": "79766b0c18076e9abefc806526714f30d42b14dba9f187fb316bd4e70c815ef4", "EnableP2P": true, "ExperimentalHardForksEnabled": true, "ExperimentalProtocolsEnabled": true, "LastKnownBlockVersion-Alt": 0, "LastKnownBlockVersion-Major": 3, "LastKnownBlockVersion-Minor": 1, + "MinNodeVersion": "8.11.0", + "PeerSharing": true, "Protocol": "Cardano", "RequiresNetworkMagic": "RequiresMagic", "ShelleyGenesisFile": "shelley-genesis.json", @@ -18,7 +20,7 @@ "TargetNumberOfActivePeers": 20, "TargetNumberOfEstablishedPeers": 50, "TargetNumberOfKnownPeers": 100, - "TargetNumberOfRootPeers": 100, + "TargetNumberOfRootPeers": 60, "TestAllegraHardForkAtEpoch": 0, "TestAlonzoHardForkAtEpoch": 0, "TestMaryHardForkAtEpoch": 0, diff --git a/configs/cardano/sanchonet/conway-genesis.json b/configs/cardano/sanchonet/conway-genesis.json index 5f1de84e6eb..33719afca5d 100644 --- a/configs/cardano/sanchonet/conway-genesis.json +++ b/configs/cardano/sanchonet/conway-genesis.json @@ -1,38 +1,278 @@ { "poolVotingThresholds": { - "committeeNormal": 0.51, + "committeeNormal": 0.6, "committeeNoConfidence": 0.51, "hardForkInitiation": 0.51, - "motionNoConfidence": 0.51, - "ppSecurityGroup": 0.51 + "motionNoConfidence": 0.6, + "ppSecurityGroup": 0.6 }, "dRepVotingThresholds": { - "motionNoConfidence": 0.51, - "committeeNormal": 0.51, - "committeeNoConfidence": 0.51, - "updateToConstitution": 0.51, - "hardForkInitiation": 0.51, - "ppNetworkGroup": 0.51, - "ppEconomicGroup": 0.51, - "ppTechnicalGroup": 0.51, - "ppGovGroup": 0.51, - "treasuryWithdrawal": 0.51 + "motionNoConfidence": 0.67, + "committeeNormal": 0.67, + "committeeNoConfidence": 0.6, + "updateToConstitution": 0.75, + "hardForkInitiation": 0.6, + "ppNetworkGroup": 0.67, + "ppEconomicGroup": 0.67, + "ppTechnicalGroup": 0.67, + "ppGovGroup": 0.75, + "treasuryWithdrawal": 0.67 }, - "committeeMinSize": 0, - "committeeMaxTermLength": 200, - "govActionLifetime": 10, - "govActionDeposit": 1000000000, - "dRepDeposit": 2000000, + "committeeMinSize": 3, + "committeeMaxTermLength": 73, + "govActionLifetime": 8, + "govActionDeposit": 50000000000, + "dRepDeposit": 500000000, "dRepActivity": 20, + "minFeeRefScriptCostPerByte": 44, + "plutusV3CostModel": [ + 205665, + 812, + 1, + 1, + 1000, + 571, + 0, + 1, + 1000, + 24177, + 4, + 1, + 1000, + 32, + 117366, + 10475, + 4, + 23000, + 100, + 23000, + 100, + 23000, + 100, + 23000, + 100, + 23000, + 100, + 23000, + 100, + 100, + 100, + 23000, + 100, + 19537, + 32, + 175354, + 32, + 46417, + 4, + 221973, + 511, + 0, + 1, + 89141, + 32, + 497525, + 14068, + 4, + 2, + 196500, + 453240, + 220, + 0, + 1, + 1, + 1000, + 28662, + 4, + 2, + 245000, + 216773, + 62, + 1, + 1060367, + 12586, + 1, + 208512, + 421, + 1, + 187000, + 1000, + 52998, + 1, + 80436, + 32, + 43249, + 32, + 1000, + 32, + 80556, + 1, + 57667, + 4, + 1000, + 10, + 197145, + 156, + 1, + 197145, + 156, + 1, + 204924, + 473, + 1, + 208896, + 511, + 1, + 52467, + 32, + 64832, + 32, + 65493, + 32, + 22558, + 32, + 16563, + 32, + 76511, + 32, + 196500, + 453240, + 220, + 0, + 1, + 1, + 69522, + 11687, + 0, + 1, + 60091, + 32, + 196500, + 453240, + 220, + 0, + 1, + 1, + 196500, + 453240, + 220, + 0, + 1, + 1, + 1159724, + 392670, + 0, + 2, + 806990, + 30482, + 4, + 1927926, + 82523, + 4, + 265318, + 0, + 4, + 0, + 85931, + 32, + 205665, + 812, + 1, + 1, + 41182, + 32, + 212342, + 32, + 31220, + 32, + 32696, + 32, + 43357, + 32, + 32247, + 32, + 38314, + 32, + 35190005, + 10, + 57996947, + 18975, + 10, + 39121781, + 32260, + 10, + 23000, + 100, + 23000, + 100, + 832808, + 18, + 3209094, + 6, + 331451, + 1, + 65990684, + 23097, + 18, + 114242, + 18, + 94393407, + 87060, + 18, + 16420089, + 18, + 2145798, + 36, + 3795345, + 12, + 889023, + 1, + 204237282, + 23271, + 36, + 129165, + 36, + 189977790, + 85902, + 36, + 33012864, + 36, + 388443360, + 1, + 401885761, + 72, + 2331379, + 72, + 1927926, + 82523, + 4, + 117366, + 10475, + 4, + 1292075, + 24469, + 74, + 0, + 1, + 936157, + 49601, + 237, + 0, + 1 + ], "constitution": { "anchor": { - "url": "", - "dataHash": "0000000000000000000000000000000000000000000000000000000000000000" + "url": "https://raw.githubusercontent.com/carloslodelar/proposals/main/constitution.txt", + "dataHash": "f89cc2469ce31c3dfda2f3e0b56c5c8b4ee4f0e5f66c30a3f12a95298b01179e" } }, "committee": { "members": { + "scriptHash-8fc13431159fdda66347a38c55105d50d77d67abc1c368b876d52ad1": 336, + "scriptHash-921e1ccb4812c4280510c9ccab81c561f3d413e7d744d48d61215d1f": 400, + "scriptHash-d5d09d9380cf9dcde1f3c6cd88b08ca9e00a3d550022ca7ee4026342": 400, + "scriptHash-2c698e41831684b16477fb50082b0c0e396d436504e39037d5366582": 400 }, - "quorum": 0 + "threshold": 0.66 } } diff --git a/flake.lock b/flake.lock index 099c7c3e01f..6e4ead0b067 100644 --- a/flake.lock +++ b/flake.lock @@ -770,11 +770,11 @@ "systems": "systems_2" }, "locked": { - "lastModified": 1687171271, - "narHash": "sha256-BJlq+ozK2B1sJDQXS3tzJM5a+oVZmi1q0FlBK/Xqv7M=", + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "abfb11bd1aec8ced1c9bb9adfe68018230f4fb3c", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", "type": "github" }, "original": { @@ -836,51 +836,51 @@ "url": "https://gitlab.haskell.org/ghc/ghc" } }, - "ghc911": { + "ghc910X_2": { "flake": false, "locked": { - "lastModified": 1714817013, - "narHash": "sha256-m2je4UvWfkgepMeUIiXHMwE6W+iVfUY38VDGkMzjCcc=", - "ref": "refs/heads/master", - "rev": "fc24c5cf6c62ca9e3c8d236656e139676df65034", - "revCount": 62816, + "lastModified": 1714520650, + "narHash": "sha256-4uz6RA1hRr0RheGNDM49a/B3jszqNNU8iHIow4mSyso=", + "ref": "ghc-9.10", + "rev": "2c6375b9a804ac7fca1e82eb6fcfc8594c67c5f5", + "revCount": 62663, "submodules": true, "type": "git", "url": "https://gitlab.haskell.org/ghc/ghc" }, "original": { + "ref": "ghc-9.10", "submodules": true, "type": "git", "url": "https://gitlab.haskell.org/ghc/ghc" } }, - "ghc98X": { + "ghc911": { "flake": false, "locked": { - "lastModified": 1696643148, - "narHash": "sha256-E02DfgISH7EvvNAu0BHiPvl1E5FGMDi0pWdNZtIBC9I=", - "ref": "ghc-9.8", - "rev": "443e870d977b1ab6fc05f47a9a17bc49296adbd6", - "revCount": 61642, + "lastModified": 1714817013, + "narHash": "sha256-m2je4UvWfkgepMeUIiXHMwE6W+iVfUY38VDGkMzjCcc=", + "ref": "refs/heads/master", + "rev": "fc24c5cf6c62ca9e3c8d236656e139676df65034", + "revCount": 62816, "submodules": true, "type": "git", "url": "https://gitlab.haskell.org/ghc/ghc" }, "original": { - "ref": "ghc-9.8", "submodules": true, "type": "git", "url": "https://gitlab.haskell.org/ghc/ghc" } }, - "ghc99": { + "ghc911_2": { "flake": false, "locked": { - "lastModified": 1701580282, - "narHash": "sha256-drA01r3JrXnkKyzI+owMZGxX0JameMzjK0W5jJE/+V4=", + "lastModified": 1714817013, + "narHash": "sha256-m2je4UvWfkgepMeUIiXHMwE6W+iVfUY38VDGkMzjCcc=", "ref": "refs/heads/master", - "rev": "f5eb0f2982e9cf27515e892c4bdf634bcfb28459", - "revCount": 62197, + "rev": "fc24c5cf6c62ca9e3c8d236656e139676df65034", + "revCount": 62816, "submodules": true, "type": "git", "url": "https://gitlab.haskell.org/ghc/ghc" @@ -929,11 +929,11 @@ "hackageNix": { "flake": false, "locked": { - "lastModified": 1709684582, - "narHash": "sha256-+rC8Vpaxdd4Nw2fJIn9wzAnzW5arILly5AkTG6chRAw=", + "lastModified": 1711412520, + "narHash": "sha256-48Aw1X7IuXZR6Wi2WOlvj9HpoUHty/JW1MqAehgnoHo=", "owner": "input-output-hk", "repo": "hackage.nix", - "rev": "c2ed9aa79252ed67a1fb694b3fffaf7dd7ead6d2", + "rev": "fc84d1170ccc83d50db7b71a6edd090b2cef7657", "type": "github" }, "original": { @@ -951,8 +951,8 @@ "cardano-shell": "cardano-shell", "flake-compat": "flake-compat_3", "ghc-8.6.5-iohk": "ghc-8.6.5-iohk", - "ghc98X": "ghc98X", - "ghc99": "ghc99", + "ghc910X": "ghc910X", + "ghc911": "ghc911", "hackage": [ "cardano-node-runtime", "hackageNix" @@ -967,7 +967,6 @@ "hpc-coveralls": "hpc-coveralls", "hydra": "hydra", "iserv-proxy": "iserv-proxy", - "nix-tools-static": "nix-tools-static", "nixpkgs": [ "cardano-node-runtime", "nixpkgs" @@ -984,11 +983,11 @@ "stackage": "stackage" }, "locked": { - "lastModified": 1708911681, - "narHash": "sha256-QGkzPN1HUYxgMU2EwiwjMvR2gQF0ffUdxALq1+bOdcY=", + "lastModified": 1712278203, + "narHash": "sha256-L4eFUxnID2EYYtONE3fmZxPQdgPlB6XbAfIjlZi4c+U=", "owner": "input-output-hk", "repo": "haskell.nix", - "rev": "5031fa0b8346fcc533c33073530ca87b8390add3", + "rev": "57938c23a4d40e5a746f05f2b71af11a7273a133", "type": "github" }, "original": { @@ -1006,8 +1005,8 @@ "cardano-shell": "cardano-shell_2", "flake-compat": "flake-compat_6", "ghc-8.6.5-iohk": "ghc-8.6.5-iohk_2", - "ghc910X": "ghc910X", - "ghc911": "ghc911", + "ghc910X": "ghc910X_2", + "ghc911": "ghc911_2", "hackage": [ "hackage" ], @@ -1479,11 +1478,11 @@ "sodium": "sodium" }, "locked": { - "lastModified": 1709083850, - "narHash": "sha256-6DQ89ktt8rRVV1pXEyX2JwPjaqS0mQkelkmJmka04rg=", + "lastModified": 1715898223, + "narHash": "sha256-G1LFsvP53twrqaC1FVard/6rjJJ3oitnpJ1E+mTZDGM=", "owner": "input-output-hk", "repo": "iohk-nix", - "rev": "1c793a53ac0bd99b795c2180eb23d37e8389a74b", + "rev": "29f19cd41dc593cf17bbc24194e34e7c20889fc9", "type": "github" }, "original": { @@ -1518,18 +1517,18 @@ "iserv-proxy": { "flake": false, "locked": { - "lastModified": 1691634696, - "narHash": "sha256-MZH2NznKC/gbgBu8NgIibtSUZeJ00HTLJ0PlWKCBHb0=", - "ref": "hkm/remote-iserv", - "rev": "43a979272d9addc29fbffc2e8542c5d96e993d73", - "revCount": 14, - "type": "git", - "url": "https://gitlab.haskell.org/hamishmack/iserv-proxy.git" + "lastModified": 1708894040, + "narHash": "sha256-Rv+PajrnuJ6AeyhtqzMN+bcR8z9+aEnrUass+N951CQ=", + "owner": "stable-haskell", + "repo": "iserv-proxy", + "rev": "2f2a318fd8837f8063a0d91f329aeae29055fba9", + "type": "github" }, "original": { - "ref": "hkm/remote-iserv", - "type": "git", - "url": "https://gitlab.haskell.org/hamishmack/iserv-proxy.git" + "owner": "stable-haskell", + "ref": "iserv-syms", + "repo": "iserv-proxy", + "type": "github" } }, "iserv-proxy_2": { @@ -1698,23 +1697,6 @@ "type": "github" } }, - "nix-tools-static": { - "flake": false, - "locked": { - "lastModified": 1706266250, - "narHash": "sha256-9t+GRk3eO9muCtKdNAwBtNBZ5dH1xHcnS17WaQyftwA=", - "owner": "input-output-hk", - "repo": "haskell-nix-example", - "rev": "580cb6db546a7777dad3b9c0fa487a366c045c4e", - "type": "github" - }, - "original": { - "owner": "input-output-hk", - "ref": "nix", - "repo": "haskell-nix-example", - "type": "github" - } - }, "nix2container": { "inputs": { "flake-utils": "flake-utils_2", @@ -2150,11 +2132,11 @@ }, "nixpkgs-unstable_3": { "locked": { - "lastModified": 1705133751, - "narHash": "sha256-rCIsyE80jgiOU78gCWN3A0wE0tR2GI5nH6MlS+HaaSQ=", + "lastModified": 1716509168, + "narHash": "sha256-4zSIhSRRIoEBwjbPm3YiGtbd8HDWzFxJjw5DYSDy1n8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9b19f5e77dd906cb52dade0b7bd280339d2a1f3d", + "rev": "bfb7a882678e518398ce9a31a881538679f6f092", "type": "github" }, "original": { @@ -2691,11 +2673,11 @@ "stackage": { "flake": false, "locked": { - "lastModified": 1708906175, - "narHash": "sha256-KJDF0CO077Jx4GjjPK6pNkx6NkY7p1x5RMPfaIe8nl4=", + "lastModified": 1712276009, + "narHash": "sha256-KlRJ+CGXRueyz2VRLDwra5JBNaI2GkltNJAjHa7fowE=", "owner": "input-output-hk", "repo": "stackage.nix", - "rev": "bfa4778050cf69fe50f91d39dcefbb9005d6d0d0", + "rev": "758035379a5ac4390879e4cd5164abe0c96fcea7", "type": "github" }, "original": { diff --git a/justfile b/justfile index 05073bf73f6..6308579c9f5 100644 --- a/justfile +++ b/justfile @@ -125,7 +125,6 @@ conway-integration-tests-cabal: # run any integration test matching the given pattern via nix integration-tests match: - LOCAL_CLUSTER_CONFIGS=lib/local-cluster/test/data/cluster-configs \ CARDANO_WALLET_TEST_DATA=lib/integration/test/data \ TESTS_RETRY_FAILED=1 \ nix shell \ @@ -134,8 +133,23 @@ integration-tests match: '.#integration-exe' \ -c integration-exe -j 2 --match="{{match}}" +#start a shell with 8.11 in scope +node-811: + nix shell \ + --accept-flake-config \ + 'github:IntersectMBO/cardano-node?ref=8.11.0-sancho#cardano-node' \ + 'github:IntersectMBO/cardano-node?ref=8.11.0-sancho#cardano-cli' + +# start a shell with 8.9.3 in scope +node-893: + nix shell \ + --accept-flake-config \ + 'github:IntersectMBO/cardano-node?ref=8.9.3#cardano-node' \ + 'github:IntersectMBO/cardano-node?ref=8.9.3#cardano-cli' + # run babbage integration tests matching the given pattern via nix babbage-integration-tests-match match: + LOCAL_CLUSTER_CONFIGS=lib/local-cluster/test/data/cluster-configs \ LOCAL_CLUSTER_ERA=babbage \ nix shell \ 'github:IntersectMBO/cardano-node?ref=8.9.3#cardano-node' \ @@ -145,10 +159,11 @@ babbage-integration-tests-match match: # run conway integration tests matching the given pattern via nix conway-integration-tests-match match: + LOCAL_CLUSTER_CONFIGS=lib/local-cluster/test/data/cluster-configs-sanchonet \ LOCAL_CLUSTER_ERA=conway \ nix shell \ - 'github:IntersectMBO/cardano-node?ref=8.9.3#cardano-node' \ - 'github:IntersectMBO/cardano-node?ref=8.9.3#cardano-cli' \ + 'github:IntersectMBO/cardano-node?ref=8.11.0-sancho#cardano-node' \ + 'github:IntersectMBO/cardano-node?ref=8.11.0-sancho#cardano-cli' \ --accept-flake-config \ -c just integration-tests "{{match}}" diff --git a/lib/address-derivation-discovery/lib/Cardano/Wallet/Address/Encoding.hs b/lib/address-derivation-discovery/lib/Cardano/Wallet/Address/Encoding.hs index 33560e28ae7..39594852ddf 100644 --- a/lib/address-derivation-discovery/lib/Cardano/Wallet/Address/Encoding.hs +++ b/lib/address-derivation-discovery/lib/Cardano/Wallet/Address/Encoding.hs @@ -185,10 +185,10 @@ shelleyDecodeStakeAddress :: shelleyDecodeStakeAddress serverNetwork txt = do (_, dp) <- left (const errBech32) $ Bech32.decodeLenient txt bytes <- maybe (Left errBech32) Right $ dataPartToBytes dp - rewardAcnt <- SL.decodeRewardAcnt @StandardCrypto bytes + rewardAcnt <- SL.decodeRewardAccount @StandardCrypto bytes & left (TextDecodingError . show @String) . reportFailure - guardNetwork (SL.getRwdNetwork rewardAcnt) serverNetwork - pure $ fromStakeCredential $ SL.getRwdCred rewardAcnt + guardNetwork (SL.raNetwork rewardAcnt) serverNetwork + pure $ fromStakeCredential $ SL.raCredential rewardAcnt where errBech32 = TextDecodingError "Unable to decode stake-address: must be a valid bech32 string." diff --git a/lib/api/src/Cardano/Wallet/Api/Http/Server/Error/AssignReedemers.hs b/lib/api/src/Cardano/Wallet/Api/Http/Server/Error/AssignReedemers.hs index 5afb48bbe64..913433d1e24 100644 --- a/lib/api/src/Cardano/Wallet/Api/Http/Server/Error/AssignReedemers.hs +++ b/lib/api/src/Cardano/Wallet/Api/Http/Server/Error/AssignReedemers.hs @@ -166,3 +166,35 @@ fromConwayContextError = \case , "The offending script is:\n\n" , T.pack $ show x ] + CurrentTreasuryFieldNotSupported x -> + apiError err400 UnsupportedMediaType + $ T.unwords + [ "The transaction I was given contains a current treasury" + , "which is not supported in the current era." + , "The offending treasury is:\n\n" + , T.pack $ show x + ] + VotingProceduresFieldNotSupported x -> + apiError err400 UnsupportedMediaType + $ T.unwords + [ "The transaction I was given contains a voting procedure" + , "which is not supported in the current era." + , "The offending procedure is:\n\n" + , T.pack $ show x + ] + ProposalProceduresFieldNotSupported x -> + apiError err400 UnsupportedMediaType + $ T.unwords + [ "The transaction I was given contains a proposal procedure" + , "which is not supported in the current era." + , "The offending procedure is:\n\n" + , T.pack $ show x + ] + TreasuryDonationFieldNotSupported x -> + apiError err400 UnsupportedMediaType + $ T.unwords + [ "The transaction I was given contains a treasury donation" + , "which is not supported in the current era." + , "The offending donation is:\n\n" + , T.pack $ show x + ] diff --git a/lib/api/src/Cardano/Wallet/Api/Http/Shelley/Server.hs b/lib/api/src/Cardano/Wallet/Api/Http/Shelley/Server.hs index aa3d8124a3a..292a81b12ee 100644 --- a/lib/api/src/Cardano/Wallet/Api/Http/Shelley/Server.hs +++ b/lib/api/src/Cardano/Wallet/Api/Http/Shelley/Server.hs @@ -173,9 +173,6 @@ import Cardano.BM.Tracing ( HasPrivacyAnnotation (..) , HasSeverityAnnotation (..) ) -import Cardano.Ledger.Address - ( RewardAcnt (..) - ) import Cardano.Mnemonic ( SomeMnemonic ) @@ -930,6 +927,7 @@ import UnliftIO.Exception import qualified Cardano.Address.Script as CA import qualified Cardano.Address.Style.Shelley as CA import qualified Cardano.Api as Cardano +import qualified Cardano.Ledger.Address as Ledger import qualified Cardano.Wallet as W import qualified Cardano.Wallet.Address.Derivation.Byron as Byron import qualified Cardano.Wallet.Address.Derivation.Icarus as Icarus @@ -5232,7 +5230,7 @@ fromApiRedeemer = \case ApiRedeemerMinting (ApiBytesT bytes) (ApiT p) -> RedeemerMinting bytes (toLedger p) ApiRedeemerRewarding (ApiBytesT bytes) (StakeAddress x y) -> - RedeemerRewarding bytes (RewardAcnt x y) + RedeemerRewarding bytes (Ledger.RewardAccount x y) sealWriteTx :: forall era. Write.IsRecentEra era => Write.Tx era -> W.SealedTx sealWriteTx = W.sealedTxFromCardano diff --git a/lib/balance-tx/lib/internal/Internal/Cardano/Write/Tx.hs b/lib/balance-tx/lib/internal/Internal/Cardano/Write/Tx.hs index f4c45f19423..b3e70444683 100644 --- a/lib/balance-tx/lib/internal/Internal/Cardano/Write/Tx.hs +++ b/lib/balance-tx/lib/internal/Internal/Cardano/Write/Tx.hs @@ -553,7 +553,7 @@ type TxOutInBabbage = Babbage.BabbageTxOut (Babbage.BabbageEra StandardCrypto) type Address = Ledger.Addr StandardCrypto -type RewardAccount = Ledger.RewardAcnt StandardCrypto +type RewardAccount = Ledger.RewardAccount StandardCrypto type Script = AlonzoScript type ScriptHash = Core.ScriptHash StandardCrypto type Value = MaryValue StandardCrypto diff --git a/lib/balance-tx/lib/internal/Internal/Cardano/Write/Tx/Redeemers.hs b/lib/balance-tx/lib/internal/Internal/Cardano/Write/Tx/Redeemers.hs index af76f0b1ce8..0dcf27917bd 100644 --- a/lib/balance-tx/lib/internal/Internal/Cardano/Write/Tx/Redeemers.hs +++ b/lib/balance-tx/lib/internal/Internal/Cardano/Write/Tx/Redeemers.hs @@ -160,7 +160,7 @@ assignScriptRedeemers pparams timeTranslation utxo redeemers tx = do assignNullRedeemers :: Tx era -> Either (ErrAssignRedeemers era) - ( Map (Alonzo.PlutusPurpose Alonzo.AsIndex era) Redeemer + ( Map (Alonzo.PlutusPurpose Alonzo.AsIx era) Redeemer , Tx era ) assignNullRedeemers ledgerTx = do @@ -190,10 +190,10 @@ assignScriptRedeemers pparams timeTranslation utxo redeemers tx = do -- | Evaluate execution units of each script/redeemer in the transaction. -- This may fail for each script. evaluateExecutionUnits - :: Map (Alonzo.PlutusPurpose Alonzo.AsIndex era) Redeemer + :: Map (Alonzo.PlutusPurpose Alonzo.AsIx era) Redeemer -> Tx era -> Either (ErrAssignRedeemers era) - (Map (Alonzo.PlutusPurpose Alonzo.AsIndex era) + (Map (Alonzo.PlutusPurpose Alonzo.AsIx era) (Either (ErrAssignRedeemers era) Alonzo.ExUnits)) evaluateExecutionUnits indexedRedeemers ledgerTx = Ledger.evalTxExUnits @@ -203,16 +203,16 @@ assignScriptRedeemers pparams timeTranslation utxo redeemers tx = do hoistScriptFailure :: Show scriptFailure - => Map (Alonzo.PlutusPurpose Alonzo.AsIndex era) Redeemer - -> Map (Alonzo.PlutusPurpose Alonzo.AsIndex era) (Either scriptFailure a) - -> Map (Alonzo.PlutusPurpose Alonzo.AsIndex era) (Either (ErrAssignRedeemers era) a) + => Map (Alonzo.PlutusPurpose Alonzo.AsIx era) Redeemer + -> Map (Alonzo.PlutusPurpose Alonzo.AsIx era) (Either scriptFailure a) + -> Map (Alonzo.PlutusPurpose Alonzo.AsIx era) (Either (ErrAssignRedeemers era) a) hoistScriptFailure indexedRedeemers = Map.mapWithKey $ \ptr -> left $ \e -> ErrAssignRedeemersScriptFailure (indexedRedeemers ! ptr) (show e) -- | Change execution units for each redeemers in the transaction to what -- they ought to be. assignExecutionUnits - :: Map (Alonzo.PlutusPurpose Alonzo.AsIndex era) + :: Map (Alonzo.PlutusPurpose Alonzo.AsIx era) (Either (ErrAssignRedeemers era) Alonzo.ExUnits) -> Tx era -> Either (ErrAssignRedeemers era) (Tx era) diff --git a/lib/balance-tx/lib/internal/Internal/Cardano/Write/Tx/Sign.hs b/lib/balance-tx/lib/internal/Internal/Cardano/Write/Tx/Sign.hs index dcb6bad6090..2b238f7f56e 100644 --- a/lib/balance-tx/lib/internal/Internal/Cardano/Write/Tx/Sign.hs +++ b/lib/balance-tx/lib/internal/Internal/Cardano/Write/Tx/Sign.hs @@ -47,7 +47,6 @@ import Cardano.Ledger.Api , addrTxWitsL , bodyTxL , bootAddrTxWitsL - , getMinFeeTx , scriptTxWitsL , sizeTxF , witsTxL @@ -61,6 +60,7 @@ import Cardano.Ledger.Tools ) import Cardano.Ledger.UTxO ( EraUTxO (getScriptsHashesNeeded, getScriptsNeeded) + , getMinFeeTxUtxo , txinLookup ) import Cardano.Wallet.Primitive.Types.Tx.Constraints @@ -402,10 +402,10 @@ estimateSignedTxMinFee -> Tx era -> KeyWitnessCounts -> Coin -estimateSignedTxMinFee pp _utxoNeededSoon tx (KeyWitnessCounts nWit nBoot) = +estimateSignedTxMinFee pp utxo tx (KeyWitnessCounts nWit nBoot) = -- NOTE: We don't use mock bootstrap witnesses, but rely on the same -- size estimation as coin selection does through 'estimateTxSize' - getMinFeeTx pp (mockWitnesses nWit pp tx) + getMinFeeTxUtxo pp (mockWitnesses nWit pp tx) utxo <> bootWitFee where bootWitFee = diff --git a/lib/balance-tx/test/spec/Internal/Cardano/Write/Tx/Balance/SurplusSpec.hs b/lib/balance-tx/test/spec/Internal/Cardano/Write/Tx/Balance/SurplusSpec.hs index 54e3e871b22..799d0fffddc 100644 --- a/lib/balance-tx/test/spec/Internal/Cardano/Write/Tx/Balance/SurplusSpec.hs +++ b/lib/balance-tx/test/spec/Internal/Cardano/Write/Tx/Balance/SurplusSpec.hs @@ -73,9 +73,7 @@ import Test.QuickCheck.Extra , shrinkNatural ) -import qualified Cardano.Api as CardanoApi import qualified Cardano.Api.Gen as CardanoApi -import qualified Cardano.Api.Shelley as CardanoApi import qualified Cardano.Wallet.Primitive.Ledger.Convert as Convert import qualified Cardano.Wallet.Primitive.Types.Coin as W ( Coin (..) @@ -108,8 +106,8 @@ spec = do it "matches the size of the Word64 CBOR encoding" $ property $ checkCoverage $ - forAll CardanoApi.genEncodingBoundaryLovelace $ \l -> do - let c = cardanoToWalletCoin l + forAll CardanoApi.genEncodingBoundaryCoin $ \l -> do + let c = Convert.toWallet l let expected = cborSizeOfCoin c -- Use a low coverage requirement of 0.01% just to @@ -524,9 +522,6 @@ prop_distributeSurplusDelta_coversCostIncreaseAndConservesSurplus -- Utils -------------------------------------------------------------------------------- -cardanoToWalletCoin :: CardanoApi.Lovelace -> W.Coin -cardanoToWalletCoin = Convert.toWallet . CardanoApi.toShelleyLovelace - mainnetFeePerByte :: FeePerByte mainnetFeePerByte = FeePerByte 44 diff --git a/lib/balance-tx/test/spec/Internal/Cardano/Write/Tx/BalanceSpec.hs b/lib/balance-tx/test/spec/Internal/Cardano/Write/Tx/BalanceSpec.hs index cefdf7c2edd..fc7206eb6e9 100644 --- a/lib/balance-tx/test/spec/Internal/Cardano/Write/Tx/BalanceSpec.hs +++ b/lib/balance-tx/test/spec/Internal/Cardano/Write/Tx/BalanceSpec.hs @@ -1208,7 +1208,7 @@ prop_balanceTxValid . classify (length originalOuts > 100) ">100 payment outputs" let coverage res = - checkCoverage . cover 8 (isRight res) "success" + checkCoverage . cover 6 (isRight res) "success" let res = testBalanceTx wallet @@ -1340,15 +1340,14 @@ prop_balanceTxValid succeedWithLabel "CertificateNotSupported" PlutusPurposeNotSupported _ -> succeedWithLabel "PlutusPurposeNotSupported" - -- Will be needed in later ledger versions: - -- CurrentTreasuryFieldNotSupported _ -> - -- succeedWithLabel "CurrentTreasuryFieldNotSupported" - -- VotingProceduresFieldNotSupported _ -> - -- succeedWithLabel "VotingProceduresFieldNotSupported" - -- ProposalProceduresFieldNotSupported _ -> - -- succeedWithLabel "ProposalProceduresFieldNotSupported" - -- TreasuryDonationFieldNotSupported _ -> - -- succeedWithLabel "TreasuryDonationFieldNotSupported" + CurrentTreasuryFieldNotSupported _ -> + succeedWithLabel "CurrentTreasuryFieldNotSupported" + VotingProceduresFieldNotSupported _ -> + succeedWithLabel "VotingProceduresFieldNotSupported" + ProposalProceduresFieldNotSupported _ -> + succeedWithLabel "ProposalProceduresFieldNotSupported" + TreasuryDonationFieldNotSupported _ -> + succeedWithLabel "TreasuryDonationFieldNotSupported" succeedWithLabel l = label l $ property True @@ -2071,19 +2070,18 @@ mockCardanoApiPParamsForBalancing = CardanoApi.ProtocolParameters , CardanoApi.protocolParamMaxBlockHeaderSize = 1_100 , CardanoApi.protocolParamMaxBlockBodySize = 100_000 , CardanoApi.protocolParamStakeAddressDeposit = - CardanoApi.Lovelace 2_000_000 + Coin 2_000_000 , CardanoApi.protocolParamStakePoolDeposit = - CardanoApi.Lovelace 500_000_000 + Coin 500_000_000 , CardanoApi.protocolParamMinPoolCost = - CardanoApi.Lovelace 32_000_000 + Coin 32_000_000 , CardanoApi.protocolParamPoolRetireMaxEpoch = EpochInterval 2 , CardanoApi.protocolParamStakePoolTargetNum = 100 , CardanoApi.protocolParamPoolPledgeInfluence = 0 , CardanoApi.protocolParamMonetaryExpansion = 0 , CardanoApi.protocolParamTreasuryCut = 0 , CardanoApi.protocolParamUTxOCostPerByte = - Just $ CardanoApi.fromShelleyLovelace $ - Babbage.unCoinPerByte testParameter_coinsPerUTxOByte_Babbage + Just $ Babbage.unCoinPerByte testParameter_coinsPerUTxOByte_Babbage , CardanoApi.protocolParamCostModels = CardanoApi.fromAlonzoCostModels costModelsForTesting , CardanoApi.protocolParamPrices = @@ -2160,7 +2158,7 @@ signedTxTestData = do testParameter_coinsPerUTxOByte_Babbage :: Ledger.CoinPerByte testParameter_coinsPerUTxOByte_Babbage - = Ledger.CoinPerByte $ Ledger.Coin 4_310 + = Ledger.CoinPerByte $ Coin 4_310 testStdGenSeed :: StdGenSeed testStdGenSeed = StdGenSeed 0 diff --git a/lib/cardano-api-extra/lib/Cardano/Api/Gen.hs b/lib/cardano-api-extra/lib/Cardano/Api/Gen.hs index 2fce29fd71c..dc67fef6fbd 100644 --- a/lib/cardano-api-extra/lib/Cardano/Api/Gen.hs +++ b/lib/cardano-api-extra/lib/Cardano/Api/Gen.hs @@ -4,7 +4,6 @@ {-# LANGUAGE NamedFieldPuns #-} {-# LANGUAGE NumericUnderscores #-} {-# LANGUAGE ScopedTypeVariables #-} -{-# LANGUAGE StandaloneDeriving #-} {-# LANGUAGE TupleSections #-} {-# LANGUAGE TypeApplications #-} {-# OPTIONS_GHC -Wno-orphans #-} @@ -24,12 +23,12 @@ module Cardano.Api.Gen , genCertIx , genCostModel , genCostModels - , genEncodingBoundaryLovelace + , genEncodingBoundaryCoin , genEpochNo , genExecutionUnitPrices , genExecutionUnits , genExtraKeyWitnesses - , genLovelace + , genCoin , genMIRPot , genMIRTarget , genNat @@ -148,7 +147,6 @@ import Cardano.Api , Key (..) , KeyWitness , KeyWitnessInCtx (KeyWitnessForSpending, KeyWitnessForStakeAddr) - , Lovelace (..) , MIRPot (..) , MaryEraOnwards (..) , NetworkId (..) @@ -349,9 +347,6 @@ import Network.Socket import Numeric.Natural ( Natural ) -import System.Random - ( Random - ) import Test.Cardano.Chain.UTxO.Gen ( genVKWitness ) @@ -427,19 +422,21 @@ import qualified PlutusLedgerApi.Test.V3.EvaluationContext as V3 -- Constants -------------------------------------------------------------------------------- +type Lovelace = Ledger.Coin + -- | The smallest quantity of lovelace that can appear in a transaction output's -- value map. -- -- In practice, the protocol parameters may require this value to be higher, so -- this is an absolute minimum. -txOutMinLovelace :: Lovelace +txOutMinLovelace :: Integer txOutMinLovelace = 0 -- | The greatest quantity of lovelace that can appear in a transaction output's -- value map. -- -- In practice, this is limited by the total available supply of lovelace. -txOutMaxLovelace :: Lovelace +txOutMaxLovelace :: Integer txOutMaxLovelace = 45_000_000_000_000_000 -------------------------------------------------------------------------------- @@ -506,23 +503,23 @@ genSlotNo32 = do where genOffset = choose (0, 10_000) -genLovelace :: Gen Lovelace -genLovelace = +genCoin :: Gen Ledger.Coin +genCoin = frequency - [ (60, genLovelaceForTxOutAdaValue) - , (40, choose (1_000_000, 1_000_000_000)) + [ (60, genCoinForTxOutAdaValue) + , (40, fromIntegral @Integer <$> choose (1_000_000, 1_000_000_000)) ] -genLovelaceForTxOutAdaValue :: Gen Lovelace -genLovelaceForTxOutAdaValue = +genCoinForTxOutAdaValue :: Gen Ledger.Coin +genCoinForTxOutAdaValue = frequency - [ (60, choose (1_000_000, 1_000_000_000)) - , (10, choose (txOutMinLovelace, txOutMaxLovelace)) - , (30, genEncodingBoundaryLovelace) + [ (60, fromIntegral @Integer <$> choose (1_000_000, 1_000_000_000)) + , (10, fromIntegral <$> choose (txOutMinLovelace, txOutMaxLovelace)) + , (30, genEncodingBoundaryCoin) ] -genEncodingBoundaryLovelace :: Gen Lovelace -genEncodingBoundaryLovelace = do +genEncodingBoundaryCoin :: Gen Ledger.Coin +genEncodingBoundaryCoin = do -- https://json.nlohmann.me/features/binary_formats/cbor/ -- Generate a point near a boundary -- However, the three first ones are below the minimum utxo value on @@ -537,21 +534,21 @@ genEncodingBoundaryLovelace = do offset <- frequency - [ (1, choose (-10, 10)) + [ (1, fromIntegral @Integer <$> choose (-10, 10)) , -- Either offset by -1 (just below boundary), or 0 (just above boundary) - (1, choose (-1, 0)) + (1, fromIntegral @Integer <$> choose (-1, 0)) , -- Offset by values close to common fee values, in both the positive -- and negative direction, with the hope that this helps find -- corner-cases. - (1, choose (-220_000, -150_000)) - , (1, choose (150_000, 220_000)) - , (1, choose (-1_000_000, 1_000_000)) + (1, fromIntegral @Integer <$> choose (-220_000, -150_000)) + , (1, fromIntegral @Integer <$> choose (150_000, 220_000)) + , (1, fromIntegral @Integer <$> choose (-1_000_000, 1_000_000)) ] - pure $ Lovelace <$> max 0 $ boundary + offset + pure $ max 0 $ boundary + offset genTxFee :: CardanoEra era -> Gen (TxFee era) genTxFee era = withEraWitness era $ \supported -> - TxFeeExplicit supported <$> genLovelace + TxFeeExplicit supported <$> genCoin genTtl :: Gen SlotNo genTtl = genSlotNo @@ -623,7 +620,7 @@ genTxTotalCollateral :: CardanoEra era -> Gen (TxTotalCollateral era) genTxTotalCollateral era = withEraWitness era $ \supported -> frequency [ (95, pure TxTotalCollateralNone) - , (5, TxTotalCollateral supported <$> genLovelace) + , (5, TxTotalCollateral supported <$> genCoin) ] genTxReturnCollateral :: CardanoEra era -> Gen (TxReturnCollateral ctx era) @@ -768,10 +765,8 @@ genValueForTxOut = do , pure [] ] assetQuantities <- infiniteListOf genUnsignedQuantity - ada <- fromInteger . unLovelace <$> genLovelaceForTxOutAdaValue + ada <- fromIntegral <$> genCoinForTxOutAdaValue return $ valueFromList $ (AdaAssetId, ada) : zip assetIds assetQuantities - where - unLovelace (Lovelace l) = l -- | Generate a 'Value' which could represent the balance of a partial -- transaction, where both ada and other assets can be included, and quantities @@ -785,14 +780,12 @@ genSignedValue = do ] assetQuantities <- infiniteListOf genSignedQuantity ada <- - fromInteger . unLovelace + fromIntegral <$> oneof - [ genLovelace - , negate <$> genLovelace + [ genCoin + , negate <$> genCoin ] return $ valueFromList $ (AdaAssetId, ada) : zip assetIds assetQuantities - where - unLovelace (Lovelace l) = l -- | Generate a 'Value' suitable for minting, i.e. non-ADA asset ID and a -- positive or negative quantity. @@ -961,7 +954,7 @@ genWithdrawalInfo ) genWithdrawalInfo era = do stakeAddr <- genStakeAddress - amt <- genLovelace + amt <- genCoin wit <- BuildTxWith <$> genWitnessStake era pure (stakeAddr, amt, wit) @@ -1051,8 +1044,7 @@ genTxMetadata :: Gen TxMetadata genTxMetadata = fmap (TxMetadata . Map.fromList) $ do listOf - ( (,) - <$> (getLarge <$> arbitrary) + ( ((,) . getLarge <$> arbitrary) <*> genTxMetadataValue ) @@ -1271,7 +1263,8 @@ genCostModel language = do eCostModel <- Alonzo.mkCostModel language - <$> mapM (const $ chooseInteger (0, 5_000)) costModelParamsValues + <$> mapM (const $ fromIntegral <$> chooseInteger (0, 5_000)) + costModelParamsValues case eCostModel of Left err -> error $ "genCostModel: " ++ show err Right cModel -> return . CostModel $ Alonzo.getCostModelParams cModel @@ -1329,12 +1322,12 @@ genRecentEraProtocolParameters = <*> genNat <*> genNat <*> genNat - <*> genLovelace - <*> genLovelace - <*> liftArbitrary genLovelace - <*> genLovelace - <*> genLovelace - <*> genLovelace + <*> genCoin + <*> genCoin + <*> liftArbitrary genCoin + <*> genCoin + <*> genCoin + <*> genCoin <*> genInterval <*> genNat <*> genRationalInt64 @@ -1347,7 +1340,7 @@ genRecentEraProtocolParameters = <*> (Just <$> genNat) <*> (Just <$> genNat) <*> (Just <$> genNat) - <*> (Just <$> genLovelace) + <*> (Just <$> genCoin) genInterval :: Gen Ledger.EpochInterval genInterval = Ledger.EpochInterval <$> arbitrary @@ -1534,10 +1527,10 @@ genStakePoolParameters = StakePoolParameters <$> genPoolId <*> genVerificationKeyHash AsVrfKey - <*> genLovelace + <*> genCoin <*> genRational <*> genStakeAddress - <*> genLovelace + <*> genCoin <*> scale (`div` 3) (listOf (genVerificationKeyHash AsStakeKey)) <*> scale (`div` 3) (listOf genStakePoolRelay) <*> liftArbitrary genStakePoolMetadataReference @@ -1546,10 +1539,10 @@ genTxCertificate :: forall era. CardanoEra era -> Gen (Certificate era) genTxCertificate era = oneof [ mkStakeAddressRegistrationCertificate - <$> genLovelace + <$> genCoin <*> genStakeCredential , mkStakeAddressUnregistrationCertificate - <$> genLovelace + <$> genCoin <*> genStakeCredential , genStakeAddressPoolDelegationCertificate , mkPoolRegistrationCertificate <$> genStakePoolParameters @@ -1677,17 +1670,17 @@ genProtocolParametersUpdate = do protocolUpdateMaxTxSize <- liftArbitrary genLarge protocolUpdateTxFeeFixed <- - liftArbitrary genLovelace + liftArbitrary genCoin protocolUpdateTxFeePerByte <- - liftArbitrary genLovelace + liftArbitrary genCoin protocolUpdateMinUTxOValue <- - liftArbitrary genLovelace + liftArbitrary genCoin protocolUpdateStakeAddressDeposit <- - liftArbitrary genLovelace + liftArbitrary genCoin protocolUpdateStakePoolDeposit <- - liftArbitrary genLovelace + liftArbitrary genCoin protocolUpdateMinPoolCost <- - liftArbitrary genLovelace + liftArbitrary genCoin protocolUpdatePoolRetireMaxEpoch <- liftArbitrary genInterval protocolUpdateStakePoolTargetNum <- @@ -1699,7 +1692,7 @@ genProtocolParametersUpdate = do protocolUpdateTreasuryCut <- liftArbitrary genRational protocolUpdateUTxOCostPerByte <- - liftArbitrary genLovelace + liftArbitrary genCoin protocolUpdateCostModels <- genCostModels protocolUpdatePrices <- @@ -1747,13 +1740,13 @@ genProtocolParametersUpdate = do genUpdateProposal :: CardanoEra era -> Gen (TxUpdateProposal era) genUpdateProposal era = case forEraMaybeEon era of Nothing -> pure TxUpdateProposalNone - Just (supported :: ShelleyToBabbageEra era) -> frequency - [ (95, pure TxUpdateProposalNone) - , - ( 5 - , TxUpdateProposal supported - <$> ( UpdateProposal - <$> ( Map.fromList + Just (supported :: ShelleyToBabbageEra era) -> + frequency + [ (95, pure TxUpdateProposalNone) + , + ( 5 + , TxUpdateProposal supported + <$> ( ( UpdateProposal . Map.fromList <$> scale (`div` 3) ( listOf @@ -1762,11 +1755,11 @@ genUpdateProposal era = case forEraMaybeEon era of <*> genProtocolParametersUpdate ) ) - ) - <*> genEpochNo - ) - ) - ] + ) + <*> genEpochNo + ) + ) + ] -- | Generate a 'Featured' for the given 'CardanoEra' with the provided generator. genFeaturedInEra @@ -1802,7 +1795,7 @@ genVotingProcedures w = case w of oneof [ TxVotingProcedures <$> arbitrary <*> pure (BuildTxWith mempty) , pure TxVotingProceduresNone - ] + ] genTxBodyContent :: CardanoEra era -> Gen (TxBodyContent BuildTx era) genTxBodyContent era = withEraWitness era $ \sbe -> do @@ -1986,15 +1979,6 @@ genTx = genTxForBalancing :: forall era. CardanoEra era -> Gen (Tx era) genTxForBalancing era = makeSignedTransaction [] <$> genTxBodyForBalancing era --------------------------------------------------------------------------------- --- Orphan instances --------------------------------------------------------------------------------- - --- This definition makes it possible to avoid unwrapping and wrapping --- 'Lovelace' values when using 'choose'. --- -deriving via Integer instance Random Lovelace - -------------------------------------------------------------------------------- -- Assisting ledger generators -------------------------------------------------------------------------------- diff --git a/lib/crypto-primitives/crypto-primitives.cabal b/lib/crypto-primitives/crypto-primitives.cabal index b650beef52b..75064a59563 100644 --- a/lib/crypto-primitives/crypto-primitives.cabal +++ b/lib/crypto-primitives/crypto-primitives.cabal @@ -48,8 +48,8 @@ library Cryptography.KDF.Scrypt Cryptography.Padding.PKCS7 build-depends: - , base >= 4.14.3 && < 4.19 - , bytestring >= 0.10.12 && < 0.13 + , base + , bytestring , cryptonite , extra , memory diff --git a/lib/faucet/faucet.cabal b/lib/faucet/faucet.cabal index 7f87d5d9131..2fff80e20aa 100644 --- a/lib/faucet/faucet.cabal +++ b/lib/faucet/faucet.cabal @@ -69,10 +69,10 @@ library , memory , mtl , openapi3 - , servant >= 0.19.1 && < 0.21 - , servant-client >= 0.19 && < 0.21 + , servant + , servant-client , servant-openapi3 - , servant-server >= 0.19.2 && < 0.21 + , servant-server , stm , text , wai diff --git a/lib/local-cluster/lib/Cardano/Wallet/Launch/Cluster/ConfiguredPool.hs b/lib/local-cluster/lib/Cardano/Wallet/Launch/Cluster/ConfiguredPool.hs index 28ce6a7c6da..127e3ef2841 100644 --- a/lib/local-cluster/lib/Cardano/Wallet/Launch/Cluster/ConfiguredPool.hs +++ b/lib/local-cluster/lib/Cardano/Wallet/Launch/Cluster/ConfiguredPool.hs @@ -7,6 +7,8 @@ {-# LANGUAGE RecordWildCards #-} {-# LANGUAGE TypeApplications #-} {-# OPTIONS_GHC -Wno-missing-local-signatures #-} +{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-} +{-# HLINT ignore "Use <$>" #-} module Cardano.Wallet.Launch.Cluster.ConfiguredPool ( ConfiguredPool (..) @@ -23,6 +25,7 @@ import Cardano.Api , Key (..) , SerialiseAsBech32 , SerialiseAsCBOR (..) + , runExceptT ) import Cardano.Binary ( FromCBOR (..) @@ -324,8 +327,9 @@ readFailVerificationKeyOrFile -> ClusterM (VerificationKey keyrole) readFailVerificationKeyOrFile role (FileOf op) = liftIO - $ either (error . show) id - <$> readVerificationKeyOrFile + . fmap (either (error . show) id) + . runExceptT + $ readVerificationKeyOrFile role (VerificationKeyFilePath $ File $ toFilePath op) @@ -476,8 +480,8 @@ configurePool metadataServer recipe = do , ppPledge = Ledger.Coin $ intCast pledgeAmt , ppCost = Ledger.Coin 0 , ppMargin = unsafeUnitInterval 0.1 - , ppRewardAcnt = - Ledger.RewardAcnt Testnet + , ppRewardAccount = + Ledger.RewardAccount Testnet $ Ledger.KeyHashObj stakePubHash , ppOwners = Set.fromList [stakePubHash] , ppRelays = mempty diff --git a/lib/local-cluster/lib/Cardano/Wallet/Launch/Cluster/Node/GenNodeConfig.hs b/lib/local-cluster/lib/Cardano/Wallet/Launch/Cluster/Node/GenNodeConfig.hs index a75d9cf7884..5da44bd7db4 100644 --- a/lib/local-cluster/lib/Cardano/Wallet/Launch/Cluster/Node/GenNodeConfig.hs +++ b/lib/local-cluster/lib/Cardano/Wallet/Launch/Cluster/Node/GenNodeConfig.hs @@ -154,6 +154,7 @@ genNodeConfig nodeSegment name genesisFiles clusterEra logCfg = do & setFilePath "ShelleyGenesisFile" shelleyFile & setFilePath "AlonzoGenesisFile" alonzoFile & setFilePath "ConwayGenesisFile" conwayFile + & removeGenesisHashes & setHardFork "ShelleyHardFork" & setHardFork "AllegraHardFork" & setHardFork "MaryHardFork" @@ -226,3 +227,10 @@ addMinSeverityStdout severity = setMinSev scribe = case scribe ^? key "scKind" . _String of Just "StdoutSK" -> scribe & atKey "scMinSev" ?~ toJSON (show severity) _ -> scribe + +removeGenesisHashes :: ChangeValue +removeGenesisHashes value = value + & atKey "ByronGenesisHash" .~ Nothing + & atKey "ShelleyGenesisHash" .~ Nothing + & atKey "AlonzoGenesisHash" .~ Nothing + & atKey "ConwayGenesisHash" .~ Nothing diff --git a/lib/local-cluster/lib/Cardano/Wallet/Launch/Cluster/Node/GenTopology.hs b/lib/local-cluster/lib/Cardano/Wallet/Launch/Cluster/Node/GenTopology.hs index a30589f6f41..467c935216e 100644 --- a/lib/local-cluster/lib/Cardano/Wallet/Launch/Cluster/Node/GenTopology.hs +++ b/lib/local-cluster/lib/Cardano/Wallet/Launch/Cluster/Node/GenTopology.hs @@ -8,10 +8,16 @@ where import Prelude +import Cardano.Wallet.Launch.Cluster.ClusterEra + ( ClusterEra (..) + ) import Cardano.Wallet.Launch.Cluster.ClusterM ( ClusterM , askNodeDir ) +import Cardano.Wallet.Launch.Cluster.Config + ( Config (..) + ) import Cardano.Wallet.Launch.Cluster.FileOf ( DirOf (..) , FileOf (..) @@ -19,9 +25,11 @@ import Cardano.Wallet.Launch.Cluster.FileOf ) import Control.Monad.Reader ( MonadIO (..) + , asks ) import Data.Aeson - ( (.=) + ( ToJSON (..) + , (.=) ) import System.Path ( RelDir @@ -39,12 +47,42 @@ genTopology -> ClusterM (FileOf "topology") genTopology nodeSegment peers = do DirOf nodeDir <- askNodeDir nodeSegment - let file = nodeDir relFile "node" <.> "topology" + clusterEra <- asks cfgLastHardFork + let file = nodeDir relFile "config" <.> "json" liftIO $ Aeson.encodeFile (toFilePath file) - $ Aeson.object ["Producers" .= map encodePeer peers] + $ case clusterEra of + BabbageHardFork -> encodeLegacyTopology peers + ConwayHardFork -> encodeP2PTopology peers pure $ FileOf @"topology" file + +encodeP2PTopology :: [Int] -> Aeson.Value +encodeP2PTopology peers = encodeTopology + where + encodePeer :: Int -> Aeson.Value + encodePeer port = + Aeson.object + [ "address" .= ("127.0.0.1" :: String) + , "port" .= port + ] + encodePeers :: Aeson.Value + encodePeers = Aeson.object + [ "accessPoints" .= toJSON (encodePeer <$> peers) + , "valency" .= length peers + , "advertise" .= False + ] + encodeTopology :: Aeson.Value + encodeTopology = Aeson.object + [ "localRoots" .= toJSON [encodePeers] + , "publicRoots" .= toJSON @[()] [] + , "useLedgerAfterSlot" .= toJSON @Int (-1) + ] + +encodeLegacyTopology :: [Int] -> Aeson.Value +encodeLegacyTopology peers = encodeTopology where + encodeTopology = Aeson.object + ["Producers" .= map encodePeer peers] encodePeer :: Int -> Aeson.Value encodePeer port = Aeson.object diff --git a/lib/local-cluster/lib/Cardano/Wallet/Launch/Cluster/Node/GenesisFiles.hs b/lib/local-cluster/lib/Cardano/Wallet/Launch/Cluster/Node/GenesisFiles.hs index 668ae1355d7..f1fe5775c73 100644 --- a/lib/local-cluster/lib/Cardano/Wallet/Launch/Cluster/Node/GenesisFiles.hs +++ b/lib/local-cluster/lib/Cardano/Wallet/Launch/Cluster/Node/GenesisFiles.hs @@ -43,6 +43,7 @@ import Cardano.Ledger.Api ) import Cardano.Ledger.BaseTypes ( EpochInterval (..) + , EpochSize (..) , Network (Testnet) , natVersion ) @@ -280,7 +281,7 @@ generateGenesis initialFunds genesisMods = do { sgSystemStart = systemStart , sgActiveSlotsCoeff = unsafePositiveUnitInterval 0.5 , sgSecurityParam = 10 - , sgEpochLength = 120 + , sgEpochLength = EpochSize 120 , sgSlotLength = 0.25 , sgUpdateQuorum = 1 , sgNetworkMagic = diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/alonzo-genesis.json b/lib/local-cluster/test/data/cluster-configs-sanchonet/alonzo-genesis.json new file mode 100644 index 00000000000..67d762abf99 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/alonzo-genesis.json @@ -0,0 +1,188 @@ +{ + "collateralPercentage": 150, + "costModels": { + "PlutusV1": [ + 197209, + 0, + 1, + 1, + 396231, + 621, + 0, + 1, + 150000, + 1000, + 0, + 1, + 150000, + 32, + 2477736, + 29175, + 4, + 29773, + 100, + 29773, + 100, + 29773, + 100, + 29773, + 100, + 29773, + 100, + 29773, + 100, + 100, + 100, + 29773, + 100, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 150000, + 1000, + 0, + 1, + 150000, + 32, + 150000, + 1000, + 0, + 8, + 148000, + 425507, + 118, + 0, + 1, + 1, + 150000, + 1000, + 0, + 8, + 150000, + 112536, + 247, + 1, + 150000, + 10000, + 1, + 136542, + 1326, + 1, + 1000, + 150000, + 1000, + 1, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 1, + 1, + 150000, + 1, + 150000, + 4, + 103599, + 248, + 1, + 103599, + 248, + 1, + 145276, + 1366, + 1, + 179690, + 497, + 1, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 148000, + 425507, + 118, + 0, + 1, + 1, + 61516, + 11218, + 0, + 1, + 150000, + 32, + 148000, + 425507, + 118, + 0, + 1, + 1, + 148000, + 425507, + 118, + 0, + 1, + 1, + 2477736, + 29175, + 4, + 0, + 82363, + 4, + 150000, + 5000, + 0, + 1, + 150000, + 32, + 197209, + 0, + 1, + 1, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 3345831, + 1, + 1 + ] + }, + "executionPrices": { + "priceMemory": 5.77e-2, + "priceSteps": 7.21e-5 + }, + "lovelacePerUTxOWord": 34482, + "maxBlockExUnits": { + "memory": 50000000, + "steps": 40000000000 + }, + "maxCollateralInputs": 3, + "maxTxExUnits": { + "memory": 10000000, + "steps": 10000000000 + }, + "maxValueSize": 5000 +} \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/byron-genesis.json b/lib/local-cluster/test/data/cluster-configs-sanchonet/byron-genesis.json new file mode 100644 index 00000000000..0167e9720f5 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/byron-genesis.json @@ -0,0 +1,46 @@ +{ + "avvmDistr": {}, + "blockVersionData": { + "heavyDelThd": "300000000000", + "maxBlockSize": "2000000", + "maxHeaderSize": "2000000", + "maxProposalSize": "700", + "maxTxSize": "4096", + "mpcThd": "20000000000000", + "scriptVersion": 0, + "slotDuration": "20000", + "softforkRule": { + "initThd": "900000000000000", + "minThd": "600000000000000", + "thdDecrement": "50000000000000" + }, + "txFeePolicy": { + "multiplier": "43946000000", + "summand": "155381000000000" + }, + "unlockStakeEpoch": "18446744073709551615", + "updateImplicit": "10000", + "updateProposalThd": "100000000000000", + "updateVoteThd": "1000000000000" + }, + "bootStakeholders": { + "ca7d0169d414b03e1433cb1f5a5bb8cf8a3f3f9a3048b5a1c8fc1dae": 1 + }, + "heavyDelegation": { + "ca7d0169d414b03e1433cb1f5a5bb8cf8a3f3f9a3048b5a1c8fc1dae": { + "cert": "af7628367029c19f38d53a5509e1d1f64995aaeeee55ee843a308bf4397cb1e935e4c19b4c06f4ca3763255711f5119ef7aa42fabec9b4ca534b90fac85eeb0b", + "delegatePk": "jN731dmJLevRQI5fxkBjX8Trq9DFgGtCKAj+yVJHZ22nTFOvPiFYVjWftUMjlXLp+/f20wVQGJW0k3z+MDXO8w==", + "issuerPk": "m9kV3gnQ62TlCXM6iCPPDXFCWx9fAUYUzVrV3Dfq0sXZm5b1yHYE2kwm4l+IVqIEvFohH0HsVcC0ECmWdwF3wg==", + "omega": 0 + } + }, + "nonAvvmBalances": { + "2657WMsDfac7MoSgt34bbg1Qfq7qu49LnumQQiwym67oUizpGVMEhexVp8ZVLEz3v": "45000000000000000", + "2657WMsDfac7eVdmkUj98chgKBXLqrSxS3c8KmkmjHf8m8ce9boEjHUEnKZc2Fhus": "0" + }, + "protocolConsts": { + "k": 108, + "protocolMagic": 42 + }, + "startTime": 1717490614 +} \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/conway-genesis.json b/lib/local-cluster/test/data/cluster-configs-sanchonet/conway-genesis.json new file mode 100644 index 00000000000..28442ce1c50 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/conway-genesis.json @@ -0,0 +1,278 @@ +{ + "committee": { + "members": { + "scriptHash-2c698e41831684b16477fb50082b0c0e396d436504e39037d5366582": 400, + "scriptHash-8fc13431159fdda66347a38c55105d50d77d67abc1c368b876d52ad1": 336, + "scriptHash-921e1ccb4812c4280510c9ccab81c561f3d413e7d744d48d61215d1f": 400, + "scriptHash-d5d09d9380cf9dcde1f3c6cd88b08ca9e00a3d550022ca7ee4026342": 400 + }, + "threshold": 0.66 + }, + "committeeMaxTermLength": 73, + "committeeMinSize": 3, + "constitution": { + "anchor": { + "dataHash": "f89cc2469ce31c3dfda2f3e0b56c5c8b4ee4f0e5f66c30a3f12a95298b01179e", + "url": "https://raw.githubusercontent.com/carloslodelar/proposals/main/constitution.txt" + } + }, + "dRepActivity": 20, + "dRepDeposit": 500000000, + "dRepVotingThresholds": { + "committeeNoConfidence": 0.6, + "committeeNormal": 0.67, + "hardForkInitiation": 0.6, + "motionNoConfidence": 0.67, + "ppEconomicGroup": 0.67, + "ppGovGroup": 0.75, + "ppNetworkGroup": 0.67, + "ppTechnicalGroup": 0.67, + "treasuryWithdrawal": 0.67, + "updateToConstitution": 0.75 + }, + "govActionDeposit": 50000000000, + "govActionLifetime": 8, + "minFeeRefScriptCostPerByte": 44, + "plutusV3CostModel": [ + 205665, + 812, + 1, + 1, + 1000, + 571, + 0, + 1, + 1000, + 24177, + 4, + 1, + 1000, + 32, + 117366, + 10475, + 4, + 23000, + 100, + 23000, + 100, + 23000, + 100, + 23000, + 100, + 23000, + 100, + 23000, + 100, + 100, + 100, + 23000, + 100, + 19537, + 32, + 175354, + 32, + 46417, + 4, + 221973, + 511, + 0, + 1, + 89141, + 32, + 497525, + 14068, + 4, + 2, + 196500, + 453240, + 220, + 0, + 1, + 1, + 1000, + 28662, + 4, + 2, + 245000, + 216773, + 62, + 1, + 1060367, + 12586, + 1, + 208512, + 421, + 1, + 187000, + 1000, + 52998, + 1, + 80436, + 32, + 43249, + 32, + 1000, + 32, + 80556, + 1, + 57667, + 4, + 1000, + 10, + 197145, + 156, + 1, + 197145, + 156, + 1, + 204924, + 473, + 1, + 208896, + 511, + 1, + 52467, + 32, + 64832, + 32, + 65493, + 32, + 22558, + 32, + 16563, + 32, + 76511, + 32, + 196500, + 453240, + 220, + 0, + 1, + 1, + 69522, + 11687, + 0, + 1, + 60091, + 32, + 196500, + 453240, + 220, + 0, + 1, + 1, + 196500, + 453240, + 220, + 0, + 1, + 1, + 1159724, + 392670, + 0, + 2, + 806990, + 30482, + 4, + 1927926, + 82523, + 4, + 265318, + 0, + 4, + 0, + 85931, + 32, + 205665, + 812, + 1, + 1, + 41182, + 32, + 212342, + 32, + 31220, + 32, + 32696, + 32, + 43357, + 32, + 32247, + 32, + 38314, + 32, + 35190005, + 10, + 57996947, + 18975, + 10, + 39121781, + 32260, + 10, + 23000, + 100, + 23000, + 100, + 832808, + 18, + 3209094, + 6, + 331451, + 1, + 65990684, + 23097, + 18, + 114242, + 18, + 94393407, + 87060, + 18, + 16420089, + 18, + 2145798, + 36, + 3795345, + 12, + 889023, + 1, + 204237282, + 23271, + 36, + 129165, + 36, + 189977790, + 85902, + 36, + 33012864, + 36, + 388443360, + 1, + 401885761, + 72, + 2331379, + 72, + 1927926, + 82523, + 4, + 117366, + 10475, + 4, + 1292075, + 24469, + 74, + 0, + 1, + 936157, + 49601, + 237, + 0, + 1 + ], + "poolVotingThresholds": { + "committeeNoConfidence": 0.51, + "committeeNormal": 0.6, + "hardForkInitiation": 0.51, + "motionNoConfidence": 0.6, + "ppSecurityGroup": 0.6 + } +} \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/byron.000.cert.json b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/byron.000.cert.json new file mode 100644 index 00000000000..a35996e20b4 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/byron.000.cert.json @@ -0,0 +1,8 @@ +{ "omega": 0 +, "issuerPk": + "m9kV3gnQ62TlCXM6iCPPDXFCWx9fAUYUzVrV3Dfq0sXZm5b1yHYE2kwm4l+IVqIEvFohH0HsVcC0ECmWdwF3wg==" +, "delegatePk": + "jN731dmJLevRQI5fxkBjX8Trq9DFgGtCKAj+yVJHZ22nTFOvPiFYVjWftUMjlXLp+/f20wVQGJW0k3z+MDXO8w==" +, "cert": + "af7628367029c19f38d53a5509e1d1f64995aaeeee55ee843a308bf4397cb1e935e4c19b4c06f4ca3763255711f5119ef7aa42fabec9b4ca534b90fac85eeb0b" +} \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/byron.000.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/byron.000.key new file mode 100644 index 00000000000..6464bd73cee --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/byron.000.key @@ -0,0 +1,2 @@ +XX&m +-@kFy+wGO{M͊ g1_UO'uLͶuى-@_@c_ŀkB(RGgmLS>!XV5C#rP|05 \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.counter.json b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.counter.json new file mode 100644 index 00000000000..8d8f187e561 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.counter.json @@ -0,0 +1,5 @@ +{ + "type": "NodeOperationalCertificateIssueCounter", + "description": "", + "cborHex": "820158208cdef7d5d9892debd1408e5fc640635fc4ebabd0c5806b422808fec95247676d" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.kes.skey b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.kes.skey new file mode 100644 index 00000000000..64a9644a21a --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.kes.skey @@ -0,0 +1,5 @@ +{ + "type": "KesSigningKey_ed25519_kes_2^6", + "description": "", + "cborHex": "59026083e0c141da70aa4dc02cab9790ea82dbecab91d5ece25178da9b78b372c114660b0f9b95a520df777b379ed76e77ec0ab94ef90a65b1e9a191ce60a4fcd37432ceef89cf05af2726898506b1d2c439335457fd4d19dc233ca0445c72d9c62f7f412bec5b03473cbef50f969be8d0e3b2e4d8831cb046f0a5210005821dda4034bb145f80d3551c71f70174e9f1ef375337cd99fe95c8e44bd5a5137b647fc8873c7c14d397da3b0beb6c64ab41509fd04f69e3bec9a7241e9cf8ed1ab5a5541c40343c6c7edeab721a2a9ad33277183d7d1b3cb80b84a0b8f8a979f9c53de48533c97c3eb61002065d394a5f382fb4829f78f1b518eed7a72c53f608c1e7f9c08466e5a387a60670d70eb51b950e01ba8d3a36f35dcf40b23bfdfc579752f8b250b6a0f0d2684baadd35f36a5524d7af85921c66c1987c4f723e4855ecf76722b4653c1d3fdc5b155d3beb8c286c971011298ea30fea7c52368d6a7578b48be0537ca1754f2d8edd70ce9b9b24275cbb2a1e0e6db5d45de2fab9f45d3b898b2ca1228f0d91aebba894e3bad3c2d963d5ee952aedbaa15766ea817556813ef48ab1c8b4804a9aea99b98123a75e7d629fcdf80bc7574c6d18259b058753147f254b1b38a62063ee412781177603d4e70407b774edfa873449705bc53c9c047822f7140ecebc3f54de5e50510c245e873612cbad7b8ef3ce1b749590747bd37e60aca094f4d1643f994c0875dde4e73306892ba35d025c8f1161890e97bd5943c5db43782f02e455ab825aa6a71f9b5553981a612d1b4d9f93b0f3ff46c124a4d681fbb28d3157a5ef90dc243cd0458cbcfcbd8e8135582fbbb6c95a1367ce8412" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.kes.vkey b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.kes.vkey new file mode 100644 index 00000000000..0f94c3fc294 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.kes.vkey @@ -0,0 +1,5 @@ +{ + "type": "KesVerificationKey_ed25519_kes_2^6", + "description": "", + "cborHex": "5820edd100a6de5b6a3446fb1eab1c83fa66c01f6d7a09cdd13ed9797977ceb64080" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.opcert.json b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.opcert.json new file mode 100644 index 00000000000..8dcec01544c --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.opcert.json @@ -0,0 +1,5 @@ +{ + "type": "NodeOperationalCertificate", + "description": "", + "cborHex": "82845820edd100a6de5b6a3446fb1eab1c83fa66c01f6d7a09cdd13ed9797977ceb6408000005840fc366aa27161ea1439c8694cd66092477075c4e04f8e9dab953a325eee7156045aec543bc7205108c4abb0d793f49bbde20461d334c1f43603a9ae22c4bf670758208cdef7d5d9892debd1408e5fc640635fc4ebabd0c5806b422808fec95247676d" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.skey b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.skey new file mode 100644 index 00000000000..7de5519397b --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.skey @@ -0,0 +1,5 @@ +{ + "type": "GenesisDelegateExtendedSigningKey_ed25519_bip32", + "description": "", + "cborHex": "588058a5f926c76da00a8cb92d406bf5d61cd8c5468a792bb1fdae1b77b7f247874f7bf54dcd8a15b51d0916f680fe67315fe5554f9727ea75bb4ccdb6afac9ca1758cdef7d5d9892debd1408e5fc640635fc4ebabd0c5806b422808fec95247676da74c53af3e215856359fb543239572e9fbf7f6d305501895b4937cfe3035cef3" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.vkey b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.vkey new file mode 100644 index 00000000000..cf0a76ec653 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.vkey @@ -0,0 +1,5 @@ +{ + "type": "GenesisDelegateVerificationKey_ed25519", + "description": "", + "cborHex": "58208cdef7d5d9892debd1408e5fc640635fc4ebabd0c5806b422808fec95247676d" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.vrf.skey b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.vrf.skey new file mode 100644 index 00000000000..509c463bea5 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.vrf.skey @@ -0,0 +1,5 @@ +{ + "type": "VrfSigningKey_PraosVRF", + "description": "", + "cborHex": "58408652c3de6af25ed5e7385ce732bd2c90a0e36d67f5e3e0329b177c73d0f44b55acb018685706b521e3fcb64bcc0e074c0d150583c2d6e67a6f47f71d0ac3f362" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.vrf.vkey b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.vrf.vkey new file mode 100644 index 00000000000..38617754644 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/delegate-keys/shelley.000.vrf.vkey @@ -0,0 +1,5 @@ +{ + "type": "VrfVerificationKey_PraosVRF", + "description": "", + "cborHex": "5820acb018685706b521e3fcb64bcc0e074c0d150583c2d6e67a6f47f71d0ac3f362" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet1.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet1.addr new file mode 100644 index 00000000000..e9212949023 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet1.addr @@ -0,0 +1 @@ +2657WMsDfac6BykW6eqwgBUaFBgN2DawpU4QpVMx3Nga129nYuuR4p2YSDxnxqgYx diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet1.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet1.byron.key new file mode 100644 index 00000000000..c7a7656dc41 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet1.byron.key @@ -0,0 +1,2 @@ +X(㰫4j +Y[=~WcIS]]ݐ. R-x'&(7u:{Xs*Iqf3>቉Bćw= Yxrԩ<~UNzﳸ<LBq"y!$LxWܣ \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet1.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet1.shelley.key new file mode 100644 index 00000000000..37aae748f47 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet1.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58802889b2e3b0ab86346a0a595bcacf3d7e945763904997535dffa35ddd902e20522d7827f22628031bc237bb753ac57bbe5812732a4912ba716633833ee189891c1a42c487cd773da5d40c59788a72d4a93c037e8995b89a55b1134e7ab0a7efb3b83c9b9a1fa54c9f4271227f791feee121244cb07810e4c80557efdca3a2bde2" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet10.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet10.addr new file mode 100644 index 00000000000..4a06a1a8fea --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet10.addr @@ -0,0 +1 @@ +2657WMsDfac6r9huFtC9FXKEprcaX31cf3W1VH9X6cP1yBMF5EgNc1owxE4faUmTx diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet10.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet10.byron.key new file mode 100644 index 00000000000..a08abb65f7a --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet10.byron.key @@ -0,0 +1 @@ +XP+l SǀuJaʥRMB^J9I*1G܃"Q缊8ubt]^փ =KR[W7wǸ<ثYhs'Qk;/P XT=$ \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet10.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet10.shelley.key new file mode 100644 index 00000000000..ec2ce7bb936 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet10.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880502b10fccf6c0b5302b886c780f506c375ef4af8b361caa5cc524d4291d85e4afd9639f98d492a3147dc832251d4e7bc8ae938d5c088dec875d162745d5ea7d683ecec0c3dee114be6c952f55b57a2d8fa0437c9f89d7792b5c2d2c0c7b83cc0d8abfd885968a67302e027af915113810f6b3b132f5084b92058543d24d21de1" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet100.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet100.addr new file mode 100644 index 00000000000..80f22e7917f --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet100.addr @@ -0,0 +1 @@ +2657WMsDfac54eSkCCtc1nf4R8PZhQSKHaZW2uni3oJrxUmp6iRVXu4rJNKzSCXFC diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet100.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet100.byron.key new file mode 100644 index 00000000000..168556f0dfe --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet100.byron.key @@ -0,0 +1,2 @@ +XT͛h85J;hϽ&KFL&b+c>u[:dokHux|ZYd1^?'ځ8{{`10C_]1 + H +`?ky!hj \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet100.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet100.shelley.key new file mode 100644 index 00000000000..ffaafd40a92 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet100.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880a054cd9b689dc13898b7a6c5c907350fe64ae4e33b1368a887cfbda98f264b46ad4ce9f926a4c362ffea2b971f63e6b8f23e755b3a646f6b488375f8c178fc7c939e945ab45964131f96315e06f5c13f27da81387b7b60313043f6b4125fc05dbd85310a8009480c2b60abc1af163fbb6b791a8ed9dac0dfd1216899937fa96a" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet101.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet101.addr new file mode 100644 index 00000000000..8033320cb18 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet101.addr @@ -0,0 +1 @@ +2657WMsDfac6DEhMBg6GTWfQUuDf8bJnNQixkRW3tGjKKoRNVAj3xy7j7SNakz5px diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet101.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet101.byron.key new file mode 100644 index 00000000000..fb2a71b4607 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet101.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet101.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet101.shelley.key new file mode 100644 index 00000000000..c755fce5304 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet101.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880482fee837c565144417da82d8be0e490714514e652644554ccba2712a7c7b7434c27f3621759ae9963063f52b9b7262986bee8fe85a0b5545ba556f68610184aa5efa8efd3fa81f155e553703e06dd5fc7a4db43a0585673835d91decb3cd1ad9d455bda2eb5a07a21033f0f6ee326326d1a49c3ffe469fe61001c3561a8c6c5" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet102.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet102.addr new file mode 100644 index 00000000000..1b42a066050 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet102.addr @@ -0,0 +1 @@ +2657WMsDfac5KkPcP7hUGhCqTVy46mGWhudWTbGCth24CZkVy7mWSJ7TnZvv49g34 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet102.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet102.byron.key new file mode 100644 index 00000000000..da80392e279 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet102.byron.key @@ -0,0 +1 @@ +XhˤoN2V,[˚5 O>W869![3Rlӄ;iW%khG5/Δz (ӑ45uYwcޘo0 *w wSXHvh \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet102.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet102.shelley.key new file mode 100644 index 00000000000..a3a611a2c5d --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet102.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588068cba401b2e4d103eaab6fd54e329eeb56e4982c015ba3cb9a913520ca4f3e579438013639211dc45ba333be526cd3843be269c457256bf20768c19bfe47c635e3b62fce947aa19ddecf0f09a928d3910e343592cbf975185977f963b889de986fe814f9301a0d2ab1f177d20dca77dae2a3e153b458068c961f48769bbb6805" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet103.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet103.addr new file mode 100644 index 00000000000..9654bd82ae3 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet103.addr @@ -0,0 +1 @@ +2657WMsDfac6BGYDUb31zs5bwxGgWw7cPsdVRoWDrcwxpJwHxn979T49P9ru83nU5 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet103.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet103.byron.key new file mode 100644 index 00000000000..0554a3cd48a Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet103.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet103.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet103.shelley.key new file mode 100644 index 00000000000..33e69d31a72 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet103.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58806078c772453247e772673e98ca185783f6c16acdb2658f9fec02574215cb8a52a747d3ddb2b7074aa11b91e9a9296bce5e6ad744ad1716adc8087ad939fc8bdc65fe171b5af032009be797588512882322c09e5aabb0f16c031325fe9ff0d44fa6d5a023fa73c47baf2669e9e156f4f7408bd2ea0525268ad4d08ac0f7c7319a" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet104.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet104.addr new file mode 100644 index 00000000000..bc44d9339bd --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet104.addr @@ -0,0 +1 @@ +2657WMsDfac6nwDp8Sn4ecYebCjpcsMdkxU7WxfysJxYFp2G1oe3CshRQa3PzVAep diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet104.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet104.byron.key new file mode 100644 index 00000000000..8a9bc40bbab --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet104.byron.key @@ -0,0 +1,3 @@ +X(Df)|Z)+x +G,]lbHƖW4\ח!Dm|#ivWJ&:7[O0zjdGX ++VL|!. UH[LT}] \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet104.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet104.shelley.key new file mode 100644 index 00000000000..076be1f3120 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet104.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588028b84466111b297c5a840ed71629c18d2b78900afae4479c2c5db96c62a69748aac696ca57ae95cb345c8e18c0d79705cf21e844156dbaae9b7cb8e4e50f070e23ba9f698776571d4af726c8c6c83a375b974ffa30ea7a6a641a47d358e00a1a049d2b564c7cccddcb2183a5c0d7d9fc2e0da3559e485b974cdc547df95d7fd5" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet105.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet105.addr new file mode 100644 index 00000000000..578d764d683 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet105.addr @@ -0,0 +1 @@ +2657WMsDfac7Yp5wCa14JAmkzAbCJVinK7RzDGgDqKmaZR2v21UezK6GAC275arnz diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet105.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet105.byron.key new file mode 100644 index 00000000000..8b6cfbb3eb6 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet105.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet105.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet105.shelley.key new file mode 100644 index 00000000000..0cd7205f0b2 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet105.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588040b307f42b0fa460d50dc01419db7d4b1e45228ce19834ef377bf5de2f87a84a0978086f8846f2c88cf0546f2ac4dab563603632d0ab1d5e585c995ea836ed7d3084033c234a240acb88374ade271da83a7ee58d9322e8b1ecaf5ce6400e1eb9be6c0340970917c19918555593217601820c0f3a47c840d88b1e53bd03a5e500" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet106.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet106.addr new file mode 100644 index 00000000000..a44be7e4386 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet106.addr @@ -0,0 +1 @@ +2657WMsDfac76x4CCSSS2u3bMUNZ9Ga21jwBk8L7Cjvn57u8ph4rhB4gSnr3Ad2Zk diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet106.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet106.byron.key new file mode 100644 index 00000000000..6e7c9bc5fb2 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet106.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet106.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet106.shelley.key new file mode 100644 index 00000000000..642a2a21390 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet106.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880b8c532cf0d00f12ecec42b67fb21ef8b6d0ed8a99659d0165deec2f83a48f152abd83696ccc1354d5bfe87b18e98a5d0a6a395342d3c16a9533f51a115ae09ab0784ad473dfc9446f4adc0a9a2ee89820d4da290a3402b61f1c69233843641eac5d556bce55c54c978b024e27ed78f0f38be0b9d4fc4fa060dca985df7595d4c" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet107.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet107.addr new file mode 100644 index 00000000000..7974d991de8 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet107.addr @@ -0,0 +1 @@ +2657WMsDfac7oCiJBj2ejf55UQ2YAAwDx3r1hPnLztuUaY7pqhQ54sVc9bv5f1L8P diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet107.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet107.byron.key new file mode 100644 index 00000000000..df510408760 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet107.byron.key @@ -0,0 +1,2 @@ +X:y-D-| +?={jRBCBas (m?e~wUB-[ `--7-kkԸ(lM.Sh;5|6I)tI'偻Q3*< \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet107.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet107.shelley.key new file mode 100644 index 00000000000..2ca745da2d0 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet107.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880a03a79f72dda442d7c0a3f9711a89b863d03ad7bb56a5214ded1d342eb43844261d7ce731f0b2816f4aea7856df4efb83fc21d651f7e775542c02d5b0c602d2d85f498372d9dcd126ba66bd4b828bc6cc21b4ddccefd2e53f2683b8505e5e6c5e5eff3dce704357cd7dbc8ff36491f122974498c27e581bbde51cb332aa6153c" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet108.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet108.addr new file mode 100644 index 00000000000..5ec143cb02e --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet108.addr @@ -0,0 +1 @@ +2657WMsDfac64fuErW2TCsBnFoSYYQqGxTp8Ynf8GUjCsUV3uFSEQjZQEfpvLsSSX diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet108.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet108.byron.key new file mode 100644 index 00000000000..de2bed96082 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet108.byron.key @@ -0,0 +1,2 @@ +X;Od ~ne2׵ +%ϐCƝ1t6y+"dB` >keހxXh2'}Lr;XL60SǦx݂y\Y6b$+4ajqVoZءEY; \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet108.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet108.shelley.key new file mode 100644 index 00000000000..3835437b2c7 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet108.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880f0a03b4fc66485f10c7e9ca66e6599fd32d7b5c80a25c506048eacedcf90ca43cdc69deda7319a74367915042b226418420f60a8c70d16973e6b0365dfe0de807858d76832277d4cc772a23b58bc974c363084539ec7a6c378dd82795c59c5366224aab703f72ba616f4346184079dbc6a71566fd9125ae0d8a1f6fc45eb593b" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet109.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet109.addr new file mode 100644 index 00000000000..c1ea97e3e7a --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet109.addr @@ -0,0 +1 @@ +2657WMsDfac5Tu5DvX7BcSQPEHkfyPmizyfeSjMekbAH7Nt7XK3iKYNPWAyPcMx7E diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet109.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet109.byron.key new file mode 100644 index 00000000000..5e4bce374fe Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet109.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet109.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet109.shelley.key new file mode 100644 index 00000000000..5be987ecacc --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet109.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588020a6c10b36ecf8bb9376ece891cab10242e60674296c51f2a673107826638e49d55663df8edb0c572cbb9b2db597c06d32007cbafacdfac612bb60a360da9d2813e6a3e82dab2473115a3e4d69a486e50676adcd963752cb05fa7da9ea7f2622b5783d2e8aa52a3780171f2e2ff7804f6db308e5756f6eccca7818716a619f87" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet11.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet11.addr new file mode 100644 index 00000000000..64735b9c1e4 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet11.addr @@ -0,0 +1 @@ +2657WMsDfac6pvaDY5rL8voHE3EjbKX7RDb47a8p3pFaoEC7QNGfKh9Fwr83HSQrd diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet11.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet11.byron.key new file mode 100644 index 00000000000..15aea0d6347 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet11.byron.key @@ -0,0 +1,2 @@ +XPi/,E+ek$!I1]B +J|?yܠMpӴ/yiIbL7fX2Grzdz :#zZx۝'g4"UB ].MD \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet11.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet11.shelley.key new file mode 100644 index 00000000000..70ea018beee --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet11.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588050bdf8691cfa2f911b2c452beec8056584a5856b1a1624c2dff22149b9d7315d9542b6cb0afa4a7ceba03fe479dca0904d70d3b42fcb79b8936993f249624c37668dd7e08b5832d84719169905a7a9727aa6cec7b3fdad18b6c1a5203ae1db237a115a787fdb9dd3270f1367348bf50222a9b65542b49d0d03ea5dc42ee84d44" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet110.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet110.addr new file mode 100644 index 00000000000..b7b7d6eba26 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet110.addr @@ -0,0 +1 @@ +2657WMsDfac5JnThQ2qFDwJshBgEwbX7xJjCk6a96QgTfTU3tbeoj3XQtMnjF4jp9 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet110.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet110.byron.key new file mode 100644 index 00000000000..55a153fcb0f --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet110.byron.key @@ -0,0 +1 @@ +X83I m};]hSwCPT%M@:m4Bw7{ \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet111.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet111.shelley.key new file mode 100644 index 00000000000..ecf1d4b7553 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet111.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880a8c8025d07eda7e563ae581d8b59570b248aae93a67899d57e8ce4ae29798354284ace84390e1c5a99642983993448f2ca2fb724e38511b22b58bd6d6c2fddfd3dce8c4cf0cf8ab88920d9066e1c26d7ab2e14ba2bec6634098a0a9bd4b87698e47a33239cc9f503182b1cebab077d30bc3ef0a46dfc34abc9428677377b9393" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet112.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet112.addr new file mode 100644 index 00000000000..f2e82972c5c --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet112.addr @@ -0,0 +1 @@ +2657WMsDfac6yZjYxexHK7QCeHfdVUkNKpkFWChkQFhdqQfENJZ5ESt6ut5mGRiVd diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet112.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet112.byron.key new file mode 100644 index 00000000000..d45538a6901 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet112.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet112.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet112.shelley.key new file mode 100644 index 00000000000..c4a18ab8d0a --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet112.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588000476994b4ec4e31fa1cf3899110f93de0597f0d1f019edf926a7d338af27357e4672072e24753364652a3ca41182019951bd6019fd4450feea5ecf4829e178b4238d9282458d389f2faffe5def207075bfb2d814af6ab41b4d41eb44c6325ea60e776a6fc41d83ac033650f3ef5ef5523f52aa488ba418dac51812aaba2e04e" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet113.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet113.addr new file mode 100644 index 00000000000..0651af7864c --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet113.addr @@ -0,0 +1 @@ +2657WMsDfac57E9oYDSAJZtMUJHswhjxmgUjnc7iAuvRPgdzSvMNoDHsHT8LpvZQm diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet113.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet113.byron.key new file mode 100644 index 00000000000..1316cb332bd --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet113.byron.key @@ -0,0 +1 @@ +X(VMRYl^B-(~K6J+ubuyb{NTw,\qpqri66kxk8 7X#R؍@j \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet116.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet116.shelley.key new file mode 100644 index 00000000000..712cc005608 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet116.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880e88a2b31602c9c4aef057cca64bd3bebd3c4a1428b92e19098d710f2ee156f4db3391f8ac820e1b6c216383b7722fe4b5a4365f37e75ea2f94d0a486e09b7fad1cea1af16c77a16ab146d924d1c8d696d68cf4c422823e5c7170717269368e36e86b7892866b380f09c6fd3758dc23c2de161ba7deff52fad88d92406affb69e" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet117.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet117.addr new file mode 100644 index 00000000000..0d35fa6d9e7 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet117.addr @@ -0,0 +1 @@ +2657WMsDfac5ZAWEscqZsYLuRJBa36CVT6mt2A5LayfgY62wqLaM2pNNtCRoasUpu diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet117.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet117.byron.key new file mode 100644 index 00000000000..570857d4cf2 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet117.byron.key @@ -0,0 +1 @@ +X%SU>Cg)00= ,`TH(4[ŏI2p̦#l+tV/5;?=ذ\{#}"FVV \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet120.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet120.shelley.key new file mode 100644 index 00000000000..4ffff5f873a --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet120.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58808866f2ab5dc420eed0acd9d164c8f449066e230fcbbdd232ce9efc88d1d75d4b1426ca7fd31971e10ee679f1e9f6618abfb1a869603c42b9fe58b977973359a33beb8b980a0e38613df5d55177f7e36fcb16d20fa609e64f84edf7921b21ba06a6626723d166b1f8eb7359a9dd233e025c7b23a79be21fdae27d22c8465656b5" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet121.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet121.addr new file mode 100644 index 00000000000..b888d827e13 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet121.addr @@ -0,0 +1 @@ +2657WMsDfac64sLNizQEbqZsjfhRrw6Vp8frE3c5L6tXVxWyrBPhDdedFcU6BfwzJ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet121.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet121.byron.key new file mode 100644 index 00000000000..a78ae9edf83 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet121.byron.key @@ -0,0 +1 @@ +Xݙƞ5G9 0VW&]*|PCz}m7b>T*r fy_i9Y;]/b./J'MeYAlk+FjDnkjg \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet125.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet125.shelley.key new file mode 100644 index 00000000000..68faf04cf68 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet125.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880185f7d486f9490060c64dbaf221ae1ee2e3e9330f856a6b43c73a539233eed5726825d2a7c501643e47a7dbd6d3707e562018a3e8e19d954902a721cc30bd6669d79b113e40183a75f9fe6693914d859fff9fd3b5d2faf62cc2ea7be2f4ae110f0110fbb27844d916559416c95f56bd6d62b46a3e66a1b44816eea8f6baf6a67" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet126.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet126.addr new file mode 100644 index 00000000000..3890eae398b --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet126.addr @@ -0,0 +1 @@ +2657WMsDfac758wQCGYe2uJXvdW9KFGPL8u8SsTbvu7piVEmqHqk6fDU5kKMNnYCm diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet126.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet126.byron.key new file mode 100644 index 00000000000..87922c49912 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet126.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet126.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet126.shelley.key new file mode 100644 index 00000000000..d74bc3353d2 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet126.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880304c7820de49a4c204ef4a82ca43ff814bdaf24be1fc4e246717d4c49fbb1a5d9160a9bd81ef2fd07b9e2ea7c2ec987afa5352fc9c173bf08de0d16352a6a0c9c38e9b237135cb8d27d24fd0000f2a3ed0473ffd81da1974930d129b525bf057ae3bba785c01da250cdaf8826156a076bae9f1b891bcd96df3131f910055607b" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet127.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet127.addr new file mode 100644 index 00000000000..cd8ad99018b --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet127.addr @@ -0,0 +1 @@ +2657WMsDfac5dGa3tW1f1L2N7H38pT64rKyeZZ53mi4vcFUrwJuczniHqPX81nY1t diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet127.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet127.byron.key new file mode 100644 index 00000000000..67db5ef6b4f Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet127.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet127.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet127.shelley.key new file mode 100644 index 00000000000..fa9cd0def30 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet127.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588000b7e4fd762f3004fef020a0cbc9b331d10e171fdf17576572523ee3425a735496ba1973982f1565c6325071ea865a810165af57395e96c127c075ddb6c458f03937e5f766ea9d90efed8a89afaba32c26535b08969e38c9691f32cc693c40af17c691fd55cbb1e9ccf2fbe1b635902516e37925979ec59699902610323294b6" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet128.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet128.addr new file mode 100644 index 00000000000..05d5be3ee60 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet128.addr @@ -0,0 +1 @@ +2657WMsDfac5tTRJ9ZMbJRzwxW9Fi7G6Roa7XUUVc6QikXn7NiRkTniX9MBnFfit2 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet128.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet128.byron.key new file mode 100644 index 00000000000..24b4753d3ef --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet128.byron.key @@ -0,0 +1 @@ +XhA/tQ~hD۞k bU,?#}=e =p#;Q]jt3r6zkclqp݄*uߗ喞:ZPμսl:W* » \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet128.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet128.shelley.key new file mode 100644 index 00000000000..4f82613baa4 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet128.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58806841140e2f91740215d751057e68b8ee7f449fb811199189db9e6b0d62bfa9552c3ff71e23be7d3d65f1b39e20ece83d9070b6cce115233bd4f4189786b7515d6a8a74c33372367a6b636c9b71dde61e708107dd84e22a75df97e5969e863a5a8250f7a5cebcbe8ad5bdc86c3a57fcfae7edefe4ee04fcf42ad5f3931f0cc2bb" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet129.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet129.addr new file mode 100644 index 00000000000..6a2eaba7e14 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet129.addr @@ -0,0 +1 @@ +2657WMsDfac7a9VeUzKyuMrfdGsnXBxtEhEJzFsC3rmGNPMpNTBzKfkPF39JZouaN diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet129.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet129.byron.key new file mode 100644 index 00000000000..c692fd31c44 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet129.byron.key @@ -0,0 +1 @@ +XX!c_i‘QO`+;=ZcTX@AُӔ0cǗ^~قݿfrYrZ9za 'IC, ZZgX }\7\ \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet129.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet129.shelley.key new file mode 100644 index 00000000000..49ddbab8894 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet129.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880581821631c9fd4e9f65f69c291cc514fb81c602b3bfcafac3dfb5a63c3545840ee9c41efdb1f96d98f88d394301aa763c797f25e7efd84d9828cbededdbf66ccd2720f1259f8725a899ce339867ad161afb6a1b2ec0c279ab6ad49dfd802f8bd43cd2caa8b09a2ed5a5afb90ef9ea467b4580ca17d5c7fd337b25cb5bdccfdae" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet13.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet13.addr new file mode 100644 index 00000000000..e033ff388eb --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet13.addr @@ -0,0 +1 @@ +2657WMsDfac6iWmo8PhoTJFHZbBnKDpY9x9zY96nCs31XdnzWrwPSrR9Cxm2vwoNg diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet13.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet13.byron.key new file mode 100644 index 00000000000..7c0c06ca59d --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet13.byron.key @@ -0,0 +1,3 @@ +Xh~&3ϰ^ +On-OezRt[\}jah~JZcZI 9QK +9qkRhjHou^Yb˛{8+|&VؔұoYUq \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet13.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet13.shelley.key new file mode 100644 index 00000000000..b7a10395d29 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet13.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588068a2a61f7e2633cfb090fd105e09b20ac94f6ebaa7e2ec2d4f6594ad7a15a352ab74fe5ba2085c147da56acf61f2e1c6687ea0b21ae4d4064a5a0e635ac0a0b51349a1b20d39514b9dfe0a398ff19d71f4b5a76b1f52686ab0486fbd75149c5e5962cb9b7b06caeae838ce1e2bbdbc7c26ac56d894b183dcd2b1106f59d35571" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet130.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet130.addr new file mode 100644 index 00000000000..1e2ca7f2b77 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet130.addr @@ -0,0 +1 @@ +2657WMsDfac7CZmsR4AmgKfoybRf9uMj4fdL4i8nvPUhcp5zm4VCkK74bdQRaNFgW diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet130.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet130.byron.key new file mode 100644 index 00000000000..94674816112 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet130.byron.key @@ -0,0 +1 @@ +X@Y~]m}:3#ŎeQ=SBA E? 1K{_ZWJ/}c~$D@H~ϳq̏+ "gH]yAZ] _ \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet130.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet130.shelley.key new file mode 100644 index 00000000000..9617a59b781 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet130.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588040a9878ee159d27e5d6d7df63aeabe3323fbc58e3c215149754c62b0f03e65513d534286db41b7094514913f0c1831c1bd4bb0e87be75f5ab3fee857f24ac02f7dbf637ec72405a09c0e44401418f8487ee2d215cfb385cbe171ee1dbdcc8f2bc90d22e1e9a16790fb8f485dc6db79ad140f8641c9025ad5c312115de0880c5f" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet131.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet131.addr new file mode 100644 index 00000000000..fa2d97d894a --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet131.addr @@ -0,0 +1 @@ +2657WMsDfac7Gh9gi3PzRqoSzW7TWYcNo1NJaWdPqoopu1SHwVHmW3Fe2q1rxNEaQ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet131.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet131.byron.key new file mode 100644 index 00000000000..109ebbf87e2 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet131.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet131.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet131.shelley.key new file mode 100644 index 00000000000..3b4546ac899 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet131.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880c82cae36416356feea3522280544af7ca99daf9674826db6cec2507a11ffe7476a305cb21a33299e092d2758b0738370b1318183f6fdfe6fc38d1a54178a09788df30677910e4db2f50f48a29297eb10194f359f92966e71fc0696318ee6fd803aed000cfcd38ff378c2b43facebb38b2a706c73bb1d4019c1369ff437d70cdc" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet132.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet132.addr new file mode 100644 index 00000000000..dced299a177 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet132.addr @@ -0,0 +1 @@ +2657WMsDfac7bm7kij8o83qHnomRytcy5M1hGeqPz8hA8sWKqtwiTK3ifp8AvePtr diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet132.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet132.byron.key new file mode 100644 index 00000000000..df319bdc366 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet132.byron.key @@ -0,0 +1 @@ +XԪHRg& k-y&KņWSgfJfەKcbAWBm={N~q3:D"vŽ'%6ۻ2$/^hfosEׄ^ \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet132.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet132.shelley.key new file mode 100644 index 00000000000..03d805cc30e --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet132.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588008a0d4aae9488ab81912e1521867932609956ba5e52dbd9f1a8a0eccf179264b03dd1cc586575367ebe916bf66a24a811d66db95f9e4c5dd4b636241c2de5713d8f905adfa426dbd3d927b894e7e05f071ae333a44e4d3e022168dad76c28ef7050f27dfe425b936dbbb03171d32242fd35ea36866ce6f7311c145d784ab075e" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet133.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet133.addr new file mode 100644 index 00000000000..3542ab2bd09 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet133.addr @@ -0,0 +1 @@ +2657WMsDfac5cAxikspeR7PferyfzsZJAyAFJPGM7cLzPUSuwbQi8eJ1ugGXUhA8v diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet133.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet133.byron.key new file mode 100644 index 00000000000..5f2a5ab2fcc Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet133.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet133.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet133.shelley.key new file mode 100644 index 00000000000..4fbb7942d62 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet133.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880086ed1e5b31700b5f0020db66e49ac88546fb6daa20f215e09dd38c18dc1a84a8821999f30e41b1e00827b0d659b5b5eb416fc16745459ca2d9f88db1026200673e3c356e5da81b4b3172970ff7dbc619ac0aa58bf8ba3fd5726b5472e889635404a2a6dcc5b64a7e5d7e96a88285cfeb69c5d5e0d7c1b88dc33f5e6ea81fb50" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet134.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet134.addr new file mode 100644 index 00000000000..632c29b4b6c --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet134.addr @@ -0,0 +1 @@ +2657WMsDfac5TKgJKSDJxh61PfHUW4kaFNXcyxpCubLXAHxmoB8Fs3rfReGyicjgX diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet134.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet134.byron.key new file mode 100644 index 00000000000..5712fe3b3de Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet134.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet134.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet134.shelley.key new file mode 100644 index 00000000000..1f47a014fdb --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet134.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880a07e611dc4755b5638fbe63708f6af946644b345547a51b683ea121803919d402372043cb2ebd59d84dc693f65c2d5aa223503e81062654de99446dc94686d27616dcf8258df7871165a0fac299a9ff567f3eb2392d3215c008f28ea2051d0d9a77c5364f36d8fc4375f413a5c42556cad4903960349ab20354f2477ce6a6332" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet135.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet135.addr new file mode 100644 index 00000000000..e7d29c725a8 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet135.addr @@ -0,0 +1 @@ +2657WMsDfac5asLJac1aka1BbVQAPAPxE5UerCPg7sF15cptkuSZCQ48BZQ4Piyj2 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet135.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet135.byron.key new file mode 100644 index 00000000000..d6d1a7905b6 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet135.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet135.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet135.shelley.key new file mode 100644 index 00000000000..20ae9a7128b --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet135.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588068b9f8166f7261fb714c0fd771a20e8f1f3da32b83605df2c4f3ad435383864d259f3c48ebc827f7368edfbd74df9cdfb15c79989a57303c477647b3ed9964b1f3a9d36f9d79c22e347b07cc3dced40515977e74d92f517867a38565409aa3031000995ea9345af90cae85795fc02475bc38f404db553202d83ec918081afc05" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet136.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet136.addr new file mode 100644 index 00000000000..62e7c1d846f --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet136.addr @@ -0,0 +1 @@ +2657WMsDfac7cWjaLASdXnRYLuRuwS1hwMhEkuyuyD3gtvqMaKkG4DiRj4JYk8EGD diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet136.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet136.byron.key new file mode 100644 index 00000000000..1258b198d65 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet136.byron.key @@ -0,0 +1,2 @@ +X8)WGX@ݪ`18)JMl{bS;cLp"Z**Ui".(z00iE^ +kI񸪅M.A1o⫞>} \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet136.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet136.shelley.key new file mode 100644 index 00000000000..b1abc6fe2bc --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet136.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58803829cf1657be47bb58c1c240ddaa1307a98060e4fbd1153138c9298c1d4a034d6ce1c77bf06253f9df3b13ad63994c70b2012219a75a2a2a55691bf7222e04d62881e0c87ae6309c8330fda9ae69c445abc0a15efeaecbc40a8e6b49a2f1b8aa854dc20e84072e7f1f01418231df1f108cabfecbdfeb966fe2ab9e03ffc63e7d" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet137.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet137.addr new file mode 100644 index 00000000000..19a9d834bad --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet137.addr @@ -0,0 +1 @@ +2657WMsDfac596NMnBQNQBjyugiCxtNtpgcWMSaHJYKB4pwysmFvU6v3fBrg2MarW diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet137.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet137.byron.key new file mode 100644 index 00000000000..2e59db7378a Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet137.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet137.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet137.shelley.key new file mode 100644 index 00000000000..cdf873026e5 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet137.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588010725e7485de33e6485eee9205002eab207bd728dd7c79afa8be4bf7c03b6e4ec2383532c5d4e42ab406e3e1181b6470b9a2b7a9343ffb75d9b6e4c9d2ff9d5ce0955f433329f9723191d0766816914fe6f8cee12404cfe5dd149814bd43cd7e76942597c0669ac5ac514a5351953ecf43d3f26a0eed88f99bc8a97712c1156c" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet138.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet138.addr new file mode 100644 index 00000000000..26d39478ee8 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet138.addr @@ -0,0 +1 @@ +2657WMsDfac5LwT2V8jHGobhn2VnrF2og9o37gy3p9JcACgFsrQE6i5XbVQBz8Vdy diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet138.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet138.byron.key new file mode 100644 index 00000000000..4e552cbaa2b --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet138.byron.key @@ -0,0 +1 @@ +X0WmŅ,G\9WֵRX+,T-QC̼=~]1=*HgG e=G#(_1 ߊ- MO@ 9 \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet138.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet138.shelley.key new file mode 100644 index 00000000000..ad7bb4dcd32 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet138.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880c0199cb9fb3057a5f4e3ec6d1ddc05c585d42c011e81eb478605ed5cc8e83957d6b5b9e7b6521ad0582b2cd1542d198880fa51dc1bab43ccbc3d8c1895d3ea7ee85de1c1ffb331fa8a80e3addc3d97c7d82a4867be471d0cefdd65153dd747978423e0c8ee285f31da0988e915df8aad8e2d8fece20ce54dd6ed4fe140f70b39" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet139.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet139.addr new file mode 100644 index 00000000000..7cfee2ecc7b --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet139.addr @@ -0,0 +1 @@ +2657WMsDfac5wJiCbxDDdxy1fSKvuHiAzQvfx81NFpdF98FLybFDrqC85rqFsgriS diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet139.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet139.byron.key new file mode 100644 index 00000000000..d9e3ad42937 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet139.byron.key @@ -0,0 +1 @@ +XA}˗2y|yo+)b%hL8b""<gYY54AP!@h&.I.2~ۚ;ORHeVdxOw3fI \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet139.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet139.shelley.key new file mode 100644 index 00000000000..f53c71dd172 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet139.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588010fd417dcb9732797c8a79aab9ccd0e29feef66f2b29c8dd62251982f868d74ca9e63862f016ff889fdf2222eff0cc183c02966759593534415021c44068c1da01262e492eb832b7d6c67ef6f9db9a1cb6e33b82e84f9b02c5d85248bc65ed56986490b3f11b8f1af5acfa781f4fc3e37714f8f0983303660ea5adf40fe88a49" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet14.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet14.addr new file mode 100644 index 00000000000..57e94ed54d0 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet14.addr @@ -0,0 +1 @@ +2657WMsDfac6F1psymTLoAfeT2UF2UFYPXJuYBRuhpqAyDbbAZBKQRyGwdgJAubJ4 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet14.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet14.byron.key new file mode 100644 index 00000000000..b1d9db477bc Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet14.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet14.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet14.shelley.key new file mode 100644 index 00000000000..996d9c7cc06 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet14.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58803899b02786ceef60bb0a48b6ab9c3dc9c951ed9bf7a459b5a120c8277a286f4ccf80f6adc641e40ab7d08d95bd65445b6eb10e1cf8dc0d2dfae52a1a44fc1b18496165f7a1ce85532cc04219bef5de51150a006d3f3e020a8dfdcd19c6cbe91ee9e12d18decc1ca0ec83fd30fd665f8106a68e76ab8496745c66ffbb9aad5719" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet140.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet140.addr new file mode 100644 index 00000000000..30680718832 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet140.addr @@ -0,0 +1 @@ +2657WMsDfac5JxUGVC1gDUECsejdX7FVbiEMzzsoZMVNYs95crpQQXD2XBKPGomNt diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet140.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet140.byron.key new file mode 100644 index 00000000000..509e65bea98 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet140.byron.key @@ -0,0 +1 @@ +Xp7~Js}m%31iFR!pP ~F>.>ei8  `3`_5#XQR^gbdd"AKz&42 ywDTXJ4Ty@(aKx$RHP \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet140.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet140.shelley.key new file mode 100644 index 00000000000..03f6f69124a --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet140.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588010d570377e4aa473a1f07d6d9ca3be253331801b69c046522170c1c1500b7e46c73ee42ed53e6569380baedb7f0b0d6033601abb925f9635235881f051f4525e676299648264228114b2e0414b8c7a26e834320bfee19cd311cb7977eb80dbc644ce040554581d4a34fc5406794028cb61e0bf4b78fb245248ac50118fda1986" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet141.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet141.addr new file mode 100644 index 00000000000..5a5e049f3fb --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet141.addr @@ -0,0 +1 @@ +2657WMsDfac53FCNUndfN1tgcrD6cr8HJsFioqvdvNrWUPLXx3RjJFe96kkne23Yh diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet141.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet141.byron.key new file mode 100644 index 00000000000..537b46e507c --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet141.byron.key @@ -0,0 +1 @@ +XЯ4 Pc0&˧`e7d/6M=] Hsԇma6&"`*݂Wp4!-Qss\U~r>k$ZxEv(ޙ!EJ \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet141.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet141.shelley.key new file mode 100644 index 00000000000..3671d09ec00 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet141.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880d0af34910d50f91663898430269ccba7976065c937d9f3642f82ba364daa3d5d20a98bfdf5f748e3bf73d487016d61d8e0d136a2bf26facb128ac722e8059860a42aaedd825770a23421a780f12d5173d6d3c7ed85735c55f47ee9728ca2ccde3ea36b245a7845b1f6bb1da5b59ca47628d918de9921b50195f0a407de45ad4a" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet142.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet142.addr new file mode 100644 index 00000000000..ef6fbbac0d8 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet142.addr @@ -0,0 +1 @@ +2657WMsDfac6sZzjSt19U2PdZRLipEb4UmyQKNkbiPoYP6cdntuRFWgy6viCHWasd diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet142.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet142.byron.key new file mode 100644 index 00000000000..0fa5bf26a5a --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet142.byron.key @@ -0,0 +1 @@ +Xhſhj?㏘ɕNd妱C#OkFPwWW^(hX$z.7v/YyS7l;Pb;n:8+M`FBS q'Sj#1 \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet142.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet142.shelley.key new file mode 100644 index 00000000000..388ffe88529 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet142.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588068c5bfe9e9686a84b53fe38f98c99588954ead1664a8e5a6b143ffae23dbd44f6bc7d746b11750fd77048de3a05757935e2811198768fad8fbc75813a6fe24fd7a2e1c3704ad1e76b42f59795337826c3b50bb7f62f1efc53b6e3a99380f2b4d60c44642fc53bf91e9e00e209cfb1e98159271271c538bfff56afd18fd237f31" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet143.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet143.addr new file mode 100644 index 00000000000..64decfa9a2e --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet143.addr @@ -0,0 +1 @@ +2657WMsDfac5QwgEENVVBH3FQzcjh2A8gqYexakctLbt1v2MWxXQD3Nrq6Cx6Lxsg diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet143.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet143.byron.key new file mode 100644 index 00000000000..43f233d9acd --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet143.byron.key @@ -0,0 +1 @@ +X.Dzk6iRL#ը(4FLwP\#}).U>(8%Rti#O:yeO]U} \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet15.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet15.shelley.key new file mode 100644 index 00000000000..3a0bf26dfde --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet15.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588010b15f7066874cc3c260acf10ef8d78aea1ec7459a6ff2a4c96239f2399ea24b3be52e2add530343752645a92465fa6ba73aad3d3ed80fd5a828fa34e8ed464c77a8a086fa9391e150875c1203f3237d17292e08ea55aebda83e0eede62838255274bc9d1169158b10230e4f3a1fc1791f654fe05da3f911a8b6ad9155f07d14" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet150.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet150.addr new file mode 100644 index 00000000000..25f30311fad --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet150.addr @@ -0,0 +1 @@ +2657WMsDfac7nkorewr21hUaCXm2H7yjvhh4Bg4waRw1owE5ReUDoeadGTPfm6fhV diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet150.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet150.byron.key new file mode 100644 index 00000000000..93356baaacf Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet150.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet150.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet150.shelley.key new file mode 100644 index 00000000000..c7bb595cdc8 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet150.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880483166ba32635af46aa7935eedffbecc8d03b8638a14ab9db8722173f79d1c5713131291ae0d5b6ff00b71769372bb82cece39f2ff5769fc921b2c31961e47e0ee596033d26f1836d7cd0046623caa39714355a214d07985ab90e8b2bdea337cf4b5a79b5d389bf197c277f8b4be389bc83dbdcda079407ee9f061c78401ccd8" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet151.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet151.addr new file mode 100644 index 00000000000..e9fcb4c8719 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet151.addr @@ -0,0 +1 @@ +2657WMsDfac6A1d2usebx61ZJRXgVpoXAgA9maEmEe1XJBtgy1ze6X5QWShxGYDK4 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet151.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet151.byron.key new file mode 100644 index 00000000000..c98e390c152 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet151.byron.key @@ -0,0 +1,2 @@ +X@SHo-B55,̢ϤVsN*)3e։ odmyBx1R\@Hk"ɠyK +qwܝm\ (!,' pC~(*, \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet151.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet151.shelley.key new file mode 100644 index 00000000000..d4b6ee4957e --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet151.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588040530148a0d36f0e2df8d442b9359935162caacca28acfa4b856aa1e73f4ee4eda028a2ad22933b70fea65f8d68984206f64c66d79ecd542ac78aa9031138752b098ebfde35c88d240489a6b9c22a6ff8598dec9a0fa7914fe4b89dc0a0fabec71117796dc9d17966d5c0d289b99e6c021f12cf627be0d1070a1437e282a2c91" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet152.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet152.addr new file mode 100644 index 00000000000..4e16522fd51 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet152.addr @@ -0,0 +1 @@ +2657WMsDfac78R3YefhqfVpmQBfJZAPEjRJ6PgBfkoU3gw7BVTK9zrGKaLAj29MXN diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet152.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet152.byron.key new file mode 100644 index 00000000000..400abed9b43 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet152.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet152.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet152.shelley.key new file mode 100644 index 00000000000..0895c1ce334 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet152.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58802021f4c6a9699afc847892a585aac659c97873db6af3e412ebccce1dce690f5944c9fe7eb997d38a05a599272fda00ca84d25b6bc5692662ed1b5c3848cf2f3b4eb4b7d510af3a4f39f3b34ebe46a66e497e703b600bbebf83e6c0b4533eb82056f4b7aff1aa887f2394dce93ba6990c7a1e31e6727108189d96edfc3bcfe7f6" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet153.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet153.addr new file mode 100644 index 00000000000..cda9d300bdd --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet153.addr @@ -0,0 +1 @@ +2657WMsDfac6Qnnq2vKHnUoHbAyTFV3jBJGFjbR4jcwp4vUKDy2Nth8D3TCCpdoMh diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet153.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet153.byron.key new file mode 100644 index 00000000000..b5089091cc9 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet153.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet153.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet153.shelley.key new file mode 100644 index 00000000000..bed2dec95e0 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet153.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880586d6ab95e0bcc22c8feb176a9e3e48cdac34141ab8a7525f16c321d8d26ef511d4fc9ad3ea7cb1ee98c9bc88a39cbbf90ec6991f6e156251f70f70ed3fa44244581907cdbac409127e21914d45a80bee0402dda37d1007c211d0afde7b0b973a08a076ac70ec13bfaf1cbbe30cf12081f61e6434d7b110c9725a257ee16223b" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet154.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet154.addr new file mode 100644 index 00000000000..8be7e71ced5 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet154.addr @@ -0,0 +1 @@ +2657WMsDfac7Ck5ZTon1HZDkTpmaZtSwCHKPoi4QUbgxGPm7ThHJcGacBBKK5vBrk diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet154.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet154.byron.key new file mode 100644 index 00000000000..dcc18175ec7 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet154.byron.key @@ -0,0 +1 @@ +X*Mީ#M 77$G|\ ^xgk@al/#?pġe,mz5# QB:w[E0oר^@lRx6ҖIBÞ0ϣg&s |曜 \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet154.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet154.shelley.key new file mode 100644 index 00000000000..449382ae719 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet154.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880c0ac2a4df6dea92301864da30b373724477c915c0d1ba65ee4e77803ae676b40616c2f8f23b73f17f4f8d87010dc01b7bbb5f9c4a19198fbdd652c6da9f87a351c23e0e01783e40b99cd51fc423a775b4587cf306fa3d7a8bb5ee740aa166c9f527836fbfbbed2964942c39e30cfa3b4e107678426730e0d99fcee7cf0e69b9c" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet155.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet155.addr new file mode 100644 index 00000000000..fe67634c1ab --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet155.addr @@ -0,0 +1 @@ +2657WMsDfac6FK6HE4d9bNfVrsaY5ipHp2mCDZTiLRJr9nRxomdQuRf7HdYYX9VzJ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet155.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet155.byron.key new file mode 100644 index 00000000000..e1eee4e3769 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet155.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet155.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet155.shelley.key new file mode 100644 index 00000000000..cc87572fa76 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet155.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880903172a90e4378c827bb52d438eb3920b5de0b51731403f817a775a19529524ebd25d7e6e90aa787adbbe79e3d30d00488ad4b2b9af25c821bad6c834899a1fffc9e38675ef594fcc8196d93e5b3af738d4cbfd6be081f111775428f9d856ebeedd9f9b77dda550c210049e28636685caf3c45f63625385294fafa164ceaf7d6" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet156.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet156.addr new file mode 100644 index 00000000000..961f34ade80 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet156.addr @@ -0,0 +1 @@ +2657WMsDfac6gbPGLN6hHXUMo9pXVhaAzNBj21HtHpQATLXsCEK88z6yXH1aWvKuR diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet156.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet156.byron.key new file mode 100644 index 00000000000..6e98cef6c1b --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet156.byron.key @@ -0,0 +1,2 @@ +XTLƁ"U?:/ݐS??PXɈI/%YO7-3 + vmD>%bݹ:K +zRA&Y!\a_|o3u;{(ţ'y \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet156.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet156.shelley.key new file mode 100644 index 00000000000..715dd18d111 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet156.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588018af544cc68122bbe095b15587fb3f3a7f7fa92fbae192dd9053cbf9c33f3f5088d5d2fb581dc988499e2f2559ce4f9837b0892d330dda2be7e592d0fbf1e7f3960d80c603766d44cd1dfbbe9489053e82a42562f516ddb93ad14bb9070a187a521a9215894126ad5921cf5c615fae7c6fff33753bc47b28b3a891c5a3279979" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet157.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet157.addr new file mode 100644 index 00000000000..adb324b8c9e --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet157.addr @@ -0,0 +1 @@ +2657WMsDfac7JitkfHpceaUiCUw9PGN1ymEdHNmVgjEPmXw8Vav8S4S9bZkXu91Wy diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet157.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet157.byron.key new file mode 100644 index 00000000000..7edba52db19 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet157.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet157.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet157.shelley.key new file mode 100644 index 00000000000..1656ff7e162 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet157.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880c86eb35d3bce0d81747721e1837b330c5c25a7444ebbb1fdc751661b45d7b45977870757ecdc8fdcea73b11e238f1180396040906d18901236906669b6bbebe7ea7366aace677b17414eed4db6a708ccb89ccd278ea95ee2ae0af79616226765a64f6f0abd701bc849a45e3106e8bbfe2349ca321bc06f94001241bd0892fa85" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet158.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet158.addr new file mode 100644 index 00000000000..5f570b5ee4d --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet158.addr @@ -0,0 +1 @@ +2657WMsDfac5VLmjqGWxwSAEddYceVCfBdXgnBHLEQTEEhZHiZY3VhrtyxjVmKV4i diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet158.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet158.byron.key new file mode 100644 index 00000000000..2c59dd491aa Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet158.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet158.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet158.shelley.key new file mode 100644 index 00000000000..7027214f4c2 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet158.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588068b626c2f9165c2ee9de8a463a8b4ee2f1b500a082497017f3b487b73231da494a2647c14cc2aff21c3044df853981bb6564e7ec96589ebe73736293199289156a79b5cf6890b8d89445fcfbe0537374df5c08fc424c7159df89784ab3ec6aadea52808338134a2258481f8b66e975b931061a3efc1860cbfe2c068a7e35b12d" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet159.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet159.addr new file mode 100644 index 00000000000..9229ae0f064 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet159.addr @@ -0,0 +1 @@ +2657WMsDfac5A5juT5g5XQCj1Vv8QF3k4rsnQGWgaoYBop5EpYJddBvZLw3orYUuD diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet159.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet159.byron.key new file mode 100644 index 00000000000..d021b5ed2d5 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet159.byron.key @@ -0,0 +1 @@ +Xǰ #=P!ENO2vap@P~mF~F㳴 4 ~u]U ˫.!J@rlp{zjCnqrGOꮻ,k7z \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet159.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet159.shelley.key new file mode 100644 index 00000000000..1f047ebddb9 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet159.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880f01410c7b0eb0d9e23da3d0650dc218945f64ec4db4f32a176aeca61147040507e6d0f46c67e468ca7a607dce3b3b4e1200734f4f30ce47e18dd75afe29a011f135df98555fe88a296e80d0df6cbab082e831af3bcf4d92199f1924a9140726cd8e6707b1ad77a6a43186eab718c727f4701a7b24feaaebbb02c6b3711c77a8d" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet16.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet16.addr new file mode 100644 index 00000000000..66cdb7abc75 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet16.addr @@ -0,0 +1 @@ +2657WMsDfac5yXkcjNnNoha2UvN28RXcj6Bys1xidVAHPNF2gWmGKgG3RszebkkuC diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet16.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet16.byron.key new file mode 100644 index 00000000000..4c608082993 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet16.byron.key @@ -0,0 +1 @@ +XsR&Up\X2;HW5EA]z s,Ws,W]yJ1H 9wCvD^?_$w1/~"Ez̎7࢕썣U[> \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet16.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet16.shelley.key new file mode 100644 index 00000000000..1bbbd20fb1f --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet16.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880b881e3735298a2c0b626e055705cd50558c8323bd4480f5735e6f0a28045415d7ac806090f731c089d2c57948ff1d37399892cd057b5bace5d79a2b34a318eac480c1b8d1239a677a5b1437683dcda7f445e3fe618ae5ff524d7e577312fcd19c8efe67ebc2245849c17ed7acc8efd37e0a295d5ec8da3dc5588b5e1fa5b3ec6" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet160.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet160.addr new file mode 100644 index 00000000000..4f9449c400f --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet160.addr @@ -0,0 +1 @@ +2657WMsDfac6NrYEkgf4R4iSc1Z8FENNmHwJJFyCSEjSC5FCk9G2FKLenkBP4BGgF diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet160.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet160.byron.key new file mode 100644 index 00000000000..b34a6bcdaa7 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet160.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet160.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet160.shelley.key new file mode 100644 index 00000000000..4842afac6ac --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet160.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880f8a17715138a26bf6d0880b9f86204dc7c4cd59e16a456456f3b70a6dabcf758fbade35e7b258b4ac6af23d2a0f0910007e0f10d28b421ca6528b0ceb0e8b0b96dbb44484aa78d5e516f026a8ee9d20e5b4690df2d9fcfd6d36aeafbaa6e49d6ce499d7d9aa2dddda22bc8a6d173ec1bb1e363ff46dee6d674a2ca5e2d3facea" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet161.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet161.addr new file mode 100644 index 00000000000..613e09b4ca6 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet161.addr @@ -0,0 +1 @@ +2657WMsDfac55V5S34eqeTaASD8DRD3DArHHfTjt4eJqjYHMmMUwaMVZgiRUBp1si diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet161.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet161.byron.key new file mode 100644 index 00000000000..a499b4e8095 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet161.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet161.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet161.shelley.key new file mode 100644 index 00000000000..ed09a9cd843 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet161.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588028a5b3041133e9a9464770d99e113f5610b497a73826a1d903ded7bc847f0e48c2f21cced5544538cc9db6fc46bee0bacdb45433e0d0fe936a22c7b35eb875ded7342de97e959ddba346fb05373819b90a1ddbb058ac035736153b637af4e3a0f1c5727fc90e194ca727410aafd3d49c007b934c56b7d0504ed490aabcc3fb39" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet162.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet162.addr new file mode 100644 index 00000000000..3e6871ab5a0 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet162.addr @@ -0,0 +1 @@ +2657WMsDfac6G6BydSbNsTKP5VWQe2CsJLqhRFAxsA81RuFG6UAVZ229hhH7vom78 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet162.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet162.byron.key new file mode 100644 index 00000000000..1d950e85d9e Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet162.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet162.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet162.shelley.key new file mode 100644 index 00000000000..3e233709274 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet162.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588098084ad993e22bd2985cc12b72e845c50a4a6ac1ded01a3f347e321d3e2cc9540118fa9c7eb5c164d1aee8e10bc9f77b1d59b0f7684557fe9b84da1f7c5b566de816d49aae6cabbcce4800b6f9da2ff52cc62d6c7d333662d650c2e69ec5c5dd069f16e7f8b185801846e2ffa5298d82aed8349857b94263fbbc98528aa21d56" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet163.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet163.addr new file mode 100644 index 00000000000..7709723c9c9 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet163.addr @@ -0,0 +1 @@ +2657WMsDfac5uC9xVGqjdyzoaGRSStN1sMrjBriu2d6rAnQgHnzphTZqzKrDdRReN diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet163.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet163.byron.key new file mode 100644 index 00000000000..9f6a0b2731e --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet163.byron.key @@ -0,0 +1 @@ +X8Yc{en-f5q[DYܜF:Yyr[G.X ?/TfKH+k53dџNCW\}EpW " \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet163.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet163.shelley.key new file mode 100644 index 00000000000..de27b95c352 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet163.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58803859ef63be82a3aa1fd77bf3f2ef6598e26e2d66359e18715bb7b044a193015903dc9c463ae1ed598695ba79bbff725b1fa647efeffeae0f0fb02eb758203f1a2f54b7b566aa4bfdc5f5ad48f0b42b046b35e30233f8cf6486c5d19f4ede4357a6805c087df6e083e5d74504700ed257fff40da30990f8e999d901ff228fdaca" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet164.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet164.addr new file mode 100644 index 00000000000..367913aae08 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet164.addr @@ -0,0 +1 @@ +2657WMsDfac5HzzquZNmkgqwuDTjkHdh9HrGqcF4QhMHNVa7kcDruYwdrGhHUbHw5 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet164.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet164.byron.key new file mode 100644 index 00000000000..42d0db3ac28 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet164.byron.key @@ -0,0 +1,2 @@ +X@A!giF3iMNN{p|0`%[S즱Rk`&@jČ3X%[pj%o_ +kZQ" +Q^G㘾^k =ڻdG(1K39 \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet164.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet164.shelley.key new file mode 100644 index 00000000000..02ff46e73dc --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet164.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880404121c2906769c746cf33694d4ee7f4b84e907b707c3060a7255b53eca6b1526b6026a6e794408e9a15c26ab5c48c3385815819251c5be3706a25866fe3078a5fbef889117f0da48f2bbd98a16bf115035afc5122190a518b8e5ed647a9e398be809c5e861d6b94b2099ef43ddabb0264b685472831c74b9b9484e533e6c939" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet165.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet165.addr new file mode 100644 index 00000000000..8d8958cabd4 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet165.addr @@ -0,0 +1 @@ +2657WMsDfac5CAsuiUprZr5EDpcj3XTmtHzUTXiEThawShQvB6ykvLhmcyuxboJkE diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet165.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet165.byron.key new file mode 100644 index 00000000000..6c50d7f3d34 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet165.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet165.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet165.shelley.key new file mode 100644 index 00000000000..4b3f5873a5f --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet165.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588018728625f1d4cc884d06310a0b994122465d5d00c1c2f37679e6232d09a41f5e5f9236d0835360b7f26ee7779b79e5c95b689e3bb307a77e145e9298ca18de6d5bafa3b3556dba01caf3aabd11e75a73cad16caa3a417407e055d92d4f3da377b899b8ec2c865178ddf3e10de06e7c91e39e0f668aaa85ae8c0701fc9bb8e506" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet166.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet166.addr new file mode 100644 index 00000000000..20b330fe0bd --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet166.addr @@ -0,0 +1 @@ +2657WMsDfac74vBYKrsWPrP9TbEFXnxnZmEyL4dCgJvUWvkrm2pAqCN9owfAoE7fV diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet166.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet166.byron.key new file mode 100644 index 00000000000..a2445769973 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet166.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet166.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet166.shelley.key new file mode 100644 index 00000000000..51293f6b935 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet166.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880e0c75eafc52f1ce68f1e610e832c23360d602d2af78b7963c99d3fda8085864f72690a7442b6903583e5a8839ca6156b112c8c6998619a3ef166d3b7e3c0b2159d5897e9ccac64a57d41da45e5426169ebef0b8780c85e618b5200c30007b1fc8d745d4ae429ef50a2334b1f789711f607a387920fa87642925e5ac9de597aa1" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet167.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet167.addr new file mode 100644 index 00000000000..e23fe7808ab --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet167.addr @@ -0,0 +1 @@ +2657WMsDfac66vqFSWHRnW24JbWUWtrainxzP7DcWX6ZnGx7RBdmnZhs9dMTfT34P diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet167.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet167.byron.key new file mode 100644 index 00000000000..e2150d1b93f Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet167.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet167.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet167.shelley.key new file mode 100644 index 00000000000..87e551939e9 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet167.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588070c71444c55f690c394f8532c64360566bd720fc4e99bf0b99fdac3f1d64234d51ace3773951280c6d88eb6462c6db16eff62ac9bb1200e36901893f34299c1f7b5b4f04d060ab9a2b95cfaf711ec33daeb53719b9b8bcd478a35928c9e5e87afd2a42a02e9b189353af054a38523d716d7027a4c8f4878e811976405cddcfee" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet168.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet168.addr new file mode 100644 index 00000000000..c89caaf1ab0 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet168.addr @@ -0,0 +1 @@ +2657WMsDfac7GDA1P31zkudhhjLJesqW5R4XLNduiRwzaCiNvfhKtTsWT4wzuWfsK diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet168.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet168.byron.key new file mode 100644 index 00000000000..5e782474ab6 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet168.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet168.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet168.shelley.key new file mode 100644 index 00000000000..e865bf47422 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet168.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880e03695bf81d41cd58eec2f5bf1aa1911b608debd6b3fcb3d3eb389005d94a05c2a842db6172c8f22bd0bc3633123b7762f08125a3ff304d61305c0639ee99a3850b53196f768ddcc47e8347d102a266b17873a023c0850805196199a8d75b1076038be60143964b489a58bab98208be3ac11c57d3a063f8b87dc074984eeaa1e" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet169.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet169.addr new file mode 100644 index 00000000000..d73d3ca5ff1 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet169.addr @@ -0,0 +1 @@ +2657WMsDfac6zhnpXbPSqT9jmYzu8JnLvHKRXzeFg5E4axdJb91iSbAgnnqY47iq7 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet169.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet169.byron.key new file mode 100644 index 00000000000..e4b291f1346 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet169.byron.key @@ -0,0 +1 @@ +X@ =nI1Asc™BmuMD5oᡍyM!zF`͖ZlpeH ,]sXƂdÃ,$>8BA+ M3nzX$Ͷ \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet169.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet169.shelley.key new file mode 100644 index 00000000000..6a4a61ac81d --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet169.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880400c3d6e80f14987043141f1818bd81173ee63c299e1944293966d75d64d1444f735a96fe1a18d794dde217a92e046a160e4a3cd96a15ae48a6ccc709fba8265ec48ce170b2cbb81a7c15d73bb58f4c202c682649e88bddfc383c12ce6243e8738ea914241972b83def9b6089c1a0b4d33aca2e46e7a58d6240ee0cdb604ded5" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet17.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet17.addr new file mode 100644 index 00000000000..9c8fd03f3d2 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet17.addr @@ -0,0 +1 @@ +2657WMsDfac6bErL8LT3CZSdCbLWzsCMfMTU5yoceB5gcDYwibfMZoy2KJfKKYU5t diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet17.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet17.byron.key new file mode 100644 index 00000000000..5d1b0a77cce Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet17.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet17.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet17.shelley.key new file mode 100644 index 00000000000..8af8fc53b93 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet17.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880082d9ddba1859f6cb0537196db51f192bc19085987c7645e6711e00a3707315884cbd77292bb02d55e42295e49684a0bccaa5e9bccc5dbe5557092780569db74bf7a809ee1b125f2513e219415a3ef34f4dc970620d9ed97ef945c6100bc8b5eb694707a76d36427cda18c45e82e41192b421ef3191e5b4b47f278ad481b673a" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet170.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet170.addr new file mode 100644 index 00000000000..33d0daa0412 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet170.addr @@ -0,0 +1 @@ +2657WMsDfac6v2oLUgAtjym7HMHD1zVehfGEzghQydieJQZYXfUwi2QpWiU3vW4AM diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet170.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet170.byron.key new file mode 100644 index 00000000000..447e228391b --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet170.byron.key @@ -0,0 +1 @@ +XeFqGͩb e=5=ƥTB2K]We`ZF`=@R%F@dhK}ne4l7LC0ֳ|5 \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet170.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet170.shelley.key new file mode 100644 index 00000000000..2411cdf7778 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet170.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880d80e65461a8d718b88aa47cda9628a0d9d071e65e01a3d883580d03dc6a50e541a9ce8aad14215dc1cad089532bcf64b110f07025d9691ac14b957fbf36560a3e85afb8e01e1c0fe46becfcff1ae8f603db80840529cdc254640f28364081003681f4b7d6edc6590c034fb9ab4e6946c9915374c43861a308cd6b37c35add014" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet171.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet171.addr new file mode 100644 index 00000000000..3d0c999b438 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet171.addr @@ -0,0 +1 @@ +2657WMsDfac5L4eBZCo6aYR4kL5bHwBwCArXeuYJEzhDrMFPhcHBSCmJJQyaQxVnH diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet171.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet171.byron.key new file mode 100644 index 00000000000..cc961409329 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet171.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet171.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet171.shelley.key new file mode 100644 index 00000000000..07d281c0a56 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet171.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880b0f805e15304c5f30671b2df02223d47641eae988ae3d127c62adab880a4834526e52041eef834248952024dc62f482872306028999157e548742ed729ce08093ec164bd62c53450cdbd9e3f46650978233b68ed5d97bdf02187fcfaddae7c4b7d29622ed7aa4c000ec5aefb85de92100f8bc817601c9294d778416684df204a" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet172.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet172.addr new file mode 100644 index 00000000000..1f1fc66c1cb --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet172.addr @@ -0,0 +1 @@ +2657WMsDfac6XaHHXb72NGRaNYSmRvEZymG3Q2TzejweSFp8ZcoWNvCwk6xtttvjt diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet172.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet172.byron.key new file mode 100644 index 00000000000..2cfca6daf00 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet172.byron.key @@ -0,0 +1 @@ +Xx~5;2׋^Sh7@rU!u}o6WX]: ._vʤc= diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet173.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet173.shelley.key new file mode 100644 index 00000000000..35146bf23a1 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet173.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880d8fb2ca039e075801f3095e994c61d1a2de8951d044bac9aa9d040328865da44ddc75f26aa8b055ad56af872a57e9032461603d11bd4f3187270301eb52dd37f208eefcb8da5371716f9e277084624cf2abf82e90e5fd44de156c6a24943082952d344c770e45327f610d3318e8cbf75bb02640470ef684f1a8f49ac3ef23d0a" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet174.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet174.addr new file mode 100644 index 00000000000..e30f4dcb95f --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet174.addr @@ -0,0 +1 @@ +2657WMsDfac5ZvQVFTKhnPtoBBqw2dGfNVi9Nc8ZZ3wV8ZHuKr7BC29f2SfRPJJ29 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet174.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet174.byron.key new file mode 100644 index 00000000000..2fc43047f90 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet174.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet174.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet174.shelley.key new file mode 100644 index 00000000000..a82d69e8fb8 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet174.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880304313e52ef2ec5b0acaf4f40f4e34e3f40145d3c0fe6e6a24e618a75ee73d4edbb96b5e2e17a0333ea7e258bbc16b8d022d93ceafc864cad3a71f79ddb7909f624c0ae62812dc9e45b3c5a9cb9ae213f41f6bb5f6d3fb8ec7026a26728cd45d7c719112d211dbf662b40206ab1948dc0f7d194d00efc4686b530c825b44f848" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet175.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet175.addr new file mode 100644 index 00000000000..e5f0b305744 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet175.addr @@ -0,0 +1 @@ +2657WMsDfac61LfXqhULHyqNHrFoaqLYbzoovmXFetoNMV6h2JKQa1E4SgP2knvqa diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet175.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet175.byron.key new file mode 100644 index 00000000000..93a339e1be8 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet175.byron.key @@ -0,0 +1,2 @@ +XInW6. 8I 8H 4_ֲ,e,;܊$wmp-h ++%aŽhAz?,b[V{.t0qijor쪑P. \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet175.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet175.shelley.key new file mode 100644 index 00000000000..a32bd1751dc --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet175.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880a8496e9e5736abefa3e8802e8dfc9709ba9ca538eb89490938a7480dedf2345fd6b2eee0b82c1c146597db1caba72c3b82dc8ab824c7de77ff6d069070c7f62d68bd0aafc9112be30525fc619bdd1ae0c5bd136841ad9c7a3f2ce4e862d05bab569a7bcff8132e741b30718805abcded06c4b36fefe30f729cc1ecaa9150d52e" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet176.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet176.addr new file mode 100644 index 00000000000..6985d8a1502 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet176.addr @@ -0,0 +1 @@ +2657WMsDfac6puUSByKhHY5j96ytUmHy6yFsgayDPD7cahwiAQuW84GXQGwSHQBxB diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet176.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet176.byron.key new file mode 100644 index 00000000000..8049d44a8af Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet176.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet176.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet176.shelley.key new file mode 100644 index 00000000000..990e5a79608 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet176.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880701502dd2e720cb43ab695212361e7d05e13be9d5e8ac1f2606fa2bb4827ed5a56d918dcea19f3d7616462fb7caf5d0ae61f240cc6311cd04e70e5a16620909b1e57ac332e593200193515274480bbe1600b12f13f053ac630d9f659c718ccb5a7ef1dc9f1347a6bbd87f794e969d1e61e2a2e1dec2ea3cd518f00ca9194d291" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet177.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet177.addr new file mode 100644 index 00000000000..6efd01211c2 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet177.addr @@ -0,0 +1 @@ +2657WMsDfac5uDnYtgfttcmTPwT7hAQHrveaTwgxS7Ly46vHLPkSVqTb3AjCNzuXP diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet177.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet177.byron.key new file mode 100644 index 00000000000..e8ed87627af --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet177.byron.key @@ -0,0 +1,2 @@ +X@FG:Pte}>^|y\Lt:(`z\# c|yBm<f'r^]O;'!jۇ0IvY|e46}b|1 +[- \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet177.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet177.shelley.key new file mode 100644 index 00000000000..fc17744f72d --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet177.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58804046ae471bff3ac850cddbdfed74e19e657dc83e81945e7cf2798e8dbb5ced4ca474058e3a98ab28607ae85ca8b7f8b40fa2239509d30f8163aa7cd6d2e68ee58df7cf79426db3a83ce705dd66029527725e5d4f3ba72719216a14db87308149d576b659f1c97cb11f95826534367d62fa9001de7c16ecdad831da0a93e65b2d" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet178.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet178.addr new file mode 100644 index 00000000000..226bf5b06d7 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet178.addr @@ -0,0 +1 @@ +2657WMsDfac55McT16FTZCC6irSyFTp6ZBDhF7toTsqH7cf7peXwBCPQMVNKEdfzj diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet178.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet178.byron.key new file mode 100644 index 00000000000..c23c228e979 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet178.byron.key @@ -0,0 +1,2 @@ +Xx%_?ohGʄ2 02\'b;_8xw& !]ӱ*GJd +HL68``D9 -zpHpl0y}:RbJÜNbS O 1i5E \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet180.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet180.shelley.key new file mode 100644 index 00000000000..8054c8f3e21 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet180.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880c8b10fee067b4519d47f840f0d36f5c083c2312a92e2c5da7477f96f1c48d45c3ead8b60604439c80ba22d7aa4c819f17080b2ac48a31270ce6c30797d3a5262f04ac39ca23cfc5835726db5bd944a177fd7d908a3f8184914931f952aa9fc1927aaca39bcab3ea8e5aa154e0ea69f625309c44fe10b0731f4a8f2c069351145" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet181.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet181.addr new file mode 100644 index 00000000000..bcb92f56f27 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet181.addr @@ -0,0 +1 @@ +2657WMsDfac6JQ91jhdn7vhXZePeYDnFh6LbF2VR9LmL74MnVAbb1oxPFh1Qi6XA4 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet181.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet181.byron.key new file mode 100644 index 00000000000..40a83165393 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet181.byron.key @@ -0,0 +1,3 @@ +XN-ύ.4BV~@TWW̳AE.y Zቧ+әF,, {޿M Y-|0&PL 6(Xv +6<};$y B+> + \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet181.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet181.shelley.key new file mode 100644 index 00000000000..13571f8ba69 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet181.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588080864e2d98cfcf8d1ae5fa172e15f53442567e40fe54fbdff657b09c81adcb5796ecccb341458c8b2e85d11a798cc6e3c1bd20a15a98a61be189a72bd399badd462ccbfffe2cf00b7bc2f787f9a0debfa64d0bf410592d7cb9302650dd4c20362858af760af2363c7da185eb3b8724c07920c1b8a1ec422b9b3e18a9bc0a15e9" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet182.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet182.addr new file mode 100644 index 00000000000..960923940f6 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet182.addr @@ -0,0 +1 @@ +2657WMsDfac6PVpogjmbMCyXi3SXd5dhMdmd3tLryfmNmKvWRaqAsAoLN1ynJkHuc diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet182.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet182.byron.key new file mode 100644 index 00000000000..f00b4417b88 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet182.byron.key @@ -0,0 +1,3 @@ +X z6t d QATϗH1<-r5]tE/+U0fP 09a)q׃c?)" +rbmվjBXS/a( +D./ 0d \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet182.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet182.shelley.key new file mode 100644 index 00000000000..0dbb3f26957 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet182.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880207ac00e3674209064c0c92051418f54cf971948f5313c0f2d72a51ceb35dd5d7445e6da122fc9f82bd4e55530668a500c30c8f2903961d8290286db71ab1db18ef6c0f6ec15d7839a63a8f3953f2922e60ae772e8bffa626d15d5be6a7fa503425853ca1df32f61f907b6280a0f9dcc44d12eb5812f0caf300ffa9d08a264fc" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet183.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet183.addr new file mode 100644 index 00000000000..b9edd1908ee --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet183.addr @@ -0,0 +1 @@ +2657WMsDfac7MmuyZDLiUPHkFmdcidsz4p1E6cYcjrrXUGndW5VAtiTGSDmdeLNzB diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet183.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet183.byron.key new file mode 100644 index 00000000000..5e38eb3a595 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet183.byron.key @@ -0,0 +1,2 @@ +XփB­5 FyԆTwFlŒ߸g5>yz?MYzlxDKj[ +oWl)锪b[!(Yff7 _ op*-> \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet183.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet183.shelley.key new file mode 100644 index 00000000000..958e910bb32 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet183.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588090d683bb4284c2ad35cb0c8feb199db6e21181ad8bbfaaf0eea1074679d486547746be6ca9c7eafdf0be1fefc28cdfb86735d40f998ecfc53e01c6f0797a3ffb9f4d597a9d6c78440105104b6a8a5bd6dfef0aa46fe39857d56cb929d2e994aae26297915b212859dd1f96666637e2ffc209a7ed925f209cdf6f702a7fc72d3e" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet184.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet184.addr new file mode 100644 index 00000000000..bffcabaa5c4 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet184.addr @@ -0,0 +1 @@ +2657WMsDfac6tZgUDRfKEgG4N4MvKspv9CYcEDNu3WcNksfpeFReAvnttEBdKam7S diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet184.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet184.byron.key new file mode 100644 index 00000000000..14f4034c323 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet184.byron.key @@ -0,0 +1 @@ +Xx%r0o5ݳt9=-Nfna9xH+p5Q ]MF梐Dv~M \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet184.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet184.shelley.key new file mode 100644 index 00000000000..230e315cb43 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet184.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588078b4b825b672306f9335e1ddb374393df62d4ebeae8a66f9026e6139bbc878482bc8703551821fe3eea2088809a33c498d4152a4f1c971e098b2cd847a164a478067e3a2dcc3a1c7e1d61afe1e76121b9285712582735f6f734e252606d4e2639173a8a09184f33ec85dc04d4605e3a0d4e6a2904476877ed8101abbc24da6bd" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet185.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet185.addr new file mode 100644 index 00000000000..a83a5af49f4 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet185.addr @@ -0,0 +1 @@ +2657WMsDfac6KrmBZ9KAhW68dsGa2tKRDqv46ZAgF8FQpTLi2owKxzbngp6pxqq6g diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet185.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet185.byron.key new file mode 100644 index 00000000000..d46804f4eef --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet185.byron.key @@ -0,0 +1 @@ +X?#TsNä~o%Z6Z"B1X}]֛V:-[{?ci)OǎI9 {qT"-qs \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet186.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet186.shelley.key new file mode 100644 index 00000000000..890bd1b782a --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet186.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58801029af04fe5ac5fc801dde68a41129d1c0060f736a1b77581e76e82916b7f84255a5887df691231860b78b43de2fc098e21917169029dcbb4621bbf92727763e4231fb587d5dd69bc2e3c1a7af11b5563abbf6db2d5bb9caee7b1487d73fc6636929b01de3fb4fc78e499139a50b7bbb06715422eeb0e0e8f22de5128d0f7173" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet187.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet187.addr new file mode 100644 index 00000000000..5f6645ab72c --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet187.addr @@ -0,0 +1 @@ +2657WMsDfac4zDHJyRZvW4LYohQV7ErFVtovrpgqv8gpjqX7uYs9AhU6JB7y3ocBB diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet187.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet187.byron.key new file mode 100644 index 00000000000..d99fb026c07 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet187.byron.key @@ -0,0 +1,2 @@ +X_n{uENw{ +P^uhxp quG>Fudhjr[1=i_V&GHZ6^83H{U!}QE"`3AIySg6b \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet188.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet188.shelley.key new file mode 100644 index 00000000000..1bce8bb9e95 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet188.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588010ea735467b63c361cb00fbb828c12ed16f67950e3db17eb75f3f893bf3594532973739d3893c3acf07c12a16d591d1d0e9796542494b1a8d3d9abe6ea2e58c1e55df0ac3e38a9e6ab33c2cad7c6487b10a21d55f89e217df151124522a0607f91ab338941b4ba82cef9d9cd49798012ee80e9ba5367c4cc14bfd50ff8361262" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet189.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet189.addr new file mode 100644 index 00000000000..8185a75c4c6 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet189.addr @@ -0,0 +1 @@ +2657WMsDfac77EkM9R9gNAhCVsc9FYQ8QHHhunLwfw2VfVYKe3847waB6EBYzVCUG diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet189.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet189.byron.key new file mode 100644 index 00000000000..34781b7d187 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet189.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet189.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet189.shelley.key new file mode 100644 index 00000000000..f2c4b7c45a6 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet189.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880407ae81e61871dcd62411d1296d4da60f920d6a875c62fe1331cbdf9b8744249580daa3c735b4c3e1f0d94613bee07073c86f7cccf4370d6467250b96f79ce96c58a553f5ff9b38c98d2a26a00e2b6cdf3ff67e2b91526ba05cfce2f2964e32172d5f3bac5fe44e95ae67112986d7daa3553174af2f69a9d38a13697d776f9b6" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet19.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet19.addr new file mode 100644 index 00000000000..fd498a5e8d5 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet19.addr @@ -0,0 +1 @@ +2657WMsDfac4zeDTWTJEFaUHrrdYGa7a1zmW1hbGpioGZBwZWgjizB5Z91bEcxvZj diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet19.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet19.byron.key new file mode 100644 index 00000000000..00dfe76772c --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet19.byron.key @@ -0,0 +1 @@ +Xr wV<[vx?ȴL&j 9nmۚحU4[1#ͷVEjB {2|@񘅐/_n*u6 6 :t6saʝu \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet19.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet19.shelley.key new file mode 100644 index 00000000000..813b400ca99 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet19.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588080720bf41be7770f95d5edb456f13cb35b768cb578c7ef3fc8b4e09692b9014c26cbedc0a0b26a0c396e6ddb9a9afce7d8ad01b488fe8fbfa755341ed1cf5b3123d5cdb7f856f0459f6a88420d7b327ca8f7408ef19885902f5fc4e9ce6e2ad375a5883690f3b18720d536a6bb1f0b86f03a741fa5ba1536c7730361d9ca9d75" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet190.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet190.addr new file mode 100644 index 00000000000..371b1417a46 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet190.addr @@ -0,0 +1 @@ +2657WMsDfac5eM3SEjb9e7RDgmioBJ944YQbe5x6xPCqoyxGcgWJn1VHayczseZWU diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet190.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet190.byron.key new file mode 100644 index 00000000000..7fe427c97e4 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet190.byron.key @@ -0,0 +1,2 @@ +XQ-;:N0G@2 +-DEɟzIi+0Q#PGҋ>ls,4AO&sSM]7 ^&$5P"U-ٱc ,n \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet190.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet190.shelley.key new file mode 100644 index 00000000000..ac487f133ca --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet190.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880905105ae2d883b9b93a2a83ab44ef5a63047bcf4c9408132a1050a812d44a445f0c99f1f7a49ef692b30f317518e9823b65047d28b3e138cac12bf6cde737f2c8c3498ed0841b24f26a6731f534da486a85d93b9fca282371acbf2095e8da590ec26aea4ae0424355022a61a552d8012d9b1c08a63d009a890c02cbd8cbb6e1d" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet191.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet191.addr new file mode 100644 index 00000000000..635ebb8e263 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet191.addr @@ -0,0 +1 @@ +2657WMsDfac5WV2d5sjMWtneknddNfx8xBQzWKkZKhi7neTHFhg5EywVrG7aczPng diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet191.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet191.byron.key new file mode 100644 index 00000000000..9e6b3fdbeae Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet191.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet191.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet191.shelley.key new file mode 100644 index 00000000000..c0e7f3fd4a7 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet191.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880585b5d0cb7ea5916bf29cdec0dcdbebe36b973645dea0315f05a1a646332a6592ded850a8a20840b71e5bd128318d13dce35514f4c915a73889d49aeefe972f720e58d45919a3d274bcb3f0a6c217edcc200eb34974124f501215f77bb01e29dbaeb65ca976afa3d2819902e250e9a7a012a4c410ced58aeb29a9e420d50600f" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet192.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet192.addr new file mode 100644 index 00000000000..2b6ea48011d --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet192.addr @@ -0,0 +1 @@ +2657WMsDfac6BxM5kBR7jq6tMMkuNB3aFjFM257AUj7hSuhUHYqUEfG2wr3NTiDv9 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet192.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet192.byron.key new file mode 100644 index 00000000000..4b010600ae7 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet192.byron.key @@ -0,0 +1,5 @@ +XJԷy6.$Ӄq:n2 +aWϕ"8wp<ge𷮁oIVTgM +f)8\YtH +nu>TdӞ(8-𸳟sQ +( \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet192.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet192.shelley.key new file mode 100644 index 00000000000..0276cd22172 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet192.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880c84ad4b779c2362eb7be2407bed3831b71f60fad88a03ab66e320aa161029c57cf9522388777ce70d93c188fa68da69f676595f0b7ae81a108b5826f495654674da60a8a9bf166299838ef5ceea059f7a6748448f6d10ac5c16ed7c605ffc606753efe1bad54187f64d39e2838a48ff92d93f0b8b39fcc7351acd4070aa60428" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet193.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet193.addr new file mode 100644 index 00000000000..8d36b451c58 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet193.addr @@ -0,0 +1 @@ +2657WMsDfac6ADPMmNH1GTVop4xciWzNGMqpSQTkk5BF8N1D683ndoR2qkTaXUpRh diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet193.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet193.byron.key new file mode 100644 index 00000000000..7111cbce338 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet193.byron.key @@ -0,0 +1 @@ +X=}#lڊ/;*(s@uQ󅩜l+V/cơk1 N~O%uڠ@4}l$LWޫ9 t;{{FX/U \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet193.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet193.shelley.key new file mode 100644 index 00000000000..3db1e90e124 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet193.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880f0d814e603f2ea3d7dc0ff179c1123036cd7da8aa1a52f3b1f2add039b2873401a755181f385a99c6cada02b56da2f63c6a19ac1b91201a36b3194db0d4e7ecb12cdf8a14f2575bcdc02daa080bede0f8fa9409ab6b0c734a59b0e06b87dfd6c1bea9ed8240e4c57deab1d390bf7743b7b96fcb17b9e468858cd2fda1a55041e" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet194.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet194.addr new file mode 100644 index 00000000000..0fc49641578 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet194.addr @@ -0,0 +1 @@ +2657WMsDfac6d7KZrZc2dFZSnpSz6mfXHwPtcLokwh1yAERjqG2EcEyAkpiXaTjij diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet194.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet194.byron.key new file mode 100644 index 00000000000..447904c9928 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet194.byron.key @@ -0,0 +1,2 @@ +XÿVFXIdA W^l`ɕ`ݿ-e~ܶ?4X4w&1f8 /6\=BsR@C^ؿϸlNňoe6;MfԾ)h +v0o0U \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet194.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet194.shelley.key new file mode 100644 index 00000000000..1738279c239 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet194.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880b8e7acc3bfdadf5646d8e658a7b28816b989496441b5bf9098891a1b20a2575e6cc91960c995171860d2ddbf2d65f27edcb63f3458a2fd3477102631669bfa380b832fb9365c3d4273d7520f4013f443eafb5ed8bfcccfb86c4ec58813b8e2ebc0da16016f196536b0968d3b4d1866d4bea3f57f9f2993ff680a7630fd6f3055" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet195.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet195.addr new file mode 100644 index 00000000000..df76d6b4907 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet195.addr @@ -0,0 +1 @@ +2657WMsDfac6EgvP1arDtu1pUXX75eW9t62YpA4D28yWiuJsZhe1NV3YsuN37WVWA diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet195.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet195.byron.key new file mode 100644 index 00000000000..5a410716da7 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet195.byron.key @@ -0,0 +1,2 @@ +X6L{Zfze︹Oz,vEmܲ^H,ie{sCR4Iw -Bф.G91:79û_SjA6 +ᅠ(B9C=bc'a \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet195.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet195.shelley.key new file mode 100644 index 00000000000..e0f1fe0fa45 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet195.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880e891c536c1cc01afab144cf2e1ec7bdc061b5a12ab8966e7eced7a65efb8b94fbcde7a9be12ccb76458b6ddcb25eaeed8d489e2cd869ff0289657b73f6de4308b1a2f15234498fd9770deab5072d0242d1842e47befb8239313abbf9afdc37c939c3bb5ffd536a4198fe360adc08fae185a0920e28423943ba3d6263be2761de" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet196.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet196.addr new file mode 100644 index 00000000000..b0e9e19fecd --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet196.addr @@ -0,0 +1 @@ +2657WMsDfac5mtq7ZvTixTVMAfwS9HQ3jctZxf4aLCcr3kTydhS16FCm6rtRaE8Ua diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet196.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet196.byron.key new file mode 100644 index 00000000000..b4e5ad2fb7f --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet196.byron.key @@ -0,0 +1 @@ +Xp|D+A!aB|/ f\PInWvqmvk}vf;጑i!:Z߭׶ Ȍ'?hGRã\?v+:/qX֗kM˞j{ \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet196.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet196.shelley.key new file mode 100644 index 00000000000..0ad782ec778 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet196.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880707c442b4121dfe7e1a6618d85a4ac429eeac47ca92fb609a3f0d2665ce7ba5049826e1057761c8190716da69694be76a46b7d76f6b5d2ef19b58566c1ab3bd1c21ae18c9169f7213a5adfada6d7b60dcfc88ce7c1273f68c0820fedc9ce4752c3a35c85b7f5893fa9762bfa3aff2ffe715816d697a46b4dcb9eedca026a7bec" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet197.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet197.addr new file mode 100644 index 00000000000..e3b55909429 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet197.addr @@ -0,0 +1 @@ +2657WMsDfac6oCDn3V8BpTa5m5xFH8G6SXBuVmVfanDKsmopMYw5H7LJVohgMUkzC diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet197.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet197.byron.key new file mode 100644 index 00000000000..e1397e0c567 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet197.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet197.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet197.shelley.key new file mode 100644 index 00000000000..b27121983af --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet197.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880e0494fbf2d3ede623489c2390af8e2da977b27a295e1bb17fe0d958090d3f75f7d5232f8190a11e02670bc98543a4b3b474ff21a344a56104281d8fc0617a94715f40af1011acba8e7c8e9fb8142e39a507d891dc7ce23b6e3f87ce3639a0188002bedd39dcd8e36a49ef0dadf05e3ffc260c6856df89ab547c2dfb30fcee612" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet198.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet198.addr new file mode 100644 index 00000000000..7d892606be8 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet198.addr @@ -0,0 +1 @@ +2657WMsDfac6ZkRGCzAR9mgV7P4SyUZFzQWvemD1r1Ln2Ds5eiJQX7tY4bkgqeMTd diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet198.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet198.byron.key new file mode 100644 index 00000000000..7cb5b533143 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet198.byron.key @@ -0,0 +1 @@ +XGER15Tl3)L}@t \@X.ym5rxt,35IfPn \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet198.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet198.shelley.key new file mode 100644 index 00000000000..128e61b1e0e --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet198.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588080bc4745e9ee9252310535d154bd6c13d8168d3cfee96d1b88e1c0400b5c1b4f4b520ce4725b6a42a67fde14c91c57c9b14e319b6bab5b873f86a1dabdded49278256c3d468f42700f67613638b902092d613e3329c7104ca77d40f4740b5cdbf6f04058ba2e79b6916d35a772787405df2c04333549916618dd0fe0c5506e86" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet199.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet199.addr new file mode 100644 index 00000000000..de066fefe65 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet199.addr @@ -0,0 +1 @@ +2657WMsDfac5Dvj7p1bzFhNcsGYGW38U4DENWZ2q5CffBhDG1xtBANQNBt2UbdeuE diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet199.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet199.byron.key new file mode 100644 index 00000000000..88e07d9d991 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet199.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet199.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet199.shelley.key new file mode 100644 index 00000000000..8a577be225f --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet199.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880400d4e6e25e364cf0c5e621584b5b68b9bf88b2d2c718aac5390f7f7d925764795da094c59a82710459cd8ed328b81aba97245e8c6425ae99cdf69b2c5a6f01c96c2370a4a370d6da2de90429fec091b4e7804b9fde76fc76a7d788ba80523ba4978e02ade315a9a27ba1642f6f030a103ff88dac8670fee040e76730e0001c1" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet2.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet2.addr new file mode 100644 index 00000000000..57b16100c11 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet2.addr @@ -0,0 +1 @@ +2657WMsDfac7FzTyFDTUGSV9N96ZNEogC6oMnrtrhYNW9UmMW3xHMcqEWCm5rVaaA diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet2.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet2.byron.key new file mode 100644 index 00000000000..54a7ab8fa9a --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet2.byron.key @@ -0,0 +1,2 @@ +XG)y3ڇFqM:*VaX:'H)BE~CIp X +yԵxbȃbǃm9zL?ob`Q+a;^ԍHX. \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet2.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet2.shelley.key new file mode 100644 index 00000000000..65bf64580a9 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet2.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880180347be297933c9da87aff346ec069dc971a44dce3a2aedc356efb061ac01581af63a9bf6274829be8942b43c783e45e37ed91843930f4914c77083f9d409c058c7fe050e0ac60402e979b8d4b5be99788cfb62c9c88362c7831a6dabf61d3987fe7a4c3f14c06f62a160089b511c2bed613bfe185ed48df34858c42edbfdb4" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet20.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet20.addr new file mode 100644 index 00000000000..67f3290a568 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet20.addr @@ -0,0 +1 @@ +2657WMsDfac6dpG21qiAoXwbZTRZCRJZVhLd4sXfThZgmbbe7Vb3WoJ8sELKW3gZz diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet20.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet20.byron.key new file mode 100644 index 00000000000..18d7c5d30b4 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet20.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet20.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet20.shelley.key new file mode 100644 index 00000000000..8ab86710454 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet20.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58801868d86fecca76916a7c4ec9ef05b6737d9921e76943288a3125f69d86e9a84a81dcfbdb4d99c039b126b44a248a9c87fac239740994120c077e6d5f460c7cce6d0bc96107a5c17efd843cc81bb0f5c528241bb4867889d749c495a703090019d56432ab410f075bd00d3c450ef3c2c53cefa56c21bac758c0231714c7e82d36" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet200.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet200.addr new file mode 100644 index 00000000000..b003b6a8756 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet200.addr @@ -0,0 +1 @@ +2657WMsDfac63wWjQeZNYEGYB2DhgxUSgZBS9zi7MQkq9k39mxvFfcAPWGeQ9RSrz diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet200.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet200.byron.key new file mode 100644 index 00000000000..7b2645863bd --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet200.byron.key @@ -0,0 +1,2 @@ +XH?a>8Ÿ:%䙚֊PvQZ qvE R{QnE$ +$aݵσf5Fa,!tZCl%~)vկ)"uRT ʖiŠ \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet200.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet200.shelley.key new file mode 100644 index 00000000000..7c860ed2bb1 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet200.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588048ca3f61dc3ecf3804c29f18fd9fc13ac925e4999abad3d68af6e350e0d176515a0971768b874516eed20b52f0047bad516e1407c9088645b1f5240a241b1c61ddb504b5c4dacf8366f93546df61f9eb80d02c210488745a43bd6c7f9a25f986add01c7ec32998c8768dd5af291c2275521554b21509c9c1849dd0ca9669c28a" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet21.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet21.addr new file mode 100644 index 00000000000..d2b7f690548 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet21.addr @@ -0,0 +1 @@ +2657WMsDfac5xwWPMDPfT8pmtdhD4G769sUfnZnSFghQzJtdnVxS8weQ3oxvTpNAt diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet21.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet21.byron.key new file mode 100644 index 00000000000..75b509e735c Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet21.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet21.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet21.shelley.key new file mode 100644 index 00000000000..9fc7b1da088 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet21.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588030bb59d96e0a3ef5bb605adfc860c295df7afe6cade0d4c1f300594d155a564e97f04169f034049306ecd14bb872976d0728b2ce0c1cf79aef9f9099f5fffeb75ea076275a6b81ce083efa1e5fc0a81a02e0283a8787496f92fd8c0b1eb6ba7859ef83553f83a4e4e3e71d992c9e77f89f5cf62e96903bdfc4466cf30cb9cb09" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet22.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet22.addr new file mode 100644 index 00000000000..cf3540d0a18 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet22.addr @@ -0,0 +1 @@ +2657WMsDfac7YtGLmwpv5yVQGxM3pfT47XKdodqXsEFUVSFtdL4kUdqaGuq8FAkFz diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet22.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet22.byron.key new file mode 100644 index 00000000000..46206cab4da --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet22.byron.key @@ -0,0 +1 @@ +Xh;"ɹڳhֺ׏[$|ߗZ\ȖߘHyQ(Nreú!v4_Iр/Bn:2[E1ߒ\-gr[󿂸O# \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet22.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet22.shelley.key new file mode 100644 index 00000000000..1219b2de44a --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet22.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880680f3bc7daf1afe58322eac9b990c4dab368d6bad78f845b247c9edf975a9f5cc896b7df989e480ef8f779b3e3d6519a8a1eb5284ef77265d9f0c3ba217602d6d9c1e515a5349d19045f498ad180e6b72f01426ee43ab5e916325bb3b67f45f5e031df925c2d05fdcd6781d5c0a4cf729fc7e15bf3bf82b8e5b8f2b14f238aac" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet23.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet23.addr new file mode 100644 index 00000000000..98d0990ef89 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet23.addr @@ -0,0 +1 @@ +2657WMsDfac6HzqQYEYSKRKFEmRnQL7DrqqtFozp3Xs5n7DkUzt3dkCedXbFd6KM2 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet23.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet23.byron.key new file mode 100644 index 00000000000..f7a9c8b2282 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet23.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet23.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet23.shelley.key new file mode 100644 index 00000000000..d5350122218 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet23.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880a84b3bd639668493460826364cc311f3c53a3a73632f75fcc70c6134577f3c44421110c04dd9653d3462214bbdc0590b47f7ec5e2e47f95322110aeff95e506fa0b787d00a4b0bb1d5f42300b4c0d0b7ca6f1c8482b42c10f0cbdec31a27db96adadfb88396fc52bc054a768d284c6e062e68dee2f2cc60f3127cb77c57bef9f" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet24.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet24.addr new file mode 100644 index 00000000000..a5eb51fa6f5 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet24.addr @@ -0,0 +1 @@ +2657WMsDfac6oweo4FVcEWhptisaVBGLmdWTxM37fybgkeG7jNr9wVJNdTBUCghsp diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet24.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet24.byron.key new file mode 100644 index 00000000000..1c1b32a1dc0 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet24.byron.key @@ -0,0 +1 @@ +Xěn?@]ۂA!A%no_I0.;w"G%DuTWkxdBV>g)@LS.Í~!{n>< _M@ѩ٦ 7LDggW \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet24.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet24.shelley.key new file mode 100644 index 00000000000..2143f9d7e6d --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet24.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588090eab303c49b15ac6ea1f7fb3fa9405ddb8241214188256e1f6f99055f1503499e302e3b779f0e04e42247259588c1ec8944755457bd6b78f9d20364a4b742f4bf563ef603672940d74cb0537f2ee7ace2c38d917ea521df7b6e3e3c20cf5f85bc4d4091fad1a9169b93aa0ed9a6b90dff374cb64481bd89f767d96791cf1357" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet25.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet25.addr new file mode 100644 index 00000000000..68a8834b6fd --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet25.addr @@ -0,0 +1 @@ +2657WMsDfac6ixWkwWDUCRggsKNfDyqFvEcntQavZyyoaPwXQQC7zND1gfwcBgVXn diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet25.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet25.byron.key new file mode 100644 index 00000000000..b95d32ac63d --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet25.byron.key @@ -0,0 +1 @@ +XxSkPo. uZ +ZOK&`C./nuWj%yyYFd9sS \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet29.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet29.shelley.key new file mode 100644 index 00000000000..319a1961f29 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet29.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880e0f20c2fc719820b9091e5f88a5ad4d6026defee853e10a983d56bf995b51f500397dd6fbdc6e2f3c02e09dfd510f81ba88de4751ba7865a94e9b7c9da0a01885aeb4f4ba1edb516a48ed126a660810f13119f8543e88bf22ead08e2d92fe516959f916e75576a9825b6a97979105946aec764f47f39fcdcc173e08253a0d2f2" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet3.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet3.addr new file mode 100644 index 00000000000..dbb2c90cd27 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet3.addr @@ -0,0 +1 @@ +2657WMsDfac6FGSj6yavgRrKtKQc18idEnoiAWYZYMVQ4mZ2VdisNKudGy5PXNajN diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet3.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet3.byron.key new file mode 100644 index 00000000000..1933d2e037d Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet3.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet3.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet3.shelley.key new file mode 100644 index 00000000000..aa557e6e51f --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet3.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588040dc4aa2d5d0cf156663c33edc651e71b5f90d432338fc2a88e5bb6647f354405530a050b25e9aa500cf735bc0e0b3d6d5b034328e72be3dfb67781c4ae499f33df41584edd0db61b39a350003fc4ce3c2edaf4d3827bf6918d02ce1efd2a834ab1977757c017b9b38a5e73d0a03e292615fe1d94dd0d622d52f0ba6dc9fac52" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet30.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet30.addr new file mode 100644 index 00000000000..e1c3c00c5a0 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet30.addr @@ -0,0 +1 @@ +2657WMsDfac74UPKBvxMC9JecyPZXTy7eaTVowL8DFnqjGzYGhJ3Tcx6zTsM8VEs1 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet30.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet30.byron.key new file mode 100644 index 00000000000..1f0a125de88 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet30.byron.key @@ -0,0 +1 @@ +X I:1:[vk.m;,k!RBYZAF8=]IaSfݷ8ZΣVWZFdG/ kBP5䰃tiAqwNזs \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet30.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet30.shelley.key new file mode 100644 index 00000000000..9eecfb4e276 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet30.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588020493a9e1531d33a5bf076da0e9e04c708d26bc22e6ddce81c3b2c6b219e8f52f80442e7595a4102468c383daa5dd2491b61195310af1af6e68a66ddb7380ed55a9bcea3f6d808efacda56575a46c964db472fc807b406c40c6b8b02d342503599e582e4b083f8877492f26941bcacb671dcff7713dde7c1d6e24ed7968573c6" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet31.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet31.addr new file mode 100644 index 00000000000..ac80a7ff8a0 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet31.addr @@ -0,0 +1 @@ +2657WMsDfac7QdTQ9mpbL3WgMSFbGiLYG18rPWbiWavFh92RGTU5UpuedvJ3u2Dnv diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet31.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet31.byron.key new file mode 100644 index 00000000000..01010173744 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet31.byron.key @@ -0,0 +1,2 @@ +X+s-yaԚN-RsP,ȩ(̹*֯Ey4ɿY"|UBzNG{.VY,7qmϲꛥWj + HвSaa1BHlL% x \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet31.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet31.shelley.key new file mode 100644 index 00000000000..b4d2221f494 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet31.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58801012f92bbc732df30279cc07abb1a1e7a261f5930684d49ab5184ef72d5273502cc8a928ccb92a17d6af457991d20234aac9bf5922f2f17c55b8a942d1e37a12a1c84ee7dc477bb22ee2b8fc56b3592cb79cc937e0f2c8716dcfb2ea9ba55798c36a0bf7eb0ad0e5802048d0b253c1616131d74248f2a2f06c4c2516207887bf" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet32.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet32.addr new file mode 100644 index 00000000000..2013019f15b --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet32.addr @@ -0,0 +1 @@ +2657WMsDfac6XK1Jhcw79gzuDny44ELeT4j3uoxbUwDt5jc3jeeGUjeiRF6qtT7YQ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet32.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet32.byron.key new file mode 100644 index 00000000000..b688ba39a90 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet32.byron.key @@ -0,0 +1,2 @@ +Xxp'SR)ב7 RNBiD=J|@MhG%Aw/) +J)ZD5x_ _DyS+[VxTEJh`\*h&N~&-ށz ;nyD \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet32.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet32.shelley.key new file mode 100644 index 00000000000..a93310dd1c4 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet32.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588078abcdd6702795e1fb535219e229d791b43720524eee4269443d4a7c11a2f140b5abce4d1cd168f0900347d718251e41129cd0ebac772fa5290a4a9b295abe4435c514785f0d5fd84479532b5b81c9561e78f9be54a645a3a84ae9686080df12eb5c2a9e99689a2607e74e7ebf9fc8d4139e262d130387de817a0ca13b6e7944" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet33.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet33.addr new file mode 100644 index 00000000000..d4e54cfcb32 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet33.addr @@ -0,0 +1 @@ +2657WMsDfac65Mzrn7H8v8TPK5vho4TMeze5GJDJFwkM61vRnsd6WuKGVPSS4RuMs diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet33.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet33.byron.key new file mode 100644 index 00000000000..d7e282daf0e --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet33.byron.key @@ -0,0 +1 @@ +X@ 6TZ5%^v[z<+yU`pL'_Sq[#򻢪<ŗ8g- f<#3cyDص3c$moJֱ \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet33.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet33.shelley.key new file mode 100644 index 00000000000..f219e8a6ca5 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet33.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58804014c80b14063608f299d4eef1a554c9155a8410a9f435255e768796baace25b7a3cc72bbaf7c27980a9d3f28ae413cffd55b5bc60ba70a5e9e84c27f7f1905f5371ca5bc0a62385f2bba2aaab1aa5d5023c03c59738a5672d0dd9663cd623b283336384cb18791382eac444e8d8b53363d51d1efea3def2246d6f4ad7d6b101" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet34.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet34.addr new file mode 100644 index 00000000000..0261b7607c7 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet34.addr @@ -0,0 +1 @@ +2657WMsDfac5gn8kprmEQNZMoMQiiMNbPJMkihuqjfgXDCEyZxaWwc99sHqLuHN8a diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet34.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet34.byron.key new file mode 100644 index 00000000000..71053196d6c --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet34.byron.key @@ -0,0 +1 @@ +XvG>Tֺ"PoH\i ,UT4!mOQT܏ՙkr6 %RdCUރB-4 n+:7+PX,- a&4+ \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet34.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet34.shelley.key new file mode 100644 index 00000000000..040e8ac592d --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet34.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880d876c30fe0d847843eace754ccdf19add6ba22cdcb506f48d55c9d6920d72c55541b34aa99216d4f1e51e988548edc8fd5996b72a70436a09e0c812552130112fba69a89f3fefde46480aebcb4d6c143fec455de83f2422d1fb734091dd9126ef9c18806c82b3a372b151e50c258e52c8cfb932d0dfe0290d961261934812bd4" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet35.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet35.addr new file mode 100644 index 00000000000..9360efa77f7 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet35.addr @@ -0,0 +1 @@ +2657WMsDfac6iiKGiVRuTREsYjN4xdUkNJjQ8AWydgSEAHoW4i4X7Wp9qsZcyNQQa diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet35.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet35.byron.key new file mode 100644 index 00000000000..1ea76e8f8f6 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet35.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet35.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet35.shelley.key new file mode 100644 index 00000000000..72aa7f60918 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet35.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588020ad64d700cb9938eb871e7858e671a1819816ad67e3c73b6ac10d5ec4ee5454455feb00d55145c4e9900a7b026aa811ec33f50c92772bdae9ae4266bd1f0be8474cb75dd1b247345d5c52f1dd852e6367ec70ecde0af4aef98b69258f73ef8a0cc77843b4fc2b07d70f3a5d1107582dc0e7bcaddb240738cdfeae6ae7adbdbf" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet36.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet36.addr new file mode 100644 index 00000000000..18bcfd4d3e2 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet36.addr @@ -0,0 +1 @@ +2657WMsDfac73KkF27WXhoLX4BvFuVhUC7EeVaK9siyK83Vt7BNEFezKZfZRH6oky diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet36.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet36.byron.key new file mode 100644 index 00000000000..31ba1821bd6 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet36.byron.key @@ -0,0 +1,2 @@ +XYx%t, O͠>\KL h6p6vMGYVj6rkzda"16Q%cl`gc}Jla/T ++ ( fqǓ٤0 \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet36.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet36.shelley.key new file mode 100644 index 00000000000..ce47b22c6c4 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet36.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588098597814f12516742c1c0b054fcda0a63e5cc54bac4c206836703698764dcc47e00359561d186a04f6eee1af3688726bafbcb1ddfa7aefc51408deed641bf3bf0761221ab43115ba93bb365125bd636cfb60f46792121a1263100fa07d4ae0a7d56cfc61c92f54930a7ffd2bfe0b9fbd28fd0db36671c793d9a406d4308ebec2" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet37.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet37.addr new file mode 100644 index 00000000000..a9c66fbeb58 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet37.addr @@ -0,0 +1 @@ +2657WMsDfac5r5GWY3CUvMyitjXEeXCL3eNJB5PSECMcuyLZgbQBx8pGEUXrooCxg diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet37.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet37.byron.key new file mode 100644 index 00000000000..f66f3d0e434 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet37.byron.key @@ -0,0 +1 @@ +X@-7df+].'e㛮70]n5}O;nJ!}E!4J_8EXN F^-by&\5zA3:Omnng׊W랪㪸SJ, \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet37.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet37.shelley.key new file mode 100644 index 00000000000..f437c39b623 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet37.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880408fa72d37648daf66812b5d9ef82efa2765e39baeec37305defea6e357d824fa7c33b6eff4a21187df5c445c321e517344a5f90384558054e06e109bd46965ea82d627982190fbca8afa8ab265cbe97357a41a8a533963a4f6de9d11b6e6e67d78a82061a571deb9eaaa1e3aab853f3d418ea4af8982c8bff11adb01cc9ecce" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet38.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet38.addr new file mode 100644 index 00000000000..17915841c53 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet38.addr @@ -0,0 +1 @@ +2657WMsDfac5XPfYuFpucFqtC1muoztxcPjDLR29Woi7cegmjtn6Zq1scrz9xNA5o diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet38.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet38.byron.key new file mode 100644 index 00000000000..78877aa4c22 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet38.byron.key @@ -0,0 +1,2 @@ +XUR/#`c['OD 6Uop_C(X7ScXHV+]r*ӡ +8`#iid`EvURP-QN.ZZT2 \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet38.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet38.shelley.key new file mode 100644 index 00000000000..639044a133f --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet38.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880801f551252c32f9a18a61eeb23b711e5d0fc9f9ab7bbf76063de5b27f313994f442036e955bfcc1db0ed14016fdf70b75f1543eb28a5583753926358e6abd048a756e52b5d9bdd049c9e72ad2ad3a1901bf80a3860d6e2c6236969a3fe6460f09945c2767ff855b4ef5250d0dd16ae2ded511a4e1f12de2e11d3fd5a5a955432" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet39.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet39.addr new file mode 100644 index 00000000000..6981796f820 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet39.addr @@ -0,0 +1 @@ +2657WMsDfac6ua8UDUCUu15UD5NREb5ASE5qvkMJmPUpUe2nSvgKsNTvEEKBzpraF diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet39.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet39.byron.key new file mode 100644 index 00000000000..e23cbe51295 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet39.byron.key @@ -0,0 +1 @@ +Xة`8q:*KqLe7AG?͜By Ss/:He-tо(%U<4Gp*z@^ؗ 9?gi[[7>0.N`[D3 \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet39.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet39.shelley.key new file mode 100644 index 00000000000..f81f21a9b88 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet39.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880d8a960fd38eaeac0f1b4713a8e2a024b71eb02c94c930eed65030606f9374147e33f1ecd9c12fac2fc421705e1aa792053bbba73802f3aa6bbb34865f02d8bf1df748aafc6c4d0be282513553ccb3447e570b196a42a967a8040a85ec9d897b00b8139e73f679b69af5beeb9960e5b37f13e302e4ec9f7605b96b81d443316c1" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet4.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet4.addr new file mode 100644 index 00000000000..67d41b7076d --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet4.addr @@ -0,0 +1 @@ +2657WMsDfac6DtqUskTQxq2FBoynVr1429XXZANLBQELrrnksHKbGszPGithTa6e6 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet4.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet4.byron.key new file mode 100644 index 00000000000..756f32ef380 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet4.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet4.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet4.shelley.key new file mode 100644 index 00000000000..694c3d0d879 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet4.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58803856b98c5ff6fb186b240756e39d56db7efd430e78e85fc671216d54176fb34e1a26ea9808f77c9765944a472bda45c066979a1f1273972bec6ac3927a81f5fb3b0c550c360c734172abd965246376e51e2887ec34750ba453e3af008d1d71c8a7ab415cf76896413ff130ba973eaebdf305bd955611f0fb1c1a89c9cf899050" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet40.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet40.addr new file mode 100644 index 00000000000..ee9b30cd8fa --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet40.addr @@ -0,0 +1 @@ +2657WMsDfac5VrNuN5mQca6FHFT5HhBs3BEKgnmW3V3j3vDSiQ77BgFmAcAGZRgk8 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet40.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet40.byron.key new file mode 100644 index 00000000000..b1f9517ba45 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet40.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet40.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet40.shelley.key new file mode 100644 index 00000000000..c9e38b33996 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet40.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588060d49ac30e8cfd813fa7964b70f9f68ce6306e61438ca2ca98e9fce86cf5c5405a2cc89e3fcb494003e930b3cdef70d0d4b824bd00d1068de09cb12ba927b68423da92e6a2ed7bc56aec87696cc6c81015a1d47a3eca292525336ada573ca62f6aa710d99045aa0dc9c8e1c3c4c39405846b81448be4d05d616ff335aadd5e24" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet41.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet41.addr new file mode 100644 index 00000000000..345daf56252 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet41.addr @@ -0,0 +1 @@ +2657WMsDfac7NYfQG3jL6NP2n3HQFrC8j7Lfco7A6cGgY1sFe4CMepRQttN51sjsM diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet41.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet41.byron.key new file mode 100644 index 00000000000..b08257ab4be --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet41.byron.key @@ -0,0 +1 @@ +XP%!GtbE~:+y!TFInj73.DY @!>_Dݸ҆58||LiT1sD7̐S .*/eFvS[m# \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet41.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet41.shelley.key new file mode 100644 index 00000000000..862d49fb732 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet41.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588050b825b5fe21a947c1f99d7462d2458f8a0e7e3a2b02d879b021bd1b54818a46fb496e6aeba3e4a11c37988e81baa6330e8dba2ecfe012e8f4f81c44590d4002dd213e5f44ddb8d286e5ca35387c7ca2884c1e8169543173b3f94437cc90ef53b320db2ed1c0a39e9f2ad2c7defe2ff98c6515fee846cb03111576535ba16d23" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet42.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet42.addr new file mode 100644 index 00000000000..a7b4ed5c063 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet42.addr @@ -0,0 +1 @@ +2657WMsDfac7TZvt5bzjwiN9GE7ifWwFGXUmkTJJXTm9LdG2gk8p4Pdt9GRkjixes diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet42.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet42.byron.key new file mode 100644 index 00000000000..c6116e9d7ca Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet42.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet42.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet42.shelley.key new file mode 100644 index 00000000000..b0e990c08a0 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet42.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588078ed6cd0ca18e0d7a9ff1aea29ee4e77784398db37a329537c53e2573114a44172ff710e66298ece2edee31f8c30b3f5740e046e9113c06347486d71011d6b8d17b332dfa2db3d00718f4f644536c7710b39b6e569fd7e2bd0d1ca2e5543a4db9ab07cc41bc904fe7ec529b0a83b94545166c6529a9875610796e9949c1c11c5" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet43.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet43.addr new file mode 100644 index 00000000000..71c6191f8ec --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet43.addr @@ -0,0 +1 @@ +2657WMsDfac5fRPQsNYedPj8mkM3NRKdfZxEyDx8a7JpnX3aqocYJFnnbPo828AKy diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet43.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet43.byron.key new file mode 100644 index 00000000000..c576229e020 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet43.byron.key @@ -0,0 +1,2 @@ +X@CDkE 9"xVq!{:ʠx(_[\L?f7 +I6EN+s^"E,of{G8?]>N[Ȳ8^oe^ "Y Z౬Lh?M^Fa \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet43.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet43.shelley.key new file mode 100644 index 00000000000..e2069493b77 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet43.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588040b5439ef544886b45093922785671217b3a9fa593edd9caa0d0788384285f5b8f5c1dd9f989e44c8b3f6611df370a4936f9ee454e2b735e228345862c836f81667bd6efdf15471c0638ba3fbfbd5d3e4eb2a25bc8b294ce385e6faf8765a45e0709f4098c06e3d02259f30dc85adfe0b1ac4c6801f43f1f4d8ae91f5e814661" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet44.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet44.addr new file mode 100644 index 00000000000..744ff946b42 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet44.addr @@ -0,0 +1 @@ +2657WMsDfac5azNQ1wDDkz5co3hmQt13yH3PAgKYL2PW9xsu8ybJUDwUyuJeJ2VLC diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet44.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet44.byron.key new file mode 100644 index 00000000000..6e9acfa8e3e Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet44.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet44.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet44.shelley.key new file mode 100644 index 00000000000..6e095ac25c9 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet44.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880686de9d5d4e449bdc600bcee64d40659bd3ed10ad15144a61f03e487e7cc5e4e9c9b144378454a391538c95a1f41b69985531be9b215d2cb3420e0733c22838226372ab44c8e511b26de8ca14449b767820938a56bf3cc88b1d992bcb0747dad12d19c350cd10d5f3e707babe0456eb2ca34b17f6fb4c4d94a28ded918700e23" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet45.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet45.addr new file mode 100644 index 00000000000..b41535d90fc --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet45.addr @@ -0,0 +1 @@ +2657WMsDfac7HSxVmoZ8TWYUJPLbotyLDYUvQLEBMGdymCQby3U7GxB5P2QhFzZqs diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet45.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet45.byron.key new file mode 100644 index 00000000000..15488154329 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet45.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet45.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet45.shelley.key new file mode 100644 index 00000000000..86d9ad34b7f --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet45.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880b85600479ce5ebea667248efab54cc178027855079d51bfcb3ca272b1548c35d7068f7bbf60dca164c1cd2b5996feb965d8e86f2f5df5df674767b279a73c97d5523dc069eaa39080fe00369899fda249fee67ac78b0dd1c17ccff203664cffacf0cfab1858682b437e601ef64526c25a076be1a27d7425d4d238eed7cd8d6df" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet46.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet46.addr new file mode 100644 index 00000000000..0ebee2097e0 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet46.addr @@ -0,0 +1 @@ +2657WMsDfac69qkWB7pYVtM2MAVzQSRN1gHuasUdwwoPfYb3usSzDE4ozWa1H74FV diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet46.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet46.byron.key new file mode 100644 index 00000000000..1f7b09ffc2d --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet46.byron.key @@ -0,0 +1,2 @@ +X A\g!}р7STNu| O^t|08;ٽwC]߿`aїLl~([m2P.]S>#dC-p#I?I53 ̴@V + \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet46.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet46.shelley.key new file mode 100644 index 00000000000..2413b926c55 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet46.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588020a6ef1a415c04b2f99ebb67951be421c7f37da5b793d18037f7815307e785544ea175027c0c4f5e747c30389015eb8d3bd6d9bdf2ba9c77435ddfbfc160cd619fa58e03c6fed1974cd3c86c7e0528a4170e5b6d32bdc6502e05cfc6085d533ec123c5f364dec2432d70231749bb3ff849b09784fa35339ba90dccb440560abc" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet47.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet47.addr new file mode 100644 index 00000000000..dac95212849 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet47.addr @@ -0,0 +1 @@ +2657WMsDfac6nyGRxkLVJTuHMgCP8tiiJ7PkowCRrpXsHmFTJcEyr8smfCUoUibgD diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet47.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet47.byron.key new file mode 100644 index 00000000000..576708e475a --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet47.byron.key @@ -0,0 +1 @@ +XAwezI$ߎx P OGRwNױVZ%w GTP_]q˫炏N{5VhxO]_q]rÙf E?p \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet47.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet47.shelley.key new file mode 100644 index 00000000000..8c00e816db7 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet47.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880b84177657aae49d024a598df8eadc17886f7e61ead0b8350ff20edf3854f4752f6f48f9277f74ed5d7b19b565a1895d925d877b8c020abe1eca7054710bce3f08df41054bca2bf95505f5d71b9a4cbab1ef2e7828f4e7b35c3566878c34ffe5d1ef9aca6f9a0b75f71d91acc5d72ddecffc399acc01d8f660df345d71a3f7014" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet48.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet48.addr new file mode 100644 index 00000000000..52f08232597 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet48.addr @@ -0,0 +1 @@ +2657WMsDfac53Lfn2imon39NXfLNH5U6vkZEvsAXt377srbbkESdp4dTGKdw6ZjFu diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet48.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet48.byron.key new file mode 100644 index 00000000000..59a1854236a --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet48.byron.key @@ -0,0 +1 @@ +X`OFߑʼnuDlo(MNGL[1àPlQCOs*gwIV#ޱ4V^bzT!o íbo 1ñ[ e.T \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet48.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet48.shelley.key new file mode 100644 index 00000000000..f6de98fe26c --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet48.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880a060aacc4fed46df911e8ec589958b75446cb06facfb284dc4f64edb474cec5b31dac3a0500fd46c51434f9707038e0115c5e5e5730e2ab308a66777f44956e3b823deb134568dee055e6284c0a4e6dd7a54d721df6fb2e88018a809f3c3ad05628219026fbd960ba710e131fdc098e2c3b15b0bfb65082e5487df1e97adb2a6" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet49.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet49.addr new file mode 100644 index 00000000000..b14c7cf5952 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet49.addr @@ -0,0 +1 @@ +2657WMsDfac756n3MH9ysNgq3nzu6Fa388Wf36hMRRenUayo5XzURQst4S4MVBxVd diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet49.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet49.byron.key new file mode 100644 index 00000000000..298905abe82 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet49.byron.key @@ -0,0 +1 @@ +XަcfhpJ( mb[N|>/yTqe!>7X.jǤ{8M5956Exvbh^bb:᳙ŕ}M9c,V \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet49.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet49.shelley.key new file mode 100644 index 00000000000..6bd551d62a4 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet49.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588080d1dea6638d83a0f31ba366c468e9704a90fcc928e2101ce8ed0c156d62d25b4e7c3e822f798f54efe19d14fa716521dd043eff1208c737f892e9a316c0cecb0258b9fbca2e6ac7a47b38884d3539efc7ff04ca3536457876c7d2086210de685e62621dc23a95b6e1b399c59515b103e2827d12e0164d396391f68986882c56" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet5.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet5.addr new file mode 100644 index 00000000000..d1e36c7ff40 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet5.addr @@ -0,0 +1 @@ +2657WMsDfac5eUAUBbTWKi8Mxisk2TYMjMkEsmxJPxsvbD4LzX3MjUDKTyeXBso9k diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet5.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet5.byron.key new file mode 100644 index 00000000000..d1890cece5b --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet5.byron.key @@ -0,0 +1 @@ +Xguyp.]棉:DW"KVulxAUyJjR3gvB: ^'O >PUǺ8/F׆f9Z>ZH$EcG{}uf'@B +} +(<.;p11Yl'٘vvԏHD|;Lz%s繪$FElqkPocX}oɪn;^)0?:H:l͈K>N(B؂_!GCATʸ?-pUP \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet66.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet66.shelley.key new file mode 100644 index 00000000000..c90ea8c42ca --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet66.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588040d877f45ab5ade6899e4a6ba02ef3bb41b9709d13573eccea506f93fef96358a1e0e87dea8fed6fc9aa6e80c53b5eaf29303f3a19ea483afd6c89cd88ae044b3eabd41b124ecb28d0111e42fde3dbf5840e98b3bbb8c6c7d882a002e6155fe397cf21c7471806059684434154cab89508a91af9903f2d705595bf0550fbbcbb" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet67.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet67.addr new file mode 100644 index 00000000000..ab1d7e29556 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet67.addr @@ -0,0 +1 @@ +2657WMsDfac6PctGiUt9YZzjjve7CWWDgEa2tkfXpYrExNxtdGbnA8Di2L3cwB4wm diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet67.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet67.byron.key new file mode 100644 index 00000000000..dad19ae1e45 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet67.byron.key @@ -0,0 +1 @@ +X5Q+.F[_ xQ5R;R,u2(eIV.QN":\AO!Fѕ/Mju6|0*H{ouBIAg,D㸳^߇qC) \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet67.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet67.shelley.key new file mode 100644 index 00000000000..632036e98b6 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet67.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880c035f5511ca105e72b2eeda19a465b865fa0e70b04a6abc51ef5f578e290d451b5fa35523b522cff84fb758e87119432aae028166549562e514ec422e61c3a5c414f1d21461fd1958fe1042f4d6ada7507e99b367c30d72a48b8a482db187ba191e0c26f9175e0424941672c7f44e3b8b35eb5e5ccdf878971e8bbdb43e3299c" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet68.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet68.addr new file mode 100644 index 00000000000..c00cfa7541b --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet68.addr @@ -0,0 +1 @@ +2657WMsDfac5YLnRKJbzkENxh7CBh2ghazzLHuTvyeSkFMmfRqavz6bUcwgHaH5Ba diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet68.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet68.byron.key new file mode 100644 index 00000000000..3e13c3c0746 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet68.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet68.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet68.shelley.key new file mode 100644 index 00000000000..cf948456847 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet68.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588040c378784af4452fb4020a39ea27bc0158d59e51ca90a5cb0ce8731995ce8640918aa0d7e03752c27700fbed921701e88f4b0e9d18bf0e86cca8d5fc3d6dcbc1630ceab1bc978e6cf7abb0480ee7294a3399e4c131f5cdaaa0189f336bb823eab799ff94204b8baf18a1f3e8ecb4bce2728b782a11bc7a671e6055fa3e1b2bd6" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet69.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet69.addr new file mode 100644 index 00000000000..427162b0846 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet69.addr @@ -0,0 +1 @@ +2657WMsDfac6EQz3m8k1KJ8W8f4kaU9nHP4d5JAoJiZspbMYjWTMHy5eW4sFgWAnZ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet69.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet69.byron.key new file mode 100644 index 00000000000..af50c423a76 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet69.byron.key @@ -0,0 +1 @@ +X;:ȶ>I4:va-?$tx‘v`8Y(CաlB~Fg(L1y9첓*U8AQhG(dzhHW*to M6h{&gS*RD >*[TZ)x{} \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet75.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet75.shelley.key new file mode 100644 index 00000000000..02081f428fe --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet75.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880a080813f0663f6054ce4a245872064098d9ea02314017761a43c3579b5f0d24c0d5e3953a6197ccff33e8eb51639b903e8ecb293d4d4ecf22a55384151ee95a868479c28647a684818572a746f20eafdeb80f84d36fc687ba6c9266753ea2a52a19044d0d3d1093e2a5b5494e2f69fba5a8e81c1a029eae778117bb0e9bf157d" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet76.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet76.addr new file mode 100644 index 00000000000..92c83ddf418 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet76.addr @@ -0,0 +1 @@ +2657WMsDfac6v861CVA3fiExC4sjXbTwVpbTwHWyBxwJDet6NTw2MNtuvXD3FhN2i diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet76.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet76.byron.key new file mode 100644 index 00000000000..284ae5211df --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet76.byron.key @@ -0,0 +1,2 @@ +Xp}WZP;LqzGL+{=!}D1-/!>A/k> 2u9|Nq\_lnG-V6-%F'&:P, +0P?!l \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet76.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet76.shelley.key new file mode 100644 index 00000000000..76f379ddded --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet76.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880707d9e575adf5093983bb8c7d64c8271f57acb474c2b12027bbd3d21b47dfb4431b8872d2ffdae213e412fc26b3eeed5d520bfd5d20f1e9b3297df750f9015397c981d4e71f8b699bb5cfc5fe86c8d7fda146e47a90f2de456cbe0ee362d25f4b6901c46128e2726800f3a07502c0a02301ccf50fde41ef8a83f2184b7abc06c" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet77.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet77.addr new file mode 100644 index 00000000000..de012aab121 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet77.addr @@ -0,0 +1 @@ +2657WMsDfac6i827sCgjT4M9wZr9EhSBxBPP4BTru4oJxDnpstwE1f6HN5YPF7gPT diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet77.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet77.byron.key new file mode 100644 index 00000000000..1f290928ccc --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet77.byron.key @@ -0,0 +1 @@ +X~YJ6MٛV0GDx#DKkˆvmO/WNx "[V+ɘB۝B'LsSpJ!*14ݴRnvX,B$~t \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet77.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet77.shelley.key new file mode 100644 index 00000000000..8298dbf0f19 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet77.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880087e59e24a364dc2fcedd99b5618df0113bf3047be1644c87818a4d623bc9a4413bf4bf9cb6b07c288766db6c84f2f9fc157c44ea37809a80fa3f09baa0e2215895b56fe9ae42b16c9989f42db9dc6cb429d27164ccf73e553704aa621022a313419a1c6ddb4a852b16eb5a9a076cc582c42e6d12417e017cdc5da1ae87eb274" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet78.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet78.addr new file mode 100644 index 00000000000..3ab8a010c3f --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet78.addr @@ -0,0 +1 @@ +2657WMsDfac6BfzFjDGyRoHEXo9REZT485mGeBufWmdZHmLjHn1ftB1VsCjh1hbgC diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet78.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet78.byron.key new file mode 100644 index 00000000000..205836c0b66 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet78.byron.key @@ -0,0 +1,2 @@ +X`q +s_28y14ZF8yC=!Fϊo88q8izk) :"4M1);i}3VmuNv)F](_hgiwɡ,=Pa \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet78.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet78.shelley.key new file mode 100644 index 00000000000..0124cc70f85 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet78.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588018e16086fda1e31aeb0471f97f1c0ab773a597cc5f323879fe313498f55a054698e638a791a67917433dd221ab46f2d0cf8ab41c6fe4c8f2be8e381038d071389fa5a0ee03a3118d697a6b04290ebd093acc22c9344dd7319929a29d3b697d33566de1754e769429ae46d75d285f6867e469b606f577c9a12c043d1a8450f261" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet79.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet79.addr new file mode 100644 index 00000000000..f17d3de2292 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet79.addr @@ -0,0 +1 @@ +2657WMsDfac7a4foATEhiMW5S4ivs1iDbr5ygTQ4MdjYCfv6oaH5SVryuNgCv1D7j diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet79.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet79.byron.key new file mode 100644 index 00000000000..469cf54df3d --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet79.byron.key @@ -0,0 +1,2 @@ +X(TwuJ|> e278hֱ~R7h;'4^lFTk +P5bҗFmjtkǬGx7yG>oyCfp]j{4{+7'=h \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet79.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet79.shelley.key new file mode 100644 index 00000000000..6aac499fd25 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet79.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588028dec55477754aaa7c953e150d658332378c3812c9689c1c121ed6b104837e5237689aa23bc2f6c7f8b6fa3c528e76d2a6a7723e8318ad270205348ee15e6c46546b0ac7c915f0503562d297bdd9466d6a877403dbf6986bca19a6dfd9c7ac904778073779473eac6f79bd4366705d929eed6aa898997b34b77b2bfc37273d68" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet8.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet8.addr new file mode 100644 index 00000000000..6075bd07e37 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet8.addr @@ -0,0 +1 @@ +2657WMsDfac6ky43wdnWqBiXWKGp3mx1KU9FZGZuDoSQ8gPtc93eogGXqgyLj9ArB diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet8.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet8.byron.key new file mode 100644 index 00000000000..7b00edd8f33 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet8.byron.key @@ -0,0 +1 @@ +Xx+øN"0+D eh#EStIUFfT̿يfg*:0s&fR-33 cPL 18T'+]c*p/ \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet8.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet8.shelley.key new file mode 100644 index 00000000000..9eb6a6f2777 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet8.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58807893d92bc3b8c0884e22a9a89630e52b4498206590ea688388ce23f6a5e0ad4553afadf7ee9fbad4ef838374e8f9db491a5546c16654ccbfbed98a1166672a3ae603f2a51330a973261a66c20552d02de2331d04339b20acf363960f50c54c0c9f90dc313854b5b8f3f327e7ab022bf85df29e63c8cbefbc8a709d9c2fc00ea6" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet80.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet80.addr new file mode 100644 index 00000000000..7d34143617e --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet80.addr @@ -0,0 +1 @@ +2657WMsDfac6vyKAX1GU41w8FnpLKGWrGJ2GeY6PQc6y2VzuYTL4QRpNdCekSyU5X diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet80.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet80.byron.key new file mode 100644 index 00000000000..50c26fe7e87 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet80.byron.key @@ -0,0 +1,2 @@ +X`z| +˪qì~d}_^PԁoFPJ9Q< E P;w? nx2lrrB7,pe]YqVldK8D> \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet80.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet80.shelley.key new file mode 100644 index 00000000000..12729f49bb0 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet80.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58806008c7db7a7c0c0aed8ac5cbaa08c0f171c3ac7e1564dbe1f2be7dd5e75ffa5e82d650d4816f92465001134a39ba5103b5d806fec73c1f0d458320e91cea503bc277d71a07e4ced202a7a1ebf0883f0bae906e7880cae30432bd986cee1bc472b772d3c142378a2cc6fb1d827065cd0e5d59e671569bb36c644b381ce390443e" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet81.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet81.addr new file mode 100644 index 00000000000..e6dea1a28e2 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet81.addr @@ -0,0 +1 @@ +2657WMsDfac5rYagwZBeaDxjcGXmjaYUVQ2qmZdhZ8S5upqAqktWb9AxP3kPPLh4C diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet81.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet81.byron.key new file mode 100644 index 00000000000..1f30688c9fd --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet81.byron.key @@ -0,0 +1 @@ +Xx,)xкc m(܏IDt#/+ip`0ě2IͿae9"OO^t^V!BA]3n^w}, \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet81.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet81.shelley.key new file mode 100644 index 00000000000..dfca5ea53bb --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet81.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "588088782cfa29b4c4158ac478d0bae7fe639e0c6da8bceaf72891dc8f1e80e5f7499b44d8e59ee87423b2fd2fbcfa98e02ba38ecf697094ce15dbedfb60a2aa1d8ce430c49b0fe932ab1f4989cdbf999e1d95c4e9151461650839a89fdb22e68a18b34fd14f5e86a57489f9805ea8acad9256a5214241051d5d336e5e777de8a92c" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet82.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet82.addr new file mode 100644 index 00000000000..6d7b81d5fb1 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet82.addr @@ -0,0 +1 @@ +2657WMsDfac72Cvi9EmpLRA5tEj94EXeeYUpETgFtAYejEHoKc8QjTKFLfA7Ypaz9 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet82.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet82.byron.key new file mode 100644 index 00000000000..64436f1eb2b --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet82.byron.key @@ -0,0 +1,2 @@ +X +hTOr}X Ȳ? e]Hcp! : KVI2ˑ*Q>ɸZjt1yZjS{,by0~m?LJ{P \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet82.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet82.shelley.key new file mode 100644 index 00000000000..6606099d001 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet82.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880f0b40a7f68541f024fc5e2727d0e58c70993c8b23fa8f2dd20981d655db58f48639dd370ade48321a7f50d2012813aa10c4b56081a49c37fb3328090c5eec5cb912a513ec9b88ac85af46a74c1dc31a510795a6a53b181807b2ca48a628f8cc5e1118e799219aa3091dc7e6dfc3f98ddf6b3894c4ab0c913caf77b501ffc9fb8" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet83.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet83.addr new file mode 100644 index 00000000000..ad564388f27 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet83.addr @@ -0,0 +1 @@ +2657WMsDfac6QhkbJHMPs3kAHG8nnqzDAETVevcRDxML313fmz6ePdzJUieqRqhB3 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet83.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet83.byron.key new file mode 100644 index 00000000000..7dcc14273c7 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet83.byron.key @@ -0,0 +1 @@ +XslTDׄr8[+&^T]]CGoAJx~9;Kh#Y"'=K9Օuk>ö$3ކ@1"=~2Z[K \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet83.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet83.shelley.key new file mode 100644 index 00000000000..ba13477b42d --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet83.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880b81b736c8006d111e6a254c6e002449bd1d784b70172385b022b26a7965ec1545d5d439dca0397476f18c541904a78c0f97e12c51cddef393b124bb59368e823d07ffb598c078c8022c11127963d4b3902d595ac756b3ec3b6d2ca2499bde9b0339facb29090de861afc40101531223d8b0fcd7ee4adce11c2eb325a5b98ca4b" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet84.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet84.addr new file mode 100644 index 00000000000..db1691ec57b --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet84.addr @@ -0,0 +1 @@ +2657WMsDfac6JBa9mrSVWWsQDnvvYhsN1tUxk34FTCrZQZtTkU8dL1xgXV2YQb3iN diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet84.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet84.byron.key new file mode 100644 index 00000000000..90c694b1ef5 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet84.byron.key @@ -0,0 +1 @@ +XEƿLZxz#ilٷiwևF0/bCw.,Znd6s/VgNgAwjbgK##o7ᐫ֣/@6\G9ꈻA$;}x-廄 \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet84.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet84.shelley.key new file mode 100644 index 00000000000..92bd2d2c06b --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet84.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880904510c6bf4ce45a788e9c7ab5ce2369131e6cc707d7d9b7e89c6977a4d68746302f628415f6e2f2438ec277bec62e2c5af215c6cf6ec3643673eeaf2f5667a7d74e674177a5eafcd96a62cb67e0ffc8eaaf4b23a8ae236fbec737e190abd6a32f4036fd5c1c4739ea88bb41c7243b7d1fe2787f2dc5e5bb84b2e5d91cf5dcdb" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet85.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet85.addr new file mode 100644 index 00000000000..ade517cf9b6 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet85.addr @@ -0,0 +1 @@ +2657WMsDfac6S8HJ8Ja6vzXaz1io64EVSpG6Zkk2WE6ecGNyUaUgbuGmyfoMqtfu5 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet85.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet85.byron.key new file mode 100644 index 00000000000..841acec11d7 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet85.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet85.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet85.shelley.key new file mode 100644 index 00000000000..7559e1bf69a --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet85.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58803014d3960b9638e250a411ad66e1952a2e8d89f0579a7d8effc0b598abbab5557b50b515c2fd2cd8c7572bc5ea2807fecf5bc41a3f6dbfe20c984c9e0d9d63145eee1ec45f0d05c8f6b08ad616c7bed3e591c6887b7b4559bbe741c7a61ab2b4e02aabef2b797f3af3465a94fa786188568616856a7d016754be819028d71300" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet86.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet86.addr new file mode 100644 index 00000000000..a67652d95cc --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet86.addr @@ -0,0 +1 @@ +2657WMsDfac6px4Zkn9XZzKV4dDLbey3rzRx5GmRNfGuy3esiAgQB48gDDBsoDnPj diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet86.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet86.byron.key new file mode 100644 index 00000000000..c2a470ac982 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet86.byron.key @@ -0,0 +1,2 @@ +X~aWžxu?S +Ĵ-Oh'7qyΈ*8$P|ܚl-oT¥ƨEGvI YJBbwHF>ls(>3ڗLJN)WҩDEs-M0 qXOuw:{AVall ([E|ut \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet88.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet88.shelley.key new file mode 100644 index 00000000000..15e911ca2ba --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet88.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880883ecd6c2d6fe1b154f88bfe1ea6c2a5c6a8f30e45de4707b576e0490ddcf5594aa1e40fa042ec628577ea48463e6c73960fe11ac628b5d13ec333da97c7874e29eeb157d2a9de4445732d4d943080d0c1a9dc09ae187158a1994f750118f677f83a7bb6d4cd41ea566182816cf76ce220c31228e45b1c45ac8dbc7c75c1d674" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet89.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet89.addr new file mode 100644 index 00000000000..ee5bc0c3f3d --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet89.addr @@ -0,0 +1 @@ +2657WMsDfac6S2TLiVoCMzrSg9Zrugn5zd6V6BQHHALwtrGHyVZSuM3GY8nGv1KWH diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet89.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet89.byron.key new file mode 100644 index 00000000000..23938cf5edd --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet89.byron.key @@ -0,0 +1,2 @@ +X膓 ,CSbHL DpܴeϔZ5D'nX2%1RQRދ۳Aja@[efDx 0b'Na% +]o[>e=Lz?* /d2Ys \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet89.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet89.shelley.key new file mode 100644 index 00000000000..68402330fd1 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet89.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880e8869308f2bd200c2c43f4fe915362484c1cdf204470a7dcb465dfcf94b7a05ad1c53580440f8184276ea958063225eb31525152c1a9bfde8bb4dbb341bc6a1c61ad401cbf5bcf656644c7781f0d92af3017b4ab0e6227874e8b61251fb80abd5ddfe36f5b193ec908653d4c7aefaa3f2aa920e42f64ea32ee9790b8c959b673" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet9.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet9.addr new file mode 100644 index 00000000000..5cd762c2cf1 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet9.addr @@ -0,0 +1 @@ +2657WMsDfac5Vpo7u2t6sWrxAM7tTGB6Jtb9g872uHDiHxA4xzXcVredPZLYVKsb8 diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet9.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet9.byron.key new file mode 100644 index 00000000000..2c7cf9feb2f --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet9.byron.key @@ -0,0 +1,2 @@ +XȄ NtJ1O + #9duHŰ| {y!x <1&jKWXqۺީZC; =t@{N:(AL59xo^|LhЙ$E?:9tȪ6&Ax51Q +n~:tUܗ7:={ARp_KEIϚ J zߥ.3K0t*pIz:ثxPa:E7<ͭA.6Jq+ɤ>luXxas!Qb-/O]]lYJFR`D_~ \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet95.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet95.shelley.key new file mode 100644 index 00000000000..987bd6d881d --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet95.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58809891aea24f89ab6db1083571fbe060ac487c81ce1452915a1f7ca720d17c1a50343022d157abb4abaa8ffc5959ecb13ef5613a4537a911053c03f3cdad1cb2418e172ec0364a85c312c3f0712bc9a43e6c7586a058ccfc786192739cc917fc2151622d2f7ff4f102fc4f5d5d6c97c61159ba4a8c465287c2601044a3ff015f7e" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet96.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet96.addr new file mode 100644 index 00000000000..b6d24402f0f --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet96.addr @@ -0,0 +1 @@ +2657WMsDfac4yQ5LXoYWVLyg6F3jpZRJp7RSxcTZyviqZcH9uZJXzbzJKTikZdNkz diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet96.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet96.byron.key new file mode 100644 index 00000000000..a074c3a1126 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet96.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet96.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet96.shelley.key new file mode 100644 index 00000000000..a9f7beb307d --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet96.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58804839a5a141a842400b0066f827d125e977e2ac8c87d991070352402ec9429640c8046bb75d09bf0e316f6f379309ab8aec393f0902702a02101c0c9d874bf51eacf6eefe1f78b7a0c8b13d0bba249da09dd8f40b62c956e80bd384243ece7d5a33d98daeb91b7384a4f19afab740ab30211c955b1ffa3eea26ca4c67af397c34" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet97.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet97.addr new file mode 100644 index 00000000000..185d675911f --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet97.addr @@ -0,0 +1 @@ +2657WMsDfac6gyJJZyBNMWrwBswnjdUigaUkoFfg4TgTBTf7icURHpqvRaStM6wPJ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet97.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet97.byron.key new file mode 100644 index 00000000000..f2e8e3e4ddb Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet97.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet97.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet97.shelley.key new file mode 100644 index 00000000000..c1bd05dbed6 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet97.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880d0fdf76c08dcd111cbbf579205fe2b03f0b41bde2ef9c39f16699ea4252a604530542e75023288957db53b68ff81385a78b3f9eb5c7d6a7003daab972a9d324bdb6b65d501f090c407c9355864c62b5cd39f7b3aec6d6cd3ffdc41672c33c1219e469a68765a1996b1078234410beb130e0c13c3e400ca033963afca6696317a" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet98.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet98.addr new file mode 100644 index 00000000000..dc53ecfc282 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet98.addr @@ -0,0 +1 @@ +2657WMsDfac6sAHyuJyhnRAviry4i4fDQ86cFDjcLRm1FEkZTvrYDnZdUR7PNW2tD diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet98.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet98.byron.key new file mode 100644 index 00000000000..3bb92f84b67 Binary files /dev/null and b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet98.byron.key differ diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet98.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet98.shelley.key new file mode 100644 index 00000000000..4a00c3dc7ae --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet98.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "5880c802cbb762f909a0edd7484075ad312743ea01c7ec0d4cb7ef217be0e1f21e5ef100501a0f48628efcb30843e7e74cb04fe5f02f04af13a69fa4af23243c9e56abe4cab59cc7727e6f5547bc695c9105fc9dacba75907afc67773a2552ee124dada6ba0624509802b7caa1c70ca2d645234dca6b5efc2802e612627c36914706" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet99.addr b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet99.addr new file mode 100644 index 00000000000..b12269fd259 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet99.addr @@ -0,0 +1 @@ +2657WMsDfac7NdsEJhshduru8Ur8xe6f4H2wCzcjD3WejBbRQL7LdLgMSP1tAhkTN diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet99.byron.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet99.byron.key new file mode 100644 index 00000000000..d52cf97179d --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet99.byron.key @@ -0,0 +1,2 @@ +X`y,H + ʙ[pG\yH|F8C D^ԭ= Z30s:BYy`1'1IɶS70 =#9N(֦lNTv \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet99.shelley.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet99.shelley.key new file mode 100644 index 00000000000..9e054179883 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/faucet-addrs/faucet99.shelley.key @@ -0,0 +1,5 @@ +{ + "type": "PaymentSigningKeyByron_ed25519_bip32", + "description": "", + "cborHex": "58806079c52c4890d50a8dca20e0ca991fd0185b70475c79487c4638a1eaf11ec9431a20e5447f5e9310988483d4ad973d83f30def5aac333073f13a421d84b3597984a198c0d360b882c182e8312717b7bc31fca449c9b690888ac553dd0290c937ac30093d23a5b91a394e28e4d6a66c4ef2eebfecdfdddccf541c9376b6a4bfb2" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/gen-byron-funds.sh b/lib/local-cluster/test/data/cluster-configs-sanchonet/gen-byron-funds.sh new file mode 100755 index 00000000000..2e98d10ddfb --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/gen-byron-funds.sh @@ -0,0 +1,29 @@ +#!/usr/bin/env bash + +set -euo pipefail + +# Script for generating faucet addresses for some of the integration test +# setup that relies on the CLI. +# +# Generates byron key file, shelley key file, address. +# The addresses can be inserted to the byron genesis. +# The corresponding TxIn will then be blake2d256 of the address. +cd `dirname $0` +dir=faucet-addrs +rm -f $dir/* +for i in $(seq 200); +do + # Generate payment key and addresses for payment and genesis utxo + cardano-cli byron key keygen --secret $dir/faucet$i.byron.key + cardano-cli \ + byron key signing-key-address \ + --byron-formats \ + --testnet-magic 42 \ + --secret $dir/faucet$i.byron.key \ + | head -n 1 > $dir/faucet$i.addr + + cardano-cli key convert-byron-key \ + --byron-payment-key-type \ + --byron-signing-key-file $dir/faucet$i.byron.key \ + --out-file $dir/faucet$i.shelley.key +done diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/genesis-keys/byron.000.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/genesis-keys/byron.000.key new file mode 100644 index 00000000000..11fe6441f61 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/genesis-keys/byron.000.key @@ -0,0 +1,2 @@ +XXQpGA}PS@]z*D24Q~yH"f]˅ +T d s:# qB[_FZ7ٛvL&_VZ!AU)ww \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/genesis-keys/shelley.000.skey b/lib/local-cluster/test/data/cluster-configs-sanchonet/genesis-keys/shelley.000.skey new file mode 100644 index 00000000000..6654d8f2667 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/genesis-keys/shelley.000.skey @@ -0,0 +1,5 @@ +{ + "type": "GenesisExtendedSigningKey_ed25519_bip32", + "description": "", + "cborHex": "588058d9511f708247ebc24185a1b07dbbeb50f9a304538c405d7a19022a9eedae440e1b32a8341a511f9a017e157948bbba0fb0948422665db7cb85a8abdc0e0a549bd915de09d0eb64e509733a8823cf0d71425b1f5f014614cd5ad5dc37ead2c5d99b96f5c87604da4c26e25f8856a204bc5a211f41ec55c0b4102996770177c2" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/genesis-keys/shelley.000.vkey b/lib/local-cluster/test/data/cluster-configs-sanchonet/genesis-keys/shelley.000.vkey new file mode 100644 index 00000000000..335ba40a05f --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/genesis-keys/shelley.000.vkey @@ -0,0 +1,5 @@ +{ + "type": "GenesisExtendedVerificationKey_ed25519_bip32", + "description": "", + "cborHex": "58409bd915de09d0eb64e509733a8823cf0d71425b1f5f014614cd5ad5dc37ead2c5d99b96f5c87604da4c26e25f8856a204bc5a211f41ec55c0b4102996770177c2" +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/node-config.json b/lib/local-cluster/test/data/cluster-configs-sanchonet/node-config.json new file mode 100644 index 00000000000..bf861281b5b --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/node-config.json @@ -0,0 +1 @@ +{"AlonzoGenesisFile":"alonzo-genesis.json","AlonzoGenesisHash":"1182ef7bc09a976e3a4085ea9fdbb48f3a60e3d80d8fbe1e3daad231e613e5b9","ByronGenesisFile":"byron-genesis.json","ByronGenesisHash":"114c026a48829ad362053152dc41c5c843cf080fceefa47af0849596eadfd765","ConwayGenesisFile":"conway-genesis.json","ConwayGenesisHash":"0e02507870e954fd482eb3099494844bd369b81ab56be13197123a301fc23dfd","EnableP2P":true,"ExperimentalHardForksEnabled":true,"ExperimentalProtocolsEnabled":true,"LastKnownBlockVersion-Alt":0,"LastKnownBlockVersion-Major":3,"LastKnownBlockVersion-Minor":1,"MinNodeVersion":"8.11.0","PeerSharing":true,"Protocol":"Cardano","RequiresNetworkMagic":"RequiresMagic","ShelleyGenesisFile":"shelley-genesis.json","ShelleyGenesisHash":"e8203c83aa1ad072a4922c6d274fa51d4499f9caffea3c630dc3e4c86ae7ed55","TargetNumberOfActivePeers":20,"TargetNumberOfEstablishedPeers":50,"TargetNumberOfKnownPeers":100,"TargetNumberOfRootPeers":60,"TestAllegraHardForkAtEpoch":0,"TestAlonzoHardForkAtEpoch":0,"TestMaryHardForkAtEpoch":0,"TestShelleyHardForkAtEpoch":0,"TraceAcceptPolicy":true,"TraceBlockFetchClient":false,"TraceBlockFetchDecisions":false,"TraceBlockFetchProtocol":false,"TraceBlockFetchProtocolSerialised":false,"TraceBlockFetchServer":false,"TraceChainDb":true,"TraceChainSyncBlockServer":false,"TraceChainSyncClient":false,"TraceChainSyncHeaderServer":false,"TraceChainSyncProtocol":false,"TraceConnectionManager":true,"TraceDNSResolver":true,"TraceDNSSubscription":true,"TraceDiffusionInitialization":true,"TraceErrorPolicy":true,"TraceForge":true,"TraceHandshake":true,"TraceInboundGovernor":true,"TraceIpSubscription":true,"TraceLedgerPeers":true,"TraceLocalChainSyncProtocol":false,"TraceLocalConnectionManager":true,"TraceLocalErrorPolicy":true,"TraceLocalHandshake":true,"TraceLocalRootPeers":true,"TraceLocalTxSubmissionProtocol":false,"TraceLocalTxSubmissionServer":false,"TraceMempool":true,"TraceMux":false,"TracePeerSelection":true,"TracePeerSelectionActions":true,"TracePublicRootPeers":true,"TraceServer":true,"TraceTxInbound":false,"TraceTxOutbound":false,"TraceTxSubmissionProtocol":false,"TracingVerbosity":"NormalVerbosity","TurnOnLogMetrics":true,"TurnOnLogging":true,"defaultBackends":["KatipBK"],"defaultScribes":[["StdoutSK","stdout"]],"hasEKG":12788,"hasPrometheus":["127.0.0.1",12798],"minSeverity":"Info","options":{"mapBackends":{"cardano.node.metrics":["EKGViewBK"],"cardano.node.resources":["EKGViewBK"]},"mapSubtrace":{"cardano.node.metrics":{"subtrace":"Neutral"}}},"rotation":{"rpKeepFilesNum":10,"rpLogLimitBytes":5000000,"rpMaxAgeHours":24},"setupBackends":["KatipBK"],"setupScribes":[{"scFormat":"ScText","scKind":"StdoutSK","scName":"stdout","scRotation":null}]} \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/regenerate-byron.sh b/lib/local-cluster/test/data/cluster-configs-sanchonet/regenerate-byron.sh new file mode 100755 index 00000000000..5e5ee132614 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/regenerate-byron.sh @@ -0,0 +1,50 @@ +#!/usr/bin/env bash + +set -euo pipefail + +cat > byron.genesis.spec.json < byron-genesis-init.yaml +mv -vf tmp/delegate-keys.*.key . +mv -vf tmp/delegation-cert.*.json . + +echo "Byron genesis created." +echo "Now merge byron-genesis-init.yaml into byron-genesis.yaml" diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/regenerate.sh b/lib/local-cluster/test/data/cluster-configs-sanchonet/regenerate.sh new file mode 100755 index 00000000000..1694d7d3618 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/regenerate.sh @@ -0,0 +1,25 @@ +#!/usr/bin/env bash + +# https://cardano-course.gitbook.io/cardano-course/handbook/setting-up-a-local-cluster/create-a-local-cluster + +set -exuo pipefail + +mkdir -p template + +# wget https://raw.githubusercontent.com/input-output-hk/iohk-nix/master/cardano-lib/testnet-template/alonzo.json -O template/alonzo.json +# wget https://raw.githubusercontent.com/input-output-hk/iohk-nix/master/cardano-lib/testnet-template/byron.json -O template/byron.json +# wget https://raw.githubusercontent.com/input-output-hk/iohk-nix/master/cardano-lib/testnet-template/config.json -O template/config.json +# wget https://raw.githubusercontent.com/input-output-hk/iohk-nix/master/cardano-lib/testnet-template/shelley.json -O template/shelley.json +# wget https://raw.githubusercontent.com/input-output-hk/iohk-nix/master/cardano-lib/testnet-template/conway.json -O template/conway.json + +cardano-cli genesis create-cardano \ + --genesis-dir . \ + --testnet-magic 42 \ + --gen-genesis-keys 1 \ + --gen-utxo-keys 1 \ + --supply 45000000000000000 \ + --byron-template template/byron.json \ + --shelley-template template/shelley.json \ + --alonzo-template template/alonzo.json \ + --conway-template template/conway.json \ + --node-config-template template/config.json diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/shelley-genesis.json b/lib/local-cluster/test/data/cluster-configs-sanchonet/shelley-genesis.json new file mode 100644 index 00000000000..688b7d85374 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/shelley-genesis.json @@ -0,0 +1,48 @@ +{ + "activeSlotsCoeff": 5.0e-2, + "epochLength": 21600, + "genDelegs": { + "2f8c598b8d21f7da9c098f36bab7c1ef1c0e0288042279a1875d1b35": { + "delegate": "d9a8053a7bad6e63df37d8055db3f80e63b052506af6f868f4fdc552", + "vrf": "087e5ef38b6ab0696450a5b1c2e5ce193901133c575ec441bdbe25e09823b2a8" + } + }, + "initialFunds": {}, + "maxKESEvolutions": 62, + "maxLovelaceSupply": 45000000000000000, + "networkId": "Testnet", + "networkMagic": 42, + "protocolParams": { + "a0": 0.3, + "decentralisationParam": 1, + "eMax": 18, + "extraEntropy": { + "tag": "NeutralNonce" + }, + "keyDeposit": 2000000, + "maxBlockBodySize": 65536, + "maxBlockHeaderSize": 1100, + "maxTxSize": 16384, + "minFeeA": 44, + "minFeeB": 155381, + "minPoolCost": 340000000, + "minUTxOValue": 1000000, + "nOpt": 150, + "poolDeposit": 500000000, + "protocolVersion": { + "major": 6, + "minor": 0 + }, + "rho": 3.0e-3, + "tau": 0.2 + }, + "securityParam": 108, + "slotLength": 1, + "slotsPerKESPeriod": 129600, + "staking": { + "pools": {}, + "stake": {} + }, + "systemStart": "2024-06-04T08:43:34.489017383Z", + "updateQuorum": 1 +} \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/template/alonzo.json b/lib/local-cluster/test/data/cluster-configs-sanchonet/template/alonzo.json new file mode 100644 index 00000000000..de05d3d9e46 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/template/alonzo.json @@ -0,0 +1,188 @@ +{ + "collateralPercentage": 150, + "costModels": { + "PlutusV1": [ + 197209, + 0, + 1, + 1, + 396231, + 621, + 0, + 1, + 150000, + 1000, + 0, + 1, + 150000, + 32, + 2477736, + 29175, + 4, + 29773, + 100, + 29773, + 100, + 29773, + 100, + 29773, + 100, + 29773, + 100, + 29773, + 100, + 100, + 100, + 29773, + 100, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 150000, + 1000, + 0, + 1, + 150000, + 32, + 150000, + 1000, + 0, + 8, + 148000, + 425507, + 118, + 0, + 1, + 1, + 150000, + 1000, + 0, + 8, + 150000, + 112536, + 247, + 1, + 150000, + 10000, + 1, + 136542, + 1326, + 1, + 1000, + 150000, + 1000, + 1, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 1, + 1, + 150000, + 1, + 150000, + 4, + 103599, + 248, + 1, + 103599, + 248, + 1, + 145276, + 1366, + 1, + 179690, + 497, + 1, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 148000, + 425507, + 118, + 0, + 1, + 1, + 61516, + 11218, + 0, + 1, + 150000, + 32, + 148000, + 425507, + 118, + 0, + 1, + 1, + 148000, + 425507, + 118, + 0, + 1, + 1, + 2477736, + 29175, + 4, + 0, + 82363, + 4, + 150000, + 5000, + 0, + 1, + 150000, + 32, + 197209, + 0, + 1, + 1, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 150000, + 32, + 3345831, + 1, + 1 + ] + }, + "executionPrices": { + "prMem": 5.77e-2, + "prSteps": 7.21e-5 + }, + "lovelacePerUTxOWord": 34482, + "maxBlockExUnits": { + "exUnitsMem": 50000000, + "exUnitsSteps": 40000000000 + }, + "maxCollateralInputs": 3, + "maxTxExUnits": { + "exUnitsMem": 10000000, + "exUnitsSteps": 10000000000 + }, + "maxValueSize": 5000 +} \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/template/byron.json b/lib/local-cluster/test/data/cluster-configs-sanchonet/template/byron.json new file mode 100644 index 00000000000..80d37ae5955 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/template/byron.json @@ -0,0 +1,23 @@ +{ + "heavyDelThd": "300000000000", + "maxBlockSize": "2000000", + "maxHeaderSize": "2000000", + "maxProposalSize": "700", + "maxTxSize": "4096", + "mpcThd": "20000000000000", + "scriptVersion": 0, + "slotDuration": "20000", + "softforkRule": { + "initThd": "900000000000000", + "minThd": "600000000000000", + "thdDecrement": "50000000000000" + }, + "txFeePolicy": { + "multiplier": "43946000000", + "summand": "155381000000000" + }, + "unlockStakeEpoch": "18446744073709551615", + "updateImplicit": "10000", + "updateProposalThd": "100000000000000", + "updateVoteThd": "1000000000000" + } \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/template/config.json b/lib/local-cluster/test/data/cluster-configs-sanchonet/template/config.json new file mode 100644 index 00000000000..9a73fd21b9e --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/template/config.json @@ -0,0 +1,114 @@ +{ + "AlonzoGenesisFile": "alonzo-genesis.json", + "AlonzoGenesisHash": "8bedcaea62107d8a79ed5293b0027b3f8706a4bc2422f33380cb1fd01c6fa6ec", + "ByronGenesisFile": "byron-genesis.json", + "ByronGenesisHash": "785eb88427e136378a15b0a152a8bfbeec7a611529ccda29c43a1e60ffb48eaa", + "ConwayGenesisFile": "conway-genesis.json", + "ConwayGenesisHash": "79766b0c18076e9abefc806526714f30d42b14dba9f187fb316bd4e70c815ef4", + "EnableP2P": true, + "ExperimentalHardForksEnabled": true, + "ExperimentalProtocolsEnabled": true, + "LastKnownBlockVersion-Alt": 0, + "LastKnownBlockVersion-Major": 3, + "LastKnownBlockVersion-Minor": 1, + "MinNodeVersion": "8.11.0", + "PeerSharing": true, + "Protocol": "Cardano", + "RequiresNetworkMagic": "RequiresMagic", + "ShelleyGenesisFile": "shelley-genesis.json", + "ShelleyGenesisHash": "f94457ec45a0c6773057a529533cf7ccf746cb44dabd56ae970e1dbfb55bfdb2", + "TargetNumberOfActivePeers": 20, + "TargetNumberOfEstablishedPeers": 50, + "TargetNumberOfKnownPeers": 100, + "TargetNumberOfRootPeers": 60, + "TestAllegraHardForkAtEpoch": 0, + "TestAlonzoHardForkAtEpoch": 0, + "TestMaryHardForkAtEpoch": 0, + "TestShelleyHardForkAtEpoch": 0, + "TraceAcceptPolicy": true, + "TraceBlockFetchClient": false, + "TraceBlockFetchDecisions": false, + "TraceBlockFetchProtocol": false, + "TraceBlockFetchProtocolSerialised": false, + "TraceBlockFetchServer": false, + "TraceChainDb": true, + "TraceChainSyncBlockServer": false, + "TraceChainSyncClient": false, + "TraceChainSyncHeaderServer": false, + "TraceChainSyncProtocol": false, + "TraceConnectionManager": true, + "TraceDNSResolver": true, + "TraceDNSSubscription": true, + "TraceDiffusionInitialization": true, + "TraceErrorPolicy": true, + "TraceForge": true, + "TraceHandshake": true, + "TraceInboundGovernor": true, + "TraceIpSubscription": true, + "TraceLedgerPeers": true, + "TraceLocalChainSyncProtocol": false, + "TraceLocalConnectionManager": true, + "TraceLocalErrorPolicy": true, + "TraceLocalHandshake": true, + "TraceLocalRootPeers": true, + "TraceLocalTxSubmissionProtocol": false, + "TraceLocalTxSubmissionServer": false, + "TraceMempool": true, + "TraceMux": false, + "TracePeerSelection": true, + "TracePeerSelectionActions": true, + "TracePublicRootPeers": true, + "TraceServer": true, + "TraceTxInbound": false, + "TraceTxOutbound": false, + "TraceTxSubmissionProtocol": false, + "TracingVerbosity": "NormalVerbosity", + "TurnOnLogMetrics": true, + "TurnOnLogging": true, + "defaultBackends": [ + "KatipBK" + ], + "defaultScribes": [ + [ + "StdoutSK", + "stdout" + ] + ], + "hasEKG": 12788, + "hasPrometheus": [ + "127.0.0.1", + 12798 + ], + "minSeverity": "Info", + "options": { + "mapBackends": { + "cardano.node.metrics": [ + "EKGViewBK" + ], + "cardano.node.resources": [ + "EKGViewBK" + ] + }, + "mapSubtrace": { + "cardano.node.metrics": { + "subtrace": "Neutral" + } + } + }, + "rotation": { + "rpKeepFilesNum": 10, + "rpLogLimitBytes": 5000000, + "rpMaxAgeHours": 24 + }, + "setupBackends": [ + "KatipBK" + ], + "setupScribes": [ + { + "scFormat": "ScText", + "scKind": "StdoutSK", + "scName": "stdout", + "scRotation": null + } + ] +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/template/conway.json b/lib/local-cluster/test/data/cluster-configs-sanchonet/template/conway.json new file mode 100644 index 00000000000..33719afca5d --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/template/conway.json @@ -0,0 +1,278 @@ +{ + "poolVotingThresholds": { + "committeeNormal": 0.6, + "committeeNoConfidence": 0.51, + "hardForkInitiation": 0.51, + "motionNoConfidence": 0.6, + "ppSecurityGroup": 0.6 + }, + "dRepVotingThresholds": { + "motionNoConfidence": 0.67, + "committeeNormal": 0.67, + "committeeNoConfidence": 0.6, + "updateToConstitution": 0.75, + "hardForkInitiation": 0.6, + "ppNetworkGroup": 0.67, + "ppEconomicGroup": 0.67, + "ppTechnicalGroup": 0.67, + "ppGovGroup": 0.75, + "treasuryWithdrawal": 0.67 + }, + "committeeMinSize": 3, + "committeeMaxTermLength": 73, + "govActionLifetime": 8, + "govActionDeposit": 50000000000, + "dRepDeposit": 500000000, + "dRepActivity": 20, + "minFeeRefScriptCostPerByte": 44, + "plutusV3CostModel": [ + 205665, + 812, + 1, + 1, + 1000, + 571, + 0, + 1, + 1000, + 24177, + 4, + 1, + 1000, + 32, + 117366, + 10475, + 4, + 23000, + 100, + 23000, + 100, + 23000, + 100, + 23000, + 100, + 23000, + 100, + 23000, + 100, + 100, + 100, + 23000, + 100, + 19537, + 32, + 175354, + 32, + 46417, + 4, + 221973, + 511, + 0, + 1, + 89141, + 32, + 497525, + 14068, + 4, + 2, + 196500, + 453240, + 220, + 0, + 1, + 1, + 1000, + 28662, + 4, + 2, + 245000, + 216773, + 62, + 1, + 1060367, + 12586, + 1, + 208512, + 421, + 1, + 187000, + 1000, + 52998, + 1, + 80436, + 32, + 43249, + 32, + 1000, + 32, + 80556, + 1, + 57667, + 4, + 1000, + 10, + 197145, + 156, + 1, + 197145, + 156, + 1, + 204924, + 473, + 1, + 208896, + 511, + 1, + 52467, + 32, + 64832, + 32, + 65493, + 32, + 22558, + 32, + 16563, + 32, + 76511, + 32, + 196500, + 453240, + 220, + 0, + 1, + 1, + 69522, + 11687, + 0, + 1, + 60091, + 32, + 196500, + 453240, + 220, + 0, + 1, + 1, + 196500, + 453240, + 220, + 0, + 1, + 1, + 1159724, + 392670, + 0, + 2, + 806990, + 30482, + 4, + 1927926, + 82523, + 4, + 265318, + 0, + 4, + 0, + 85931, + 32, + 205665, + 812, + 1, + 1, + 41182, + 32, + 212342, + 32, + 31220, + 32, + 32696, + 32, + 43357, + 32, + 32247, + 32, + 38314, + 32, + 35190005, + 10, + 57996947, + 18975, + 10, + 39121781, + 32260, + 10, + 23000, + 100, + 23000, + 100, + 832808, + 18, + 3209094, + 6, + 331451, + 1, + 65990684, + 23097, + 18, + 114242, + 18, + 94393407, + 87060, + 18, + 16420089, + 18, + 2145798, + 36, + 3795345, + 12, + 889023, + 1, + 204237282, + 23271, + 36, + 129165, + 36, + 189977790, + 85902, + 36, + 33012864, + 36, + 388443360, + 1, + 401885761, + 72, + 2331379, + 72, + 1927926, + 82523, + 4, + 117366, + 10475, + 4, + 1292075, + 24469, + 74, + 0, + 1, + 936157, + 49601, + 237, + 0, + 1 + ], + "constitution": { + "anchor": { + "url": "https://raw.githubusercontent.com/carloslodelar/proposals/main/constitution.txt", + "dataHash": "f89cc2469ce31c3dfda2f3e0b56c5c8b4ee4f0e5f66c30a3f12a95298b01179e" + } + }, + "committee": { + "members": { + "scriptHash-8fc13431159fdda66347a38c55105d50d77d67abc1c368b876d52ad1": 336, + "scriptHash-921e1ccb4812c4280510c9ccab81c561f3d413e7d744d48d61215d1f": 400, + "scriptHash-d5d09d9380cf9dcde1f3c6cd88b08ca9e00a3d550022ca7ee4026342": 400, + "scriptHash-2c698e41831684b16477fb50082b0c0e396d436504e39037d5366582": 400 + }, + "threshold": 0.66 + } +} diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/template/shelley.json b/lib/local-cluster/test/data/cluster-configs-sanchonet/template/shelley.json new file mode 100644 index 00000000000..544585999ef --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/template/shelley.json @@ -0,0 +1,56 @@ +{ + "activeSlotsCoeff": 5.0e-2, + "epochLength": 86400, + "genDelegs": { + "c1ad22cabb342cbb83ce3859708232f4945ccb669e9b5f932cffc0ed": { + "delegate": "405357b552c397e81f73dcb5a0da0828fe29610bd25197d86130df34", + "vrf": "458215df6c07abc66e80082caa7a189dc2f4995ad4b4b5f09481a55d8d0692d2" + }, + "c264bca994a3a5deee5a1d9b92a3d7e9d6cbdb81f2f6989bb7f7b437": { + "delegate": "d9d9d0f0e1f25c4af4d80cb2d62878b611d8b3a8e1ef548d01f246d7", + "vrf": "624f1bf3b2f978e0c95644f26228b307d7acca7fc7eb3d88fb6f107e0aa1198c" + }, + "d4bf7eb45b72dffa5ac33d5c902fe409e4e611f2e9a52fb0d09784c3": { + "delegate": "806eb0c17d9b0fe6d99acbabe7be76ef72bf9de96c5b58435e50837f", + "vrf": "57e52289207a7128c29e0b7e96a02c731a961a5944329b363bed751ad8f377ee" + } + }, + "initialFunds": {}, + "maxKESEvolutions": 62, + "maxLovelaceSupply": 45000000000000000, + "networkId": "Testnet", + "networkMagic": 4, + "protocolParams": { + "a0": 0.3, + "decentralisationParam": 1.0, + "eMax": 18, + "extraEntropy": { + "tag": "NeutralNonce" + }, + "keyDeposit": 2000000, + "maxBlockBodySize": 65536, + "maxBlockHeaderSize": 1100, + "maxTxSize": 16384, + "minFeeA": 44, + "minFeeB": 155381, + "minPoolCost": 340000000, + "minUTxOValue": 1000000, + "nOpt": 150, + "poolDeposit": 500000000, + "protocolVersion": { + "major": 6, + "minor": 0 + }, + "rho": 3.0e-3, + "tau": 0.2 + }, + "securityParam": 432, + "slotLength": 1, + "slotsPerKESPeriod": 129600, + "staking": { + "pools": {}, + "stake": {} + }, + "systemStart": "2023-06-15T00:30:00Z", + "updateQuorum": 3 +} \ No newline at end of file diff --git a/lib/local-cluster/test/data/cluster-configs-sanchonet/utxo-keys/byron.000.key b/lib/local-cluster/test/data/cluster-configs-sanchonet/utxo-keys/byron.000.key new file mode 100644 index 00000000000..bb2fcc04d08 --- /dev/null +++ b/lib/local-cluster/test/data/cluster-configs-sanchonet/utxo-keys/byron.000.key @@ -0,0 +1 @@ +Xt:X   Cardano.Lovelace -> W.Coin +fromCardanoLovelace :: HasCallStack => SL.Coin -> W.Coin fromCardanoLovelace = Coin.unsafeFromIntegral . unQuantity . Cardano.lovelaceToQuantity where diff --git a/lib/primitive/lib/Cardano/Wallet/Primitive/Ledger/Read/Tx/Features/Withdrawals.hs b/lib/primitive/lib/Cardano/Wallet/Primitive/Ledger/Read/Tx/Features/Withdrawals.hs index d1e3498fad0..bd5dc0c2e40 100644 --- a/lib/primitive/lib/Cardano/Wallet/Primitive/Ledger/Read/Tx/Features/Withdrawals.hs +++ b/lib/primitive/lib/Cardano/Wallet/Primitive/Ledger/Read/Tx/Features/Withdrawals.hs @@ -57,8 +57,8 @@ getWithdrawals = case theEra @era of Just $ fromLedgerWithdrawals withdrawals fromLedgerWithdrawals - :: (Map (Ledger.RewardAcnt crypto) Ledger.Coin) -> Map RewardAccount W.Coin + :: (Map (Ledger.RewardAccount crypto) Ledger.Coin) -> Map RewardAccount W.Coin fromLedgerWithdrawals withdrawals = Map.fromList [ (Certificates.fromStakeCredential cred, Ledger.toWalletCoin coin) - | (Ledger.RewardAcnt _network cred, coin) <- Map.toList withdrawals + | (Ledger.RewardAccount _network cred, coin) <- Map.toList withdrawals ] diff --git a/lib/primitive/lib/Cardano/Wallet/Primitive/Ledger/Shelley.hs b/lib/primitive/lib/Cardano/Wallet/Primitive/Ledger/Shelley.hs index de50449d135..c7a9cc945b8 100644 --- a/lib/primitive/lib/Cardano/Wallet/Primitive/Ledger/Shelley.hs +++ b/lib/primitive/lib/Cardano/Wallet/Primitive/Ledger/Shelley.hs @@ -794,7 +794,7 @@ toShelleyCoin :: W.Coin -> SL.Coin toShelleyCoin (W.Coin c) = SL.Coin $ intCast c -- Lovelace to coin. Quantities from ledger should always fit in Word64. -fromCardanoLovelace :: HasCallStack => Cardano.Lovelace -> W.Coin +fromCardanoLovelace :: HasCallStack => SL.Coin -> W.Coin fromCardanoLovelace = Coin.unsafeFromIntegral . unQuantity . Cardano.lovelaceToQuantity where @@ -852,8 +852,8 @@ toCardanoStakeCredential = \case . unsafeHashFromBytes $ bs -toCardanoLovelace :: W.Coin -> Cardano.Lovelace -toCardanoLovelace (W.Coin c) = Cardano.Lovelace $ intCast c +toCardanoLovelace :: W.Coin -> SL.Coin +toCardanoLovelace (W.Coin c) = fromIntegral c -- FIXME: This function belongs to the 'Write' modules. -- This function only needs to work in recent eras, diff --git a/lib/primitive/lib/Cardano/Wallet/Primitive/Slotting.hs b/lib/primitive/lib/Cardano/Wallet/Primitive/Slotting.hs index 602c15c8628..f9d83eddcfb 100644 --- a/lib/primitive/lib/Cardano/Wallet/Primitive/Slotting.hs +++ b/lib/primitive/lib/Cardano/Wallet/Primitive/Slotting.hs @@ -176,6 +176,9 @@ import GHC.Stack , getCallStack , prettySrcLoc ) +import Ouroboros.Consensus.Block + ( GenesisWindow (..) + ) import Ouroboros.Consensus.BlockchainTime.WallClock.Types ( RelativeTime (..) , SystemStart (SystemStart) @@ -557,7 +560,8 @@ mkSingleEraInterpreter start sp = TimeInterpreter } where int = mkInterpreter summary - summary = neverForksSummary sz len + summary = neverForksSummary sz len win + win = GenesisWindow 0 sz = Cardano.EpochSize $ fromIntegral $ unEpochLength $ sp ^. #getEpochLength len = Cardano.mkSlotLength $ unSlotLength $ sp ^. #getSlotLength diff --git a/lib/primitive/test/spec/Cardano/Wallet/Primitive/CollateralSpec.hs b/lib/primitive/test/spec/Cardano/Wallet/Primitive/CollateralSpec.hs index 353493de359..e0766e5b1c8 100644 --- a/lib/primitive/test/spec/Cardano/Wallet/Primitive/CollateralSpec.hs +++ b/lib/primitive/test/spec/Cardano/Wallet/Primitive/CollateralSpec.hs @@ -575,8 +575,8 @@ isValidAddress (Address addrBytes) = isJust (L.decodeAddrLenient addrBytes :: Maybe (L.Addr CC.StandardCrypto)) || - isJust (L.deserialiseRewardAcnt addrBytes - :: Maybe (L.RewardAcnt CC.StandardCrypto)) + isJust (L.deserialiseRewardAccount addrBytes + :: Maybe (L.RewardAccount CC.StandardCrypto)) -- To be extra sure, we also test addressSuitableForCollateral with some golden -- addresses: @@ -771,7 +771,7 @@ shelleyEnterprisePaymentAddrGolden = unsafeBech32Decode genByronAddr :: Gen (L.Addr CC.StandardCrypto) genByronAddr = L.AddrBootstrap <$> arbitrary -genStakeAddr :: Gen (L.RewardAcnt CC.StandardCrypto) +genStakeAddr :: Gen (L.RewardAccount CC.StandardCrypto) genStakeAddr = arbitrary -- Some helper functions @@ -779,8 +779,8 @@ genStakeAddr = arbitrary asAddress :: L.Addr CC.StandardCrypto -> Address asAddress = Address . L.serialiseAddr -asStakeAddress :: L.RewardAcnt crypto -> Address -asStakeAddress = Address . L.serialiseRewardAcnt +asStakeAddress :: L.RewardAccount crypto -> Address +asStakeAddress = Address . L.serialiseRewardAccount runGetMaybe :: B.Get a -> BL.ByteString -> Maybe a runGetMaybe parser x = diff --git a/lib/read/lib/Cardano/Wallet/Read/Tx/Gen/Conway.hs b/lib/read/lib/Cardano/Wallet/Read/Tx/Gen/Conway.hs index fa00336c384..704f0f81054 100644 --- a/lib/read/lib/Cardano/Wallet/Read/Tx/Gen/Conway.hs +++ b/lib/read/lib/Cardano/Wallet/Read/Tx/Gen/Conway.hs @@ -167,7 +167,7 @@ votingProcedures = VotingProcedures mempty witnesses :: Set (KeyHash 'Witness StandardCrypto) witnesses = mempty -certs :: StrictSeq (ConwayTxCert (era StandardCrypto)) +certs :: OSet (ConwayTxCert (ConwayEra StandardCrypto)) certs = mempty referenceIns :: Set (TxIn StandardCrypto) diff --git a/lib/read/lib/Cardano/Wallet/Read/Tx/Withdrawals.hs b/lib/read/lib/Cardano/Wallet/Read/Tx/Withdrawals.hs index 290e33944c3..4bb91c230d9 100644 --- a/lib/read/lib/Cardano/Wallet/Read/Tx/Withdrawals.hs +++ b/lib/read/lib/Cardano/Wallet/Read/Tx/Withdrawals.hs @@ -25,7 +25,7 @@ module Cardano.Wallet.Read.Tx.Withdrawals import Prelude import Cardano.Ledger.Address - ( RewardAcnt + ( RewardAccount , unWithdrawals ) import Cardano.Ledger.Coin @@ -73,7 +73,7 @@ type family WithdrawalsType era where WithdrawalsType Babbage = RewardWithdrawals WithdrawalsType Conway = RewardWithdrawals -type RewardWithdrawals = Map (RewardAcnt StandardCrypto) Coin +type RewardWithdrawals = Map (RewardAccount StandardCrypto) Coin newtype Withdrawals era = Withdrawals { withdrawalsAsMap :: WithdrawalsType era } @@ -98,5 +98,5 @@ getEraWithdrawals = case theEra @era of shelleyWithdrawals :: Ledger.EraTx era => Ledger.Tx era - -> Map (RewardAcnt (Ledger.EraCrypto era)) Coin + -> Map (RewardAccount (Ledger.EraCrypto era)) Coin shelleyWithdrawals = unWithdrawals . view (bodyTxL . withdrawalsTxBodyL) diff --git a/lib/secrets/cardano-wallet-secrets.cabal b/lib/secrets/cardano-wallet-secrets.cabal index 9c798315b9e..5ea3f13743e 100644 --- a/lib/secrets/cardano-wallet-secrets.cabal +++ b/lib/secrets/cardano-wallet-secrets.cabal @@ -38,8 +38,8 @@ library hs-source-dirs: src build-depends: - , base >= 4.14.3 && < 4.19 - , bytestring >= 0.10.12 && < 0.13 + , base + , bytestring , cardano-crypto , cborg , crypto-primitives diff --git a/lib/temporary-extra/temporary-extra.cabal b/lib/temporary-extra/temporary-extra.cabal index 967b237a2a7..1edfd9c1e71 100644 --- a/lib/temporary-extra/temporary-extra.cabal +++ b/lib/temporary-extra/temporary-extra.cabal @@ -31,6 +31,6 @@ library , iohk-monitoring , iohk-monitoring-extra , temporary - , text >= 1.2.4.1 && <2.2 + , text , text-class , unliftio diff --git a/lib/unit/test-common/Cardano/Wallet/DummyTarget/Primitive/Types.hs b/lib/unit/test-common/Cardano/Wallet/DummyTarget/Primitive/Types.hs index 2f4f42680b5..b29b32f051a 100644 --- a/lib/unit/test-common/Cardano/Wallet/DummyTarget/Primitive/Types.hs +++ b/lib/unit/test-common/Cardano/Wallet/DummyTarget/Primitive/Types.hs @@ -181,15 +181,15 @@ dummyNodeProtocolParameters = C.ProtocolParameters , C.protocolParamTxFeeFixed = 14 -- B , C.protocolParamTxFeePerByte = 42 -- A , C.protocolParamMinUTxOValue = Nothing - , C.protocolParamStakeAddressDeposit = C.Lovelace 0 - , C.protocolParamStakePoolDeposit = C.Lovelace 500_000_000 - , C.protocolParamMinPoolCost = C.Lovelace 340_000_000 + , C.protocolParamStakeAddressDeposit = C.Coin 0 + , C.protocolParamStakePoolDeposit = C.Coin 500_000_000 + , C.protocolParamMinPoolCost = C.Coin 340_000_000 , C.protocolParamPoolRetireMaxEpoch = C.EpochInterval 18 , C.protocolParamStakePoolTargetNum = 100 , C.protocolParamPoolPledgeInfluence = 0.3 -- a0 , C.protocolParamMonetaryExpansion = 0.003 -- rho , C.protocolParamTreasuryCut = 0.20 -- tau - , C.protocolParamUTxOCostPerByte = Just $ C.Lovelace 43_10 + , C.protocolParamUTxOCostPerByte = Just $ C.Coin 43_10 , C.protocolParamCostModels = mempty , C.protocolParamPrices = Just $ C.ExecutionUnitPrices @@ -286,16 +286,16 @@ babbageMainnetProtocolParameters = C.ProtocolParameters , C.protocolParamMaxTxSize = 16_384 , C.protocolParamTxFeeFixed = 155_381 -- B , C.protocolParamTxFeePerByte = 44 -- A - , C.protocolParamMinUTxOValue = Just $ C.Lovelace 1_000_000 - , C.protocolParamStakeAddressDeposit = C.Lovelace 2_000_000 - , C.protocolParamStakePoolDeposit = C.Lovelace 500_000_000 - , C.protocolParamMinPoolCost = C.Lovelace 340_000_000 + , C.protocolParamMinUTxOValue = Just $ C.Coin 1_000_000 + , C.protocolParamStakeAddressDeposit = C.Coin 2_000_000 + , C.protocolParamStakePoolDeposit = C.Coin 500_000_000 + , C.protocolParamMinPoolCost = C.Coin 340_000_000 , C.protocolParamPoolRetireMaxEpoch = C.EpochInterval 18 , C.protocolParamStakePoolTargetNum = 500 , C.protocolParamPoolPledgeInfluence = 0.3 -- a0 , C.protocolParamMonetaryExpansion = 0.003 -- rho , C.protocolParamTreasuryCut = 0.20 -- tau - , C.protocolParamUTxOCostPerByte = Just $ C.Lovelace 4_310 + , C.protocolParamUTxOCostPerByte = Just $ C.Coin 4_310 , C.protocolParamCostModels = mempty -- TODO: Include a Plutus cost model here. diff --git a/lib/unit/test/unit/Cardano/Wallet/Shelley/TransactionSpec.hs b/lib/unit/test/unit/Cardano/Wallet/Shelley/TransactionSpec.hs index 6db0d54cc9c..835f31918de 100644 --- a/lib/unit/test/unit/Cardano/Wallet/Shelley/TransactionSpec.hs +++ b/lib/unit/test/unit/Cardano/Wallet/Shelley/TransactionSpec.hs @@ -84,12 +84,14 @@ import Cardano.Wallet.Gen ( genMnemonic , genScript ) +import Cardano.Wallet.Primitive.Ledger.Convert + ( toLedgerCoin + ) import Cardano.Wallet.Primitive.Ledger.Read.Tx.Features.Integrity ( txIntegrity ) import Cardano.Wallet.Primitive.Ledger.Shelley - ( toCardanoLovelace - , toCardanoTxIn + ( toCardanoTxIn ) import Cardano.Wallet.Primitive.NetworkId ( SNetworkId (..) @@ -451,9 +453,9 @@ stakeAddressForKey net pubkey = withdrawalForKey :: SL.Network -> XPub - -> Cardano.Lovelace + -> L.Coin -> ( Cardano.StakeAddress - , Cardano.Lovelace + , L.Coin , Cardano.BuildTxWith Cardano.BuildTx (Cardano.Witness Cardano.WitCtxStake era) ) @@ -501,7 +503,7 @@ prop_signTransaction_addsRewardAccountKey extraWdrls = [ withdrawalForKey SL.Mainnet rewardAcctPubKey - (toCardanoLovelace wdrlAmt) + (toLedgerCoin wdrlAmt) ] addWithdrawals @@ -1163,7 +1165,7 @@ binaryCalculationsSpec' era = describe ("calculateBinary - "+||era||+"") $ do mkByronWitness' unsignedTx (_, (TxOut addr _)) = mkByronWitness unsignedTx net addr addrWits = zipWith (mkByronWitness' unsigned) inps pairs - fee = toCardanoLovelace $ selectionDelta cs + fee = toLedgerCoin $ selectionDelta cs unsigned = either (error . show) id $ mkUnsignedTx (Nothing, slotNo) (Right cs) md mempty [] fee @@ -1220,7 +1222,7 @@ makeShelleyTx _era testCase = where DecodeSetup utxo outs md slotNo pairs _netwk = testCase inps = Map.toList $ unUTxO utxo - fee = toCardanoLovelace $ selectionDelta cs + fee = toLedgerCoin $ selectionDelta cs unsigned = either (error . show) id $ mkUnsignedTx (Nothing, slotNo) (Right cs) md mempty [] fee TokenMap.empty TokenMap.empty Map.empty Map.empty Nothing Nothing @@ -1411,17 +1413,16 @@ mockTxConstraints = , Cardano.protocolParamExtraPraosEntropy = Nothing , Cardano.protocolParamMaxBlockHeaderSize = 100_000 -- Dummy value , Cardano.protocolParamMaxBlockBodySize = 100_000 - , Cardano.protocolParamStakeAddressDeposit = Cardano.Lovelace 2_000_000 - , Cardano.protocolParamStakePoolDeposit = Cardano.Lovelace 500_000_000 - , Cardano.protocolParamMinPoolCost = Cardano.Lovelace 32_000_000 + , Cardano.protocolParamStakeAddressDeposit = L.Coin 2_000_000 + , Cardano.protocolParamStakePoolDeposit = L.Coin 500_000_000 + , Cardano.protocolParamMinPoolCost = L.Coin 32_000_000 , Cardano.protocolParamPoolRetireMaxEpoch = L.EpochInterval 2 , Cardano.protocolParamStakePoolTargetNum = 100 , Cardano.protocolParamPoolPledgeInfluence = 0 , Cardano.protocolParamMonetaryExpansion = 0 , Cardano.protocolParamTreasuryCut = 0 , Cardano.protocolParamUTxOCostPerByte = - Just $ Cardano.fromShelleyLovelace $ - Babbage.unCoinPerByte testParameter_coinsPerUTxOByte_Babbage + Just $ Babbage.unCoinPerByte testParameter_coinsPerUTxOByte_Babbage -- Note: since 'txConstraints' does not make use of cost models, here -- we use the simplest possible value, which is 'mempty'. , Cardano.protocolParamCostModels = mempty diff --git a/lib/wallet-e2e/cardano-wallet-e2e.cabal b/lib/wallet-e2e/cardano-wallet-e2e.cabal index 9b58bddbe01..795198965dc 100644 --- a/lib/wallet-e2e/cardano-wallet-e2e.cabal +++ b/lib/wallet-e2e/cardano-wallet-e2e.cabal @@ -60,7 +60,7 @@ library build-depends: , aeson , attoparsec-aeson - , base >=4.14.3.0 && <4.19 + , base , base58-bytestring , cardano-addresses , cardano-crypto @@ -82,7 +82,7 @@ library , sydtest , tagged , text - , time >=1.9.3 && <1.13 + , time , timespan , typed-process diff --git a/lib/wallet/cardano-wallet.cabal b/lib/wallet/cardano-wallet.cabal index 8ed369be7fc..31cc220e5cc 100644 --- a/lib/wallet/cardano-wallet.cabal +++ b/lib/wallet/cardano-wallet.cabal @@ -110,8 +110,8 @@ library , ouroboros-network , ouroboros-network-api , path-pieces - , persistent >=2.13 && <2.15 - , persistent-sqlite >=2.13 && <2.15 + , persistent + , persistent-sqlite , profunctors , QuickCheck , quiet diff --git a/lib/wallet/src/Cardano/Wallet/Shelley/Transaction.hs b/lib/wallet/src/Cardano/Wallet/Shelley/Transaction.hs index 79c144f54c1..855aa58b861 100644 --- a/lib/wallet/src/Cardano/Wallet/Shelley/Transaction.hs +++ b/lib/wallet/src/Cardano/Wallet/Shelley/Transaction.hs @@ -262,6 +262,7 @@ import qualified Cardano.Crypto as CC import qualified Cardano.Crypto.Hash.Class as Crypto import qualified Cardano.Crypto.Wallet as Crypto.HD import qualified Cardano.Ledger.Api as Ledger +import qualified Cardano.Ledger.Coin as Ledger import qualified Cardano.Ledger.Keys.Bootstrap as SL import qualified Cardano.Wallet.Primitive.Ledger.Convert as Convert import qualified Cardano.Wallet.Primitive.Ledger.Shelley as Compatibility @@ -275,6 +276,7 @@ import qualified Data.Set as Set import qualified Data.Text as T import qualified Internal.Cardano.Write.Tx as Write ( CardanoApiEra + , Coin , FeePerByte , IsRecentEra (recentEra) , PParams @@ -798,9 +800,9 @@ mkUnsignedTx => (Maybe SlotNo, SlotNo) -> Either PreSelection (SelectionOf TxOut) -> Maybe Cardano.TxMetadata - -> [(Cardano.StakeAddress, Cardano.Lovelace)] + -> [(Cardano.StakeAddress, Write.Coin)] -> [Cardano.Certificate (CardanoApiEra era)] - -> Cardano.Lovelace + -> Write.Coin -> TokenMap -> TokenMap -> Map AssetId ScriptSource @@ -1091,7 +1093,7 @@ removeDummyInput = \case mkWithdrawals :: NetworkId -> Withdrawal - -> [(Cardano.StakeAddress, Cardano.Lovelace)] + -> [(Cardano.StakeAddress, Write.Coin)] mkWithdrawals networkId wdrl = case wdrl of NoWithdrawal -> [] WithdrawalExternal acc _ amt _ -> diff --git a/nix/haskell.nix b/nix/haskell.nix index cf7c3d24961..fc663641884 100644 --- a/nix/haskell.nix +++ b/nix/haskell.nix @@ -132,7 +132,7 @@ CHaP: haskell-nix: nixpkgs-recent: nodePkgs: haskell-nix.cabalProject' [ }; hoogle = { index-state = indexState; - version = "5.0.18.3"; + version = "latest"; }; }; nativeBuildInputs = (with buildProject.hsPkgs; [