From b273bfc5c38ae3d531e6bd3bcb1cfe696461ac8c Mon Sep 17 00:00:00 2001 From: Aayush Rajasekaran Date: Mon, 12 Oct 2020 02:15:39 -0400 Subject: [PATCH] Set tape upgrade to 15000 --- build/params_testnet.go | 3 +- documentation/en/api-methods.md | 372 ++++++++++++++++---------------- 2 files changed, 188 insertions(+), 187 deletions(-) diff --git a/build/params_testnet.go b/build/params_testnet.go index 15b7f8c46..eef274e0d 100644 --- a/build/params_testnet.go +++ b/build/params_testnet.go @@ -22,10 +22,11 @@ const BreezeGasTampingDuration = 120 const UpgradeSmokeHeight = -2 const UpgradeIgnitionHeight = -3 +const UpgradeRefuelHeight = -4 const UpgradeActorsV2Height = 500 -const UpgradeTapeHeight = 140760 +const UpgradeTapeHeight = 15000 // This signals our tentative epoch for mainnet launch. Can make it later, but not earlier. // Miners, clients, developers, custodians all need time to prepare. diff --git a/documentation/en/api-methods.md b/documentation/en/api-methods.md index 76dce56db..9bde9b9f9 100644 --- a/documentation/en/api-methods.md +++ b/documentation/en/api-methods.md @@ -357,7 +357,7 @@ Inputs: Response: ```json { - "Miner": "f01234", + "Miner": "t01234", "Ticket": { "VRFProof": "Ynl0ZSBhcnJheQ==" }, @@ -454,8 +454,8 @@ Response: ```json { "Version": 42, - "To": "f01234", - "From": "f01234", + "To": "t01234", + "From": "t01234", "Nonce": 42, "Value": "0", "GasLimit": 9, @@ -947,7 +947,7 @@ Response: }, "State": 42, "Message": "string value", - "Provider": "f01234", + "Provider": "t01234", "DataRef": { "TransferType": "string value", "Root": { @@ -984,7 +984,7 @@ Response: }, "State": 42, "Message": "string value", - "Provider": "f01234", + "Provider": "t01234", "DataRef": { "TransferType": "string value", "Root": { @@ -1087,7 +1087,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" }, @@ -1108,9 +1108,9 @@ Response: "UnsealPrice": "0", "PaymentInterval": 42, "PaymentIntervalIncrease": 42, - "Miner": "f01234", + "Miner": "t01234", "MinerPeer": { - "Address": "f01234", + "Address": "t01234", "ID": "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf", "PieceCID": null } @@ -1127,7 +1127,7 @@ Inputs: ```json [ "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf", - "f01234" + "t01234" ] ``` @@ -1138,7 +1138,7 @@ Response: "VerifiedPrice": "0", "MinPieceSize": 1032, "MaxPieceSize": 1032, - "Miner": "f01234", + "Miner": "t01234", "Timestamp": 10101, "Expiry": 10101, "SeqNo": 42 @@ -1179,10 +1179,10 @@ Inputs: "UnsealPrice": "0", "PaymentInterval": 42, "PaymentIntervalIncrease": 42, - "Client": "f01234", - "Miner": "f01234", + "Client": "t01234", + "Miner": "t01234", "MinerPeer": { - "Address": "f01234", + "Address": "t01234", "ID": "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf", "PieceCID": null } @@ -1206,7 +1206,7 @@ Perms: write Inputs: ```json [ - "f01234" + "t01234" ] ``` @@ -1232,10 +1232,10 @@ Inputs: "UnsealPrice": "0", "PaymentInterval": 42, "PaymentIntervalIncrease": 42, - "Client": "f01234", - "Miner": "f01234", + "Client": "t01234", + "Miner": "t01234", "MinerPeer": { - "Address": "f01234", + "Address": "t01234", "ID": "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf", "PieceCID": null } @@ -1276,8 +1276,8 @@ Inputs: "PieceCid": null, "PieceSize": 1024 }, - "Wallet": "f01234", - "Miner": "f01234", + "Wallet": "t01234", + "Miner": "t01234", "EpochPrice": "0", "MinBlocksDuration": 42, "ProviderCollateral": "0", @@ -1325,8 +1325,8 @@ Inputs: [ { "Version": 42, - "To": "f01234", - "From": "f01234", + "To": "t01234", + "From": "t01234", "Nonce": 42, "Value": "0", "GasLimit": 9, @@ -1361,8 +1361,8 @@ Inputs: [ { "Version": 42, - "To": "f01234", - "From": "f01234", + "To": "t01234", + "From": "t01234", "Nonce": 42, "Value": "0", "GasLimit": 9, @@ -1395,7 +1395,7 @@ Inputs: ```json [ 42, - "f01234", + "t01234", 9, [ { @@ -1421,8 +1421,8 @@ Inputs: [ { "Version": 42, - "To": "f01234", - "From": "f01234", + "To": "t01234", + "From": "t01234", "Nonce": 42, "Value": "0", "GasLimit": 9, @@ -1449,8 +1449,8 @@ Response: ```json { "Version": 42, - "To": "f01234", - "From": "f01234", + "To": "t01234", + "From": "t01234", "Nonce": 42, "Value": "0", "GasLimit": 9, @@ -1512,8 +1512,8 @@ Perms: sign Inputs: ```json [ - "f01234", - "f01234", + "t01234", + "t01234", "0" ] ``` @@ -1537,7 +1537,7 @@ Inputs: ```json [ { - "Miner": "f01234", + "Miner": "t01234", "Parents": [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -1566,7 +1566,7 @@ Response: ```json { "Header": { - "Miner": "f01234", + "Miner": "t01234", "Ticket": { "VRFProof": "Ynl0ZSBhcnJheQ==" }, @@ -1613,7 +1613,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", 10101, [ { @@ -1632,7 +1632,7 @@ Response: "MinerPower": "0", "NetworkPower": "0", "Sectors": null, - "WorkerKey": "f01234", + "WorkerKey": "t01234", "SectorSize": 34359738368, "PrevBeaconEntry": { "Round": 42, @@ -1693,7 +1693,7 @@ Perms: read Inputs: ```json [ - "f01234" + "t01234" ] ``` @@ -1733,8 +1733,8 @@ Inputs: { "Message": { "Version": 42, - "To": "f01234", - "From": "f01234", + "To": "t01234", + "From": "t01234", "Nonce": 42, "Value": "0", "GasLimit": 9, @@ -1774,8 +1774,8 @@ Inputs: [ { "Version": 42, - "To": "f01234", - "From": "f01234", + "To": "t01234", + "From": "t01234", "Nonce": 42, "Value": "0", "GasLimit": 9, @@ -1795,8 +1795,8 @@ Response: { "Message": { "Version": 42, - "To": "f01234", - "From": "f01234", + "To": "t01234", + "From": "t01234", "Nonce": 42, "Value": "0", "GasLimit": 9, @@ -1824,8 +1824,8 @@ Inputs: { "Message": { "Version": 42, - "To": "f01234", - "From": "f01234", + "To": "t01234", + "From": "t01234", "Nonce": 42, "Value": "0", "GasLimit": 9, @@ -1908,8 +1908,8 @@ Response: "Message": { "Message": { "Version": 42, - "To": "f01234", - "From": "f01234", + "To": "t01234", + "From": "t01234", "Nonce": 42, "Value": "0", "GasLimit": 9, @@ -1942,11 +1942,11 @@ Perms: sign Inputs: ```json [ - "f01234", - "f01234", + "t01234", + "t01234", 42, - "f01234", - "f01234", + "t01234", + "t01234", true ] ``` @@ -1969,10 +1969,10 @@ Perms: sign Inputs: ```json [ - "f01234", - "f01234", + "t01234", + "t01234", 42, - "f01234", + "t01234", true ] ``` @@ -1995,9 +1995,9 @@ Perms: sign Inputs: ```json [ - "f01234", - "f01234", - "f01234", + "t01234", + "t01234", + "t01234", true ] ``` @@ -2019,9 +2019,9 @@ Perms: sign Inputs: ```json [ - "f01234", + "t01234", 42, - "f01234" + "t01234" ] ``` @@ -2046,12 +2046,12 @@ Perms: sign Inputs: ```json [ - "f01234", + "t01234", 42, - "f01234", - "f01234", + "t01234", + "t01234", "0", - "f01234", + "t01234", 42, "Ynl0ZSBhcnJheQ==" ] @@ -2075,11 +2075,11 @@ Perms: sign Inputs: ```json [ - "f01234", + "t01234", 42, - "f01234", + "t01234", "0", - "f01234", + "t01234", 42, "Ynl0ZSBhcnJheQ==" ] @@ -2107,7 +2107,7 @@ Inputs: null, 10101, "0", - "f01234", + "t01234", "0" ] ``` @@ -2128,7 +2128,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -2152,7 +2152,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -2183,7 +2183,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -2215,10 +2215,10 @@ Perms: sign Inputs: ```json [ - "f01234", - "f01234", + "t01234", + "t01234", "0", - "f01234", + "t01234", 42, "Ynl0ZSBhcnJheQ==" ] @@ -2244,9 +2244,9 @@ Perms: sign Inputs: ```json [ - "f01234", - "f01234", - "f01234", + "t01234", + "t01234", + "t01234", true ] ``` @@ -2269,12 +2269,12 @@ Perms: sign Inputs: ```json [ - "f01234", - "f01234", + "t01234", + "t01234", 42, - "f01234", - "f01234", - "f01234" + "t01234", + "t01234", + "t01234" ] ``` @@ -2296,11 +2296,11 @@ Perms: sign Inputs: ```json [ - "f01234", - "f01234", + "t01234", + "t01234", 42, - "f01234", - "f01234" + "t01234", + "t01234" ] ``` @@ -2322,10 +2322,10 @@ Perms: sign Inputs: ```json [ - "f01234", - "f01234", - "f01234", - "f01234" + "t01234", + "t01234", + "t01234", + "t01234" ] ``` @@ -2533,7 +2533,7 @@ Perms: sign Inputs: ```json [ - "f01234" + "t01234" ] ``` @@ -2547,7 +2547,7 @@ Perms: sign Inputs: ```json [ - "f01234" + "t01234" ] ``` @@ -2555,8 +2555,8 @@ Response: ```json { "Channel": "\u003cempty\u003e", - "From": "f01234", - "To": "f01234", + "From": "t01234", + "To": "t01234", "ConfirmedAmt": "0", "PendingAmt": "0", "PendingWaitSentinel": null, @@ -2573,8 +2573,8 @@ Perms: sign Inputs: ```json [ - "f01234", - "f01234" + "t01234", + "t01234" ] ``` @@ -2582,8 +2582,8 @@ Response: ```json { "Channel": "\u003cempty\u003e", - "From": "f01234", - "To": "f01234", + "From": "t01234", + "To": "t01234", "ConfirmedAmt": "0", "PendingAmt": "0", "PendingWaitSentinel": null, @@ -2600,7 +2600,7 @@ Perms: sign Inputs: ```json [ - "f01234" + "t01234" ] ``` @@ -2619,8 +2619,8 @@ Perms: sign Inputs: ```json [ - "f01234", - "f01234", + "t01234", + "t01234", "0" ] ``` @@ -2628,7 +2628,7 @@ Inputs: Response: ```json { - "Channel": "f01234", + "Channel": "t01234", "WaitSentinel": { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" } @@ -2649,7 +2649,7 @@ Inputs: ] ``` -Response: `"f01234"` +Response: `"t01234"` ### PaychList There are not yet any comments for this method. @@ -2668,8 +2668,8 @@ Perms: sign Inputs: ```json [ - "f01234", - "f01234", + "t01234", + "t01234", null ] ``` @@ -2677,7 +2677,7 @@ Inputs: Response: ```json { - "Channel": "f01234", + "Channel": "t01234", "WaitSentinel": { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" }, @@ -2693,7 +2693,7 @@ Perms: sign Inputs: ```json [ - "f01234" + "t01234" ] ``` @@ -2712,14 +2712,14 @@ Perms: read Inputs: ```json [ - "f01234" + "t01234" ] ``` Response: ```json { - "ControlAddr": "f01234", + "ControlAddr": "t01234", "Direction": 1 } ``` @@ -2732,14 +2732,14 @@ Perms: write Inputs: ```json [ - "f01234", + "t01234", { - "ChannelAddr": "f01234", + "ChannelAddr": "t01234", "TimeLockMin": 10101, "TimeLockMax": 10101, "SecretPreimage": "Ynl0ZSBhcnJheQ==", "Extra": { - "Actor": "f01234", + "Actor": "t01234", "Method": 1, "Data": "Ynl0ZSBhcnJheQ==" }, @@ -2768,14 +2768,14 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", { - "ChannelAddr": "f01234", + "ChannelAddr": "t01234", "TimeLockMin": 10101, "TimeLockMax": 10101, "SecretPreimage": "Ynl0ZSBhcnJheQ==", "Extra": { - "Actor": "f01234", + "Actor": "t01234", "Method": 1, "Data": "Ynl0ZSBhcnJheQ==" }, @@ -2804,14 +2804,14 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", { - "ChannelAddr": "f01234", + "ChannelAddr": "t01234", "TimeLockMin": 10101, "TimeLockMax": 10101, "SecretPreimage": "Ynl0ZSBhcnJheQ==", "Extra": { - "Actor": "f01234", + "Actor": "t01234", "Method": 1, "Data": "Ynl0ZSBhcnJheQ==" }, @@ -2838,7 +2838,7 @@ Perms: sign Inputs: ```json [ - "f01234", + "t01234", "0", 42 ] @@ -2848,12 +2848,12 @@ Response: ```json { "Voucher": { - "ChannelAddr": "f01234", + "ChannelAddr": "t01234", "TimeLockMin": 10101, "TimeLockMax": 10101, "SecretPreimage": "Ynl0ZSBhcnJheQ==", "Extra": { - "Actor": "f01234", + "Actor": "t01234", "Method": 1, "Data": "Ynl0ZSBhcnJheQ==" }, @@ -2879,7 +2879,7 @@ Perms: write Inputs: ```json [ - "f01234" + "t01234" ] ``` @@ -2893,14 +2893,14 @@ Perms: sign Inputs: ```json [ - "f01234", + "t01234", { - "ChannelAddr": "f01234", + "ChannelAddr": "t01234", "TimeLockMin": 10101, "TimeLockMax": 10101, "SecretPreimage": "Ynl0ZSBhcnJheQ==", "Extra": { - "Actor": "f01234", + "Actor": "t01234", "Method": 1, "Data": "Ynl0ZSBhcnJheQ==" }, @@ -2941,7 +2941,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -2953,7 +2953,7 @@ Inputs: ] ``` -Response: `"f01234"` +Response: `"t01234"` ### StateAllMinerFaults StateAllMinerFaults returns all non-expired Faults that occur within lookback epochs of the given tipset @@ -2989,8 +2989,8 @@ Inputs: [ { "Version": 42, - "To": "f01234", - "From": "f01234", + "To": "t01234", + "From": "t01234", "Nonce": 42, "Value": "0", "GasLimit": 9, @@ -3015,8 +3015,8 @@ Response: { "Msg": { "Version": 42, - "To": "f01234", - "From": "f01234", + "To": "t01234", + "From": "t01234", "Nonce": 42, "Value": "0", "GasLimit": 9, @@ -3033,8 +3033,8 @@ Response: "ExecutionTrace": { "Msg": { "Version": 42, - "To": "f01234", - "From": "f01234", + "To": "t01234", + "From": "t01234", "Nonce": 42, "Value": "0", "GasLimit": 9, @@ -3197,7 +3197,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -3288,8 +3288,8 @@ Inputs: [ { "Version": 42, - "To": "f01234", - "From": "f01234", + "To": "t01234", + "From": "t01234", "Nonce": 42, "Value": "0", "GasLimit": 9, @@ -3343,7 +3343,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -3355,7 +3355,7 @@ Inputs: ] ``` -Response: `"f01234"` +Response: `"t01234"` ### StateMarketBalance StateMarketBalance looks up the Escrow and Locked balances of the given address in the Storage Market @@ -3366,7 +3366,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -3416,8 +3416,8 @@ Response: }, "PieceSize": 1032, "VerifiedDeal": true, - "Client": "f01234", - "Provider": "f01234", + "Client": "t01234", + "Provider": "t01234", "Label": "string value", "StartEpoch": 10101, "EndEpoch": 10101, @@ -3494,8 +3494,8 @@ Response: }, "PieceSize": 1032, "VerifiedDeal": true, - "Client": "f01234", - "Provider": "f01234", + "Client": "t01234", + "Provider": "t01234", "Label": "string value", "StartEpoch": 10101, "EndEpoch": 10101, @@ -3520,7 +3520,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -3543,7 +3543,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -3566,7 +3566,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -3589,7 +3589,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -3618,7 +3618,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -3633,9 +3633,9 @@ Inputs: Response: ```json { - "Owner": "f01234", - "Worker": "f01234", - "NewWorker": "f01234", + "Owner": "t01234", + "Worker": "t01234", + "NewWorker": "t01234", "ControlAddresses": null, "WorkerChangeEpoch": 10101, "PeerId": "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf", @@ -3656,7 +3656,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", { "SealProof": 3, "SectorNumber": 9, @@ -3693,7 +3693,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", 42, [ { @@ -3717,7 +3717,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -3753,7 +3753,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", { "SealProof": 3, "SectorNumber": 9, @@ -3791,7 +3791,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -3830,7 +3830,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -3859,7 +3859,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -3889,7 +3889,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ 0 ], @@ -3986,7 +3986,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -4034,8 +4034,8 @@ Response: { "Msg": { "Version": 42, - "To": "f01234", - "From": "f01234", + "To": "t01234", + "From": "t01234", "Nonce": 42, "Value": "0", "GasLimit": 9, @@ -4052,8 +4052,8 @@ Response: "ExecutionTrace": { "Msg": { "Version": 42, - "To": "f01234", - "From": "f01234", + "To": "t01234", + "From": "t01234", "Nonce": 42, "Value": "0", "GasLimit": 9, @@ -4125,7 +4125,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", 9, [ { @@ -4157,7 +4157,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", 9, [ { @@ -4198,7 +4198,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", 9, [ { @@ -4228,7 +4228,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", 9, [ { @@ -4276,7 +4276,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -4310,7 +4310,7 @@ Inputs: ] ``` -Response: `"f01234"` +Response: `"t01234"` ### StateVerifierStatus StateVerifierStatus returns the data cap for the given address. @@ -4323,7 +4323,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", [ { "/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4" @@ -4478,7 +4478,7 @@ Inputs: `null` Response: ```json { - "Miner": "f01234", + "Miner": "t01234", "Ticket": { "VRFProof": "Ynl0ZSBhcnJheQ==" }, @@ -4560,7 +4560,7 @@ Inputs: [ { "Header": { - "Miner": "f01234", + "Miner": "t01234", "Ticket": { "VRFProof": "Ynl0ZSBhcnJheQ==" }, @@ -4663,7 +4663,7 @@ Perms: read Inputs: ```json [ - "f01234" + "t01234" ] ``` @@ -4677,7 +4677,7 @@ Perms: write Inputs: `null` -Response: `"f01234"` +Response: `"t01234"` ### WalletDelete WalletDelete deletes an address from the wallet. @@ -4688,7 +4688,7 @@ Perms: write Inputs: ```json [ - "f01234" + "t01234" ] ``` @@ -4703,7 +4703,7 @@ Perms: admin Inputs: ```json [ - "f01234" + "t01234" ] ``` @@ -4724,7 +4724,7 @@ Perms: write Inputs: ```json [ - "f01234" + "t01234" ] ``` @@ -4746,7 +4746,7 @@ Inputs: ] ``` -Response: `"f01234"` +Response: `"t01234"` ### WalletList WalletList lists all the addresses in the wallet. @@ -4771,7 +4771,7 @@ Inputs: ] ``` -Response: `"f01234"` +Response: `"t01234"` ### WalletSetDefault WalletSetDefault marks the given address as as the default one. @@ -4782,7 +4782,7 @@ Perms: admin Inputs: ```json [ - "f01234" + "t01234" ] ``` @@ -4797,7 +4797,7 @@ Perms: sign Inputs: ```json [ - "f01234", + "t01234", "Ynl0ZSBhcnJheQ==" ] ``` @@ -4819,11 +4819,11 @@ Perms: sign Inputs: ```json [ - "f01234", + "t01234", { "Version": 42, - "To": "f01234", - "From": "f01234", + "To": "t01234", + "From": "t01234", "Nonce": 42, "Value": "0", "GasLimit": 9, @@ -4840,8 +4840,8 @@ Response: { "Message": { "Version": 42, - "To": "f01234", - "From": "f01234", + "To": "t01234", + "From": "t01234", "Nonce": 42, "Value": "0", "GasLimit": 9, @@ -4870,7 +4870,7 @@ Inputs: ] ``` -Response: `"f01234"` +Response: `"t01234"` ### WalletVerify WalletVerify takes an address, a signature, and some bytes, and indicates whether the signature is valid. @@ -4882,7 +4882,7 @@ Perms: read Inputs: ```json [ - "f01234", + "t01234", "Ynl0ZSBhcnJheQ==", { "Type": 2,