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

Commit

Permalink
52 node mod (#53)
Browse files Browse the repository at this point in the history
* Export all necessary funcs in index

* Update version

* Export utils and start wallet

* Add missing equals

* Merge utils import with other

* Change throw into console log

* Run linter

* Export server as entire mod

* Export config whole

* Rename nedb.js to index.js

* Export db as whole

* Rename serverconfig

* Destructure db helpers

* Destructure constant and util methods

* Update qtum clients to 0.15.2

* Rename update tx

* Fix missing ref

* Change logger level to info
  • Loading branch information
dwalintukan authored Jun 22, 2018
1 parent b6f0cd4 commit 7add563
Show file tree
Hide file tree
Showing 27 changed files with 2,344 additions and 23 deletions.
2,298 changes: 2,289 additions & 9 deletions npm-shrinkwrap.json

Large diffs are not rendered by default.

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": "0.8.2-c0-d3",
"version": "0.8.3-c0-d3",
"repository": "git@github.com:bodhiproject/bodhi-server.git",
"keywords": [
"bodhi",
Expand Down
Loading

0 comments on commit 7add563

Please sign in to comment.