Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove encoder and decoder tools #219

Merged
merged 1 commit into from
Sep 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"dev": "lite-server",
"truffle-test": "scripts/start-ganache.sh && truffle test",
"test": "scripts/start-ganache.sh && truffle test scripts/tests/dataEncodingTests.js && ./node_modules/.bin/solidity-coverage"
"test": "scripts/start-ganache.sh && ./node_modules/.bin/solidity-coverage"
},
"repository": {
"type": "git",
Expand All @@ -26,7 +26,6 @@
"dependencies": {
"assert-diff": "^1.2.6",
"bignumber.js": "6.0.0",
"ethereum-input-data-decoder": "0.0.12",
"ethereumjs-abi": "^0.6.5",
"ethereumjs-tx": "1.3.1",
"g": "^2.0.1",
Expand Down
113 changes: 0 additions & 113 deletions scripts/decodeTxData.js

This file was deleted.

50 changes: 0 additions & 50 deletions scripts/encodeTxData.js

This file was deleted.

84 changes: 0 additions & 84 deletions scripts/tests/dataEncodingTests.js

This file was deleted.

Loading