This repository has been archived by the owner on Oct 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Fixes some minor repo inconsistencies #3
Open
dappiu
wants to merge
9
commits into
DECODEproject:master
Choose a base branch
from
dappiu:fix_repo_inconsistencies
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
30126ad
Removes unneeded zenroom.js.mem as the memory initialization is now d…
dappiu 532d48b
Fixes broken ESLint config.
dappiu f4eb080
Upgrade deps and lock file maintenance
dappiu 18cf3b8
Removes index.js and sets src/wrapper.js as the module entry file
dappiu 2268418
Updates dist files and documentation to reflect recent changes
dappiu f839c63
Removes standard dependency, now useless with working ESLint config
dappiu 94a5f89
Aligning Zenroom submodule to commit where zencode_exec function is e…
dappiu 2f9b478
Merge remote-tracking branch 'upstream/master'
dappiu 8e08999
Removes 'standard' config from package.json
dappiu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
dist/ | ||
test/ | ||
zenroom/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
{ | ||
"extends": "airbnb-base" | ||
"extends": "standard", | ||
"rules": { | ||
"camelcase": "off" | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
"name": "zenroom", | ||
"version": "0.9.5", | ||
"description": "wrapper of Zenroom, a secure and small virtual machine for crypto language processing", | ||
"main": "index.js", | ||
"main": "src/wrapper.js", | ||
"repository": "https://github.com/puria/zenroomjs.git", | ||
"author": "Puria Nafisi Azizi <[email protected]>", | ||
"license": "AGPL-3.0", | ||
"scripts": { | ||
"lint": "npx standard", | ||
"lint": "eslint --ext .js .", | ||
"build": "cd zenroom && make javascript-npm", | ||
"clean": "rimraf dist/lib && cd zenroom && make clean", | ||
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", | ||
|
@@ -24,37 +24,32 @@ | |
"dist" | ||
], | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.0", | ||
"@babel/core": "^7.2.0", | ||
"@babel/preset-env": "^7.2.0", | ||
"@babel/cli": "^7.5.5", | ||
"@babel/core": "^7.5.5", | ||
"@babel/preset-env": "^7.5.5", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/register": "^7.0.0", | ||
"babel-plugin-istanbul": "^5.1.0", | ||
"@babel/register": "^7.5.5", | ||
"babel-plugin-istanbul": "^5.2.0", | ||
"babelify": "^10.0.0", | ||
"chai": "^4.2.0", | ||
"codecov": "^3.1.0", | ||
"documentation": "^8.1.2", | ||
"eslint": "^5.9.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"codecov": "^3.5.0", | ||
"documentation": "^12.0.3", | ||
"eslint": "^6.1.0", | ||
"eslint-config-standard": "^13.0.1", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-node": "^9.1.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"mkdirp": "^0.5.1", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.1.0", | ||
"release-it": "^8.3.0", | ||
"rimraf": "^2.6.2", | ||
"sinon": "^7.1.1", | ||
"standard": "^12.0.1" | ||
"mocha": "^6.2.0", | ||
"nyc": "^14.1.1", | ||
"release-it": "^12.3.4", | ||
"rimraf": "^2.6.3", | ||
"sinon": "^7.3.2" | ||
}, | ||
"dependencies": { | ||
"core-js": "^3.1.4", | ||
"regenerator-runtime": "^0.13.2" | ||
}, | ||
"standard": { | ||
"ignore": [ | ||
"dist", | ||
"zenroom", | ||
"test" | ||
] | ||
"regenerator-runtime": "^0.13.3" | ||
}, | ||
"nyc": { | ||
"extends": "@istanbuljs/nyc-config-babel", | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please update also the README.md?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The .wasm and .js files are the output from Zenroom @ 34cc00c, the commit referred from the submodule, and emscripten
Actually, compiling from the master branch of Zenroom, the wasm produced won't pass the tests in which the script contains a reference to the global
ECDH
and spits out these messages:I'd ask @jaromil to give me a hint on how to address this problem
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it fixed now?