Skip to content

Commit

Permalink
Update to latest iota.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Oct 27, 2023
1 parent fdb4bf7 commit 752068e
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions tips/TIP-0049/tip-0049.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,26 +179,6 @@ other nodes and to process blocks properly.
</details>
</td>
</tr>
<tr>
<td>Token Supply</td>
<td>uint64</td>
<td>Token Supply defines the current token supply on the network.</td>
</tr>
<tr>
<td>Genesis Unix Timestamp</td>
<td>uint64</td>
<td>Genesis Unix Timestamp defines the genesis timestamp at which the slots start to count</td>
</tr>
<tr>
<td>Slot Duration In Seconds</td>
<td>uint8</td>
<td>Slot Duration In Seconds defines the duration of each slot in seconds.</td>
</tr>
<tr>
<td>Slots Per Epoch Exponent</td>
<td>uint8</td>
<td>Slots Per Epoch Exponent is the number of slots in an epoch expressed as an exponent of 2. (2**SlotsPerEpochExponent) == slots in an epoch.</td>
</tr>
<tr>
<td valign="top">Mana Parameters <code>oneOf</code></td>
<td colspan="2">
Expand Down Expand Up @@ -256,6 +236,26 @@ other nodes and to process blocks properly.
</details>
</td>
</tr>
<tr>
<td>Token Supply</td>
<td>uint64</td>
<td>Token Supply defines the current token supply on the network.</td>
</tr>
<tr>
<td>Genesis Unix Timestamp</td>
<td>uint64</td>
<td>Genesis Unix Timestamp defines the genesis timestamp at which the slots start to count</td>
</tr>
<tr>
<td>Slot Duration In Seconds</td>
<td>uint8</td>
<td>Slot Duration In Seconds defines the duration of each slot in seconds.</td>
</tr>
<tr>
<td>Slots Per Epoch Exponent</td>
<td>uint8</td>
<td>Slots Per Epoch Exponent is the number of slots in an epoch expressed as an exponent of 2. (2**SlotsPerEpochExponent) == slots in an epoch.</td>
</tr>
<tr>
<td>Staking Unbonding Period</td>
<td>uint32</td>
Expand Down Expand Up @@ -472,7 +472,7 @@ The example is a protocol parameter filled with random values:
"version": 3,
"networkName": "TestJungle",
"bech32Hrp": "tgl",
"rentParameters": {
"storageScoreParameters": {
"storageCost": "0",
"factorData": 0,
"offsetOutputOverhead": "0",
Expand All @@ -492,10 +492,6 @@ The example is a protocol parameter filled with random values:
"allotment": 0,
"signatureEd25519": 0
},
"tokenSupply": "2779530283277761",
"genesisUnixTimestamp": "1695275822",
"slotDurationInSeconds": 10,
"slotsPerEpochExponent": 13,
"manaParameters": {
"bitsCount": 63,
"generationRate": 1,
Expand All @@ -508,6 +504,10 @@ The example is a protocol parameter filled with random values:
"decayFactorEpochsSum": 2420916375,
"decayFactorEpochsSumExponent": 21
},
"tokenSupply": "2779530283277761",
"genesisUnixTimestamp": "1695275822",
"slotDurationInSeconds": 10,
"slotsPerEpochExponent": 13,
"stakingUnbondingPeriod": 10,
"validationBlocksPerSlot": 10,
"punishmentEpochs": 10,
Expand Down Expand Up @@ -545,10 +545,10 @@ The example is a protocol parameter filled with random values:
Serialized bytes:

```
[0 3 10 84 101 115 116 74 117 110 103 108 101 3 116 103 108 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 193 93 45 211 247 223 9 0 46 219 11 101 0 0 0 0 10 13 63 1 17 2 0 10 0 0 0 20 0 0 0 32 151 64 76 144 21 10 0 0 0 10 10 0 0 0 15 0 30 0 10 0 0 0 20 0 0 0 24 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 12 0 32 161 7 0 160 134 1 0 232 3 0 0 100 0 0 0 7 5 7 8 130 4 0 0 2 0 0 0 0 0 0 0 8 1 0 0 0 0 0 0 0 31]
[0 3 10 84 101 115 116 74 117 110 103 108 101 3 116 103 108 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 63 1 17 2 0 10 0 0 0 20 0 0 0 32 151 64 76 144 21 193 93 45 211 247 223 9 0 46 219 11 101 0 0 0 0 10 13 10 0 0 0 10 10 0 0 0 15 0 30 0 10 0 0 0 20 0 0 0 24 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 53 12 0 32 161 7 0 160 134 1 0 232 3 0 0 100 0 0 0 7 5 7 8 130 4 0 0 2 0 0 0 0 0 0 0 8 1 0 0 0 0 0 0 0 31]
```

The hash of the above protocol parameter example: `0x0c00425134785bf2dbe42e4ec7e288009ebdc38ced797beaa45d5213092021cb`.
The hash of the above protocol parameter example: `0x55dad02be983b85257ca6481ce51d77cd250a91c9ce7fe6b1db7295301297d7a`.

# Copyright

Expand Down

0 comments on commit 752068e

Please sign in to comment.