Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #204 from bodhiproject/v4
Browse files Browse the repository at this point in the history
V4
  • Loading branch information
dwalintukan authored Jun 3, 2019
2 parents 65bac51 + ac194b4 commit 94967fa
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Server that parses, stores, sends, and receives Bodhi-related data from the blockchain.",
"author": "bodhi.network",
"license": "LGPL-3.0",
"version": "3.0.1",
"version": "4.0.0",
"repository": "git@github.com:bodhiproject/bodhi-server.git",
"keywords": [
"bodhi",
Expand Down
7 changes: 7 additions & 0 deletions src/config/contracts/event-factory.js

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

3 changes: 3 additions & 0 deletions src/config/contracts/multiple-results-event.js

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

2 changes: 1 addition & 1 deletion src/sync/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const getStartBlock = async () => {
start = blocks[0].blockNum + 1;
} else {
// No blocks found in DB, use earliest version's deploy block
const contractMeta = eventFactoryMeta(3);
const contractMeta = eventFactoryMeta(4);
start = isMainnet()
? contractMeta.mainnetDeployBlock
: contractMeta.testnetDeployBlock;
Expand Down

0 comments on commit 94967fa

Please sign in to comment.