Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai committed Jun 4, 2020
1 parent 8a05b42 commit a3661f0
Show file tree
Hide file tree
Showing 6 changed files with 313 additions and 404 deletions.
5 changes: 3 additions & 2 deletions install-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ npm run core
```
Give it some time to synchronize Sidetree transactions.

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

[http://localhost:3000/did:ion:EiAYSMoEuOjIG0JtoUz1bzzomVr310wrPcbNUvpaIFh6Kw](http://localhost:3000/did:ion:EiAYSMoEuOjIG0JtoUz1bzzomVr310wrPcbNUvpaIFh6Kw)
testnet:
[http://localhost:3000/identifiers/did:ion:test:EiAc5-UlFot7NtK9Nq8Qc_iVQds8n78zO3gE2bUuZdOIlA](http://localhost:3000/did:ion:test:EiAc5-UlFot7NtK9Nq8Qc_iVQds8n78zO3gE2bUuZdOIlA)
2 changes: 1 addition & 1 deletion json/mainnet-bitcoin-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bitcoinRpcPassword": "",
"bitcoinWalletOrImportString": "[FILL THIS IN!]",
"databaseName": "ion-mainnet-bitcoin",
"genesisBlockNumber": 629000,
"genesisBlockNumber": 632900,
"mongoDbConnectionString": "mongodb://localhost:27017/",
"port": 3002,
"sidetreeTransactionFeeMarkupPercentage": 1,
Expand Down
4 changes: 2 additions & 2 deletions json/mainnet-core-protocol-versioning.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"startingBlockchainTime": 629000,
"version": "0.7.0"
"startingBlockchainTime": 632900,
"version": "0.8.0"
}
]
2 changes: 1 addition & 1 deletion json/testnet-core-protocol-versioning.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"startingBlockchainTime": 1723000,
"version": "0.7.0"
"version": "0.8.0"
}
]
Loading

0 comments on commit a3661f0

Please sign in to comment.