Skip to content

Commit

Permalink
Merge branch '1.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
shuse2 committed Apr 24, 2019
2 parents 7d4551e + ac8839f commit a7f4ce0
Show file tree
Hide file tree
Showing 639 changed files with 48,727 additions and 34,101 deletions.
9 changes: 4 additions & 5 deletions .eslintrc.json
@@ -1,6 +1,6 @@
{
"extends": ["lisk-base"],
"plugins": ["mocha", "chai-expect"],
"plugins": ["chai-expect"],
"rules": {
"camelcase": "off",
"chai-expect/missing-assertion": "error",
Expand Down Expand Up @@ -45,11 +45,10 @@
"error",
{
"devDependencies": [
"framework/test/**",
"test/**",
"tasks/**",
"scripts/**",
"webpack.config.js",
"Gruntfile.js"
"framework/src/modules/chain/tasks/**",
"framework/src/modules/chain/scripts/**"
]
}
],
Expand Down
14 changes: 9 additions & 5 deletions .gitignore
Expand Up @@ -19,9 +19,12 @@ docs/jsdoc/

# Logs
logs/*
src/logs/
src/logs.log
logs.log
npm-debug.log
tmux-client-*.log
test/network/logs/
framework/test/mocha/network/logs/
stacktrace*

# IDE directories
Expand All @@ -31,12 +34,13 @@ Session.vim

# Config files
sftp-config.json
test/network/pm2.network.json
test/network/configs/
test/network/networkTestsLogger.logs
framework/test/mocha/network/pm2.network.json
framework/test/mocha/network/configs/
framework/test/mocha/network/networkTestsLogger.logs

# Coverage directory used by tools like istanbul
test/.coverage-unit/
.coverage-unit/
.coverage/

# Local config file useful for development
config.local.json
4 changes: 0 additions & 4 deletions .npmignore
Expand Up @@ -7,12 +7,8 @@ logs/*
package/
pids/*
release/
scripts/**/*
!scripts/update_config.js
!scripts/generate_config.js
tasks/
test/
Grunt*
Jenkins*
*.sh
*.tgz
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
10.14.1
10.15.3
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -45,5 +45,5 @@ RUN if [ x"$( sha256sum /home/lisk/wait-for-it.sh |awk '{print $1}' )" = x"${WFI
USER lisk
WORKDIR /home/lisk/lisk

ENTRYPOINT ["node", "/home/lisk/lisk/app.js"]
ENTRYPOINT ["node", "/home/lisk/lisk/src/index.js"]
CMD ["-n", "mainnet"]
57 changes: 0 additions & 57 deletions Gruntfile.js

This file was deleted.

0 comments on commit a7f4ce0

Please sign in to comment.