Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai authored Jun 8, 2020
1 parent a3661f0 commit 5da9b43
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 51 deletions.
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": 632900,
"genesisBlockNumber": 633700,
"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": 632900,
"version": "0.8.0"
"startingBlockchainTime": 633700,
"version": "0.9.0"
}
]
4 changes: 2 additions & 2 deletions json/testnet-bitcoin-config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"bitcoinFeeSpendingCutoffPeriodInBlocks": 1,
"bitcoinFeeSpendingCutoff": 0.01,
"bitcoinFeeSpendingCutoff": 0.001,
"bitcoinPeerUri": "http://localhost:18332",
"bitcoinRpcUsername": "",
"bitcoinRpcPassword": "",
"bitcoinWalletOrImportString": "[FILL THIS IN!]",
"databaseName": "ion-testnet-bitcoin",
"genesisBlockNumber": 1723000,
"genesisBlockNumber": 1764000,
"mongoDbConnectionString": "mongodb://localhost:27017/",
"port": 3002,
"sidetreeTransactionFeeMarkupPercentage": 1,
Expand Down
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,
"startingBlockchainTime": 1764000,
"version": "0.8.0"
}
]
86 changes: 43 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "ion",
"version": "0.7.0",
"version": "0.8.0",
"description": "Identity Overlay Network (ION) using Sidetree protocol.",
"repository": "https://github.com/decentralized-identity/ion",
"license": "Apache-2.0",
"main": "dist/src/core.js",
"dependencies": {
"@decentralized-identity/sidetree": "0.8.0",
"@decentralized-identity/sidetree": "0.9.0",
"chalk": "4.0.0",
"koa": "2.7.0",
"koa-router": "7.4.0",
Expand Down

0 comments on commit 5da9b43

Please sign in to comment.