Skip to content

Commit

Permalink
Merge pull request #34 from hive-engine/qa
Browse files Browse the repository at this point in the history
Merge qa and bump version to 1.9.1
  • Loading branch information
eonwarped committed May 15, 2023
2 parents ec74569 + 8986e7d commit 62c761c
Show file tree
Hide file tree
Showing 7 changed files with 443 additions and 449 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ jobs:
run: npm ci
# - name: Run lint
# run: npm run lint
- name: Copy config file
run: cp config.example.json config.json
- name: Run tests
run: npm run test
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ blocks.log
.env
*.log
app.*.js
config.*.json
config.json
1 change: 1 addition & 0 deletions config.json → config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"rpcConfig" : {
"maxLimit" : 1000,
"maxOffset" : -1,
"maxBatchLength" : 1,
"logRequests" : false,
"disabledMethods" : {
"blockchain" : ["getBlockRangeInfo"],
Expand Down

0 comments on commit 62c761c

Please sign in to comment.