Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restoring master branch to former glory #106

Merged
merged 36 commits into from
Dec 12, 2021
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
7fe1787
update valide genesis.json file
catShaark Dec 11, 2021
74d3ddc
change balance of notional address
catShaark Dec 11, 2021
c2ce8d0
change notional acc into vesting acc
catShaark Dec 11, 2021
06ad24c
Gentx submission for SpacePotato validator
spacepotahto Dec 11, 2021
031d860
gentx rakety
Dec 11, 2021
7207e6c
Update README.md
faddat Dec 11, 2021
53c1e38
Update README.md
faddat Dec 11, 2021
dc6e525
Gentx submission for doti-test-vps validator
dotwin1981 Dec 11, 2021
23ec0b2
Update and rename genxt-test.json to gentx-test.json
dotwin1981 Dec 11, 2021
d9b4a59
Gentx submission for double-u validator
dotwin1981 Dec 11, 2021
2087af2
Update README.md
spacepotahto Dec 11, 2021
458c26f
Delete gentx-test.json
dotwin1981 Dec 11, 2021
dfd7260
Update README
spacepotahto Dec 11, 2021
e596efd
Update gentx-nerdtopiade.json
opfergnome Dec 11, 2021
7af8ee1
Revert "update valide genesis.json file"
catShaark Dec 12, 2021
99e6130
Revert "update genesis.json"
catShaark Dec 12, 2021
04fb70a
Gentx submission for eastmael validator
eastmaels Dec 12, 2021
95a8fd1
change amount to 675370000000udig
eastmaels Dec 12, 2021
bac4114
gentx for zenchainlabs
zenchainlabs Dec 12, 2021
163add0
Rename gentx to gentx-eastmael.json
eastmaels Dec 12, 2021
f35d995
Gentx submission for megadrive validator
thecryptodrive Dec 12, 2021
782e0cf
Merge commit 'dfd7260f407e83e27b1a9bf7fcf392b575796af6' into victim-c…
faddat Dec 12, 2021
a22e079
Update pi.yml
faddat Dec 12, 2021
ac47893
Merge commit '06ad24cc71eed36aea72f1179e93aba0cd446296' into victim-c…
faddat Dec 12, 2021
44ef4fa
Merge commit '031d8600b5b2b66bb19a0de239fde56e1598b34e' into victim-c…
faddat Dec 12, 2021
18fc878
Merge branch 'victim-child' of https://github.com/notional-labs/dig i…
faddat Dec 12, 2021
170b5dd
Merge commit '163add05833ae2375c981affc22ac20885ac5fdd' into victim-c…
faddat Dec 12, 2021
78baacd
Merge commit 'bac4114e41299c67c5c2c55a5b3ba3bf2f5aa484' into victim-c…
faddat Dec 12, 2021
a1db4e4
All the things in all the right places...
faddat Dec 12, 2021
f848d46
Merge commit 'dc6e52586a709b2191391da79a8cd4ec4baf67a0' into victim-c…
faddat Dec 12, 2021
ca3ba8d
Merge commit '23ec0b2f97bad5ad89f4ff643a6f35419d7cccd3' into victim-c…
faddat Dec 12, 2021
fada03d
Merge commit 'd9b4a59c42a46bc811677c11d81ee140a1aa8b08' into victim-c…
faddat Dec 12, 2021
e9bbe8a
Merge commit 'e596efd5b5ae9963f30a119ac7aa53d32bd39678' into victim-c…
faddat Dec 12, 2021
de6f596
Merge commit '458c26fbd0484545a852610b6314981430a2e82f' into victim-c…
faddat Dec 12, 2021
e24958f
Merge commit 'f35d995fa2a0447e6b2758bd6c19f8fb16a1f642' into victim-c…
faddat Dec 12, 2021
80764d8
All genesis transactions merged.
faddat Dec 12, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion networks/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Networks

So this is where we're keeping all of our networks. Coming up, we will begin launching geo-fenced chains that rigorously comply with local regulation on real estate transactions. Most likely contenders, in no particular order, are:

* UK
Expand All @@ -8,3 +7,16 @@ So this is where we're keeping all of our networks. Coming up, we will begin la
* Vietnam
* Laos
* Thailand



# Mainnets
Planned mainnets are in the mainnets folder.


# Testnets
Past and current testnets are in the testnets folder.




11 changes: 10 additions & 1 deletion networks/mainnets/dig-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,20 @@ digd keys add <key-name>
digd keys add <key-name> --recover
```

## Instructions for NEW Genesis Validators
## Check your allocation
If you think you have some allocation, find your address in this repository's [./genesis.json](./genesis.json). If you do, you should see `675372278571udig` associated with your address. In that case, follow the `"For people who've already validate section"` below (where you skip the `digd add-genesis-account` step). Otherwise, follow the `"Instructions for NEW Genesis Validators"` section below.

## Instructions for NEW Genesis Validators

### GenTx Creation

## Genesis file
Available in this repository: [./genesis.json](./genesis.json)

```bash
curl -s https://raw.githubusercontent.com/notional-labs/dig/master/networks/mainnets/dig-1/genesis.json > ~/.dig/config/genesis.json
```

### Create Gentx

#### Add genesis account:
Expand Down