Skip to content

Commit a3661f0

Browse files
committed
v0.7.0
1 parent 8a05b42 commit a3661f0

6 files changed

+313
-404
lines changed

install-guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ npm run core
170170
```
171171
Give it some time to synchronize Sidetree transactions.
172172

173-
Verify ION is running properly (mainnet) by checking the following DID resolution link in your browser:
173+
Verify ION is running properly by checking the following DID resolution in your browser:
174174

175-
[http://localhost:3000/did:ion:EiAYSMoEuOjIG0JtoUz1bzzomVr310wrPcbNUvpaIFh6Kw](http://localhost:3000/did:ion:EiAYSMoEuOjIG0JtoUz1bzzomVr310wrPcbNUvpaIFh6Kw)
175+
testnet:
176+
[http://localhost:3000/identifiers/did:ion:test:EiAc5-UlFot7NtK9Nq8Qc_iVQds8n78zO3gE2bUuZdOIlA](http://localhost:3000/did:ion:test:EiAc5-UlFot7NtK9Nq8Qc_iVQds8n78zO3gE2bUuZdOIlA)

json/mainnet-bitcoin-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bitcoinRpcPassword": "",
77
"bitcoinWalletOrImportString": "[FILL THIS IN!]",
88
"databaseName": "ion-mainnet-bitcoin",
9-
"genesisBlockNumber": 629000,
9+
"genesisBlockNumber": 632900,
1010
"mongoDbConnectionString": "mongodb://localhost:27017/",
1111
"port": 3002,
1212
"sidetreeTransactionFeeMarkupPercentage": 1,
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"startingBlockchainTime": 629000,
4-
"version": "0.7.0"
3+
"startingBlockchainTime": 632900,
4+
"version": "0.8.0"
55
}
66
]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
33
"startingBlockchainTime": 1723000,
4-
"version": "0.7.0"
4+
"version": "0.8.0"
55
}
66
]

0 commit comments

Comments
 (0)