Skip to content

Commit

Permalink
remove scriptanalyzer in favor of Rust rewrite antonilol/bitcoin-scri…
Browse files Browse the repository at this point in the history
…pt-analyzer
  • Loading branch information
antonilol committed Nov 2, 2024
1 parent acdb4fe commit 0965e05
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 4,952 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ merkle_tree.js linguist-generated
miner.js linguist-generated
p2tr_ptlc.js linguist-generated
p2tr_tapscript.js linguist-generated
scriptanalyzer/index.js linguist-generated
xpriv.js linguist-generated
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "btc_stuff",
"scripts": {
"build": "LANG=en_US.UTF-8 ls *.ts scriptanalyzer/index.js lightning/*.ts | sed 's/.s$/js linguist-generated/' > .gitattributes; tsc; tsc -p scriptanalyzer",
"build": "LANG=en_US.UTF-8 ls *.ts lightning/*.ts | sed 's/.s$/js linguist-generated/' > .gitattributes; tsc",
"format": "prettier --write *.ts */*.ts .github/workflows/*.yml",
"lint": "eslint --fix --max-warnings 0 *.ts */*.ts",
"precommit": "npm run format && npm run lint && npm run build"
Expand Down
5 changes: 0 additions & 5 deletions scriptanalyzer/.eslintrc

This file was deleted.

Loading

0 comments on commit 0965e05

Please sign in to comment.