Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Add tests for testnet headers (#20)
Browse files Browse the repository at this point in the history
* add test section for adding testnet headers

* add testnet tests

* update dark gravity wave

* reactivate mainnet headers

* reactivate mainnet headers

* update dark-gravity-wave

* bump version

* update package lock

* remove bn.js from deps

* bump patch version

* update eslint-plugin-import dep

* update package lock

* revert superfluous bump

* update package lock
  • Loading branch information
Cofresi authored May 27, 2019
1 parent 75b421d commit f948371
Show file tree
Hide file tree
Showing 4 changed files with 1,087 additions and 518 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dash-spv",
"version": "1.1.2",
"version": "1.1.3",
"description": "Temporary repo until spv functions moved into dashcore-lib",
"main": "index.js",
"scripts": {
Expand All @@ -11,17 +11,16 @@
"author": "",
"license": "MIT",
"dependencies": {
"@dashevo/dark-gravity-wave": "^1.1.0",
"@dashevo/dark-gravity-wave": "^1.1.1",
"@dashevo/dashcore-lib": "^0.17.4",
"@dashevo/dash-util": "^2.0.3",
"bn.js": "^4.11.8",
"levelup": "^4.0.1",
"memdown": "^3.0.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-import": "^2.17.3",
"mocha": "^5.2.0",
"should": "^13.2.3"
}
Expand Down
Loading

0 comments on commit f948371

Please sign in to comment.