v0.2.4-pre.002
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
[
|
||||
{"commitment":[1,2,3,4],"totalStake":1000000000},
|
||||
{"commitment":null,"totalStake":1000000000}
|
||||
]
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"byIdentity": {
|
||||
"11111111111111111111111111111111": [8,7],
|
||||
"Vote111111111111111111111111111111111111111": [4,4]
|
||||
},
|
||||
"range": {"firstSlot":430000000,"lastSlot":430000099}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"previousBlockhash":"previous-a",
|
||||
"blockhash":"block-a",
|
||||
"parentSlot":1,
|
||||
"blockTime":null,
|
||||
"blockHeight":null
|
||||
},
|
||||
{
|
||||
"previousBlockhash":"previous-b",
|
||||
"blockhash":"block-b",
|
||||
"parentSlot":2,
|
||||
"transactions":null,
|
||||
"signatures":null,
|
||||
"rewards":null,
|
||||
"numRewardPartitions":null,
|
||||
"blockTime":null,
|
||||
"blockHeight":null
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"previousBlockhash":"previous-blockhash-fixture",
|
||||
"blockhash":"blockhash-fixture",
|
||||
"parentSlot":430000122,
|
||||
"transactions":[
|
||||
{
|
||||
"transaction":{"signatures":["signature-fixture"],"message":{"accountKeys":[],"recentBlockhash":"recent-fixture","instructions":[]}},
|
||||
"meta":{"err":null,"fee":5000},
|
||||
"version":1
|
||||
},
|
||||
{
|
||||
"transaction":["AQID","base64"],
|
||||
"meta":null
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"pubkey":"11111111111111111111111111111111",
|
||||
"lamports":2500,
|
||||
"postBalance":1000002500,
|
||||
"rewardType":"Fee",
|
||||
"commission":null,
|
||||
"commissionBps":1234
|
||||
},
|
||||
{
|
||||
"pubkey":"Vote111111111111111111111111111111111111111",
|
||||
"lamports":1250,
|
||||
"postBalance":2000001250,
|
||||
"rewardType":"Voting",
|
||||
"commission":5
|
||||
}
|
||||
],
|
||||
"numRewardPartitions":4,
|
||||
"blockTime":1787072400,
|
||||
"blockHeight":410000000
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"initial":0.08,"terminal":0.015,"taper":0.15,"foundation":0.05,"foundationTerm":7.0}
|
||||
@@ -0,0 +1 @@
|
||||
{"total":0.042,"validator":0.041,"foundation":0.001,"epoch":812}
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"epoch":811,"effectiveSlot":429900000,"amount":2500000,"postBalance":1002500000,"commission":7,"commissionBps":725},
|
||||
null,
|
||||
{"epoch":811,"effectiveSlot":429900000,"amount":1250000,"postBalance":501250000,"commission":null}
|
||||
]
|
||||
@@ -0,0 +1,4 @@
|
||||
[
|
||||
{"slot":430000123,"numTransactions":250000,"numNonVoteTransactions":175000,"numSlots":120,"samplePeriodSecs":60},
|
||||
{"slot":430000003,"numTransactions":240000,"numSlots":118,"samplePeriodSecs":60}
|
||||
]
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"total":600000000000000000,
|
||||
"circulating":500000000000000000,
|
||||
"nonCirculating":100000000000000000,
|
||||
"nonCirculatingAccounts":[
|
||||
"11111111111111111111111111111111",
|
||||
"Vote111111111111111111111111111111111111111"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user