Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #156 from irisnet/develop
Browse files Browse the repository at this point in the history
R4R: For release v0.14.0-rc0
  • Loading branch information
zhangyelong authored May 31, 2019
2 parents f293340 + 991aa09 commit e02f4da
Show file tree
Hide file tree
Showing 8 changed files with 84 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ irishub-sync
irishub-sync-unix
*.iml
*.log

processor/
95 changes: 49 additions & 46 deletions Gopkg.lock

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

6 changes: 3 additions & 3 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

[[constraint]]
name = "github.com/irisnet/irishub"
version = "=v0.13.1"
version = "=v0.14.0"

[[override]]
name = "github.com/tendermint/iavl"
Expand All @@ -40,11 +40,11 @@
[[override]]
name = "github.com/tendermint/tendermint"
source = "https://github.com/irisnet/tendermint.git"
version = "=v0.27.4"
version = "=v0.28.0"

[[override]]
name = "github.com/golang/protobuf"
version = "=1.1.0"
version = "=v1.1.0"

[[override]]
name = "github.com/tendermint/go-amino"
Expand Down
4 changes: 0 additions & 4 deletions script/mongodb.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// )

// create collections
db.createCollection("token_flow");
db.createCollection("block");
db.createCollection("stake_role_candidate");
db.createCollection("sync_task");
Expand All @@ -26,7 +25,6 @@ db.createCollection("ex_tx_num_stat");


// create index
db.token_flow.createIndex({"block_height": -1});
db.account.createIndex({"address": 1}, {"unique": true});
db.block.createIndex({"height": -1}, {"unique": true});

Expand Down Expand Up @@ -69,12 +67,10 @@ db.sync_conf.insert({"block_num_per_worker_handle": 50, "max_worker_sleep_time":
// remove collection data
// db.account.remove({});
// db.block.remove({});
// db.power_change.remove({});
// db.proposal.remove({});
// db.stake_role_candidate.remove({});
// db.sync_task.remove({});
// db.tx_common.remove({});
// db.tx_msg.remove({});
// db.uptime_change.remove({});
// db.mgo_txn.remove({});
// db.mgo_txn.stash.remove({});
Loading

0 comments on commit e02f4da

Please sign in to comment.