Skip to content

Commit

Permalink
Mainnet Allocations (Master) (#607)
Browse files Browse the repository at this point in the history
(mac CI finished) 

* ready for csv data

* upload mainnet txs

* update test-allocations for hee-kyun + will + stuart

* add test allocations to ea

* update ea

* chainweb tests pass
  • Loading branch information
emilypi authored and Stuart Popejoy committed Oct 29, 2019
1 parent 3ff19bf commit aaec8fd
Show file tree
Hide file tree
Showing 32 changed files with 3,713 additions and 2,148 deletions.
84 changes: 84 additions & 0 deletions allocations/Mainnet-Keysets.csv

Large diffs are not rendered by default.

84 changes: 84 additions & 0 deletions allocations/Testnet-Keysets.csv

Large diffs are not rendered by default.

2,852 changes: 1,429 additions & 1,423 deletions rewards/mainnet_allocations.csv → allocations/token_payments.csv

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions chainweb.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ extra-source-files:

rewards/miner_rewards.csv

-- genesis allocations csvs

rewards/mainnet_keysets.csv
rewards/mainnet_allocations.csv
rewards/mainnet_coinbase.csv

-- pact test data

pact/coin-contract/coin.repl
Expand Down
366 changes: 266 additions & 100 deletions pact/genesis/mainnet/mainnet_allocations0.yaml

Large diffs are not rendered by default.

210 changes: 190 additions & 20 deletions pact/genesis/mainnet/mainnet_allocations1.yaml

Large diffs are not rendered by default.

232 changes: 201 additions & 31 deletions pact/genesis/mainnet/mainnet_allocations2.yaml

Large diffs are not rendered by default.

202 changes: 186 additions & 16 deletions pact/genesis/mainnet/mainnet_allocations3.yaml

Large diffs are not rendered by default.

203 changes: 186 additions & 17 deletions pact/genesis/mainnet/mainnet_allocations4.yaml

Large diffs are not rendered by default.

202 changes: 186 additions & 16 deletions pact/genesis/mainnet/mainnet_allocations5.yaml

Large diffs are not rendered by default.

202 changes: 186 additions & 16 deletions pact/genesis/mainnet/mainnet_allocations6.yaml

Large diffs are not rendered by default.

202 changes: 186 additions & 16 deletions pact/genesis/mainnet/mainnet_allocations7.yaml

Large diffs are not rendered by default.

202 changes: 186 additions & 16 deletions pact/genesis/mainnet/mainnet_allocations8.yaml

Large diffs are not rendered by default.

215 changes: 198 additions & 17 deletions pact/genesis/mainnet/mainnet_allocations9.yaml

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions pact/genesis/mainnet/mainnet_coinbases.yaml

This file was deleted.

173 changes: 0 additions & 173 deletions pact/genesis/mainnet/mainnet_keysets.yaml

This file was deleted.

21 changes: 21 additions & 0 deletions pact/genesis/mainnet/test-allocations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
code: |-
(define-keyset "Emily" (read-keyset "Emily"))
(define-keyset "Kadena" (read-keyset "Kadena"))
(define-keyset "MAINNET" (read-keyset "MAINNET"))
(coin.create-allocation-account "Emily" (time "2019-10-01T00:00:00Z") "Emily" 666666.67)
(coin.create-allocation-account "MAINNET_1" (time "2019-10-29T14:00:00Z") "MAINNET" 666666.67)
(coin.create-allocation-account "MAINNET_2" (time "2019-10-29T17:00:00Z") "MAINNET" 666666.67)
(coin.create-allocation-account "MAINNET_3" (time "2019-11-29T17:00:00Z") "MAINNET" 666666.67)
(coin.coinbase "Kadena" (keyset-ref-guard "Kadena") 10000000.0)
data:
"MAINNET": { keys: ["a4947379c7dbb76ee60bdedd64847a15aa5657ef406201e46861475c91d3c51f","0e1a0bca51437b2f3cb5ad051dd0c5e5bc5353a9c5d7a6cc005aeb081afcc1f8","4926f963ee5a0c6df67a1dce242fbc11a900c4332c77bddfb0dc5b66f697fed0"], pred: "keys-2" }

"Kadena": { keys: ["35ff1298c56ffb60225beed32a61ada41a57e239826eea98ed29e48ff8bac43f"], pred: "keys-all" }
"Emily": { keys: ["35ff1298c56ffb60225beed32a61ada41a57e239826eea98ed29e48ff8bac43f"], pred: "keys-all" }

nonce: testnet-allocations-0
keyPairs: []
2 changes: 0 additions & 2 deletions rewards/mainnet_coinbase.csv

This file was deleted.

Loading

0 comments on commit aaec8fd

Please sign in to comment.