Skip to content

Commit 4afb95b

Browse files
Merge pull request #2 from BitGo/BTC-2650.rename-to-wasm-utxo
feat: rename project to wasm-utxo
2 parents 02f4afd + 0d9888d commit 4afb95b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+77
-54
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: wasm-miniscript
1+
name: Build and Test wasm-utxo
22

33
on:
44
push:
@@ -33,7 +33,7 @@ jobs:
3333
- name: Cache Rust dependencies
3434
uses: Swatinem/rust-cache@v2
3535
with:
36-
workspaces: "packages/wasm-miniscript"
36+
workspaces: "packages/wasm-utxo"
3737
cache-on-failure: true
3838

3939
- name: Setup node ${{ matrix.node-version }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish @wasm-miniscript
1+
name: Publish @bitgo/wasm-utxo
22
on:
33
push:
44
branches:

README.md

Lines changed: 12 additions & 16 deletions

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/BitGo/wasm-miniscript.git"
9+
"url": "git+https://github.com/BitGo/BitGoWASM.git"
1010
},
1111
"scripts": {
1212
"check-fmt": "npm run --workspaces check-fmt"
File renamed without changes.

packages/wasm-miniscript-ui/package.json renamed to packages/wasm-utxo-ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "@bitgo/wasm-miniscript-ui",
2+
"name": "@bitgo/wasm-utxo-ui",
33
"version": "0.1.0",
4-
"description": "Web frontend for wasm-miniscript",
4+
"description": "Web frontend for wasm-utxo",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/BitGo/wasm-miniscript.git"
7+
"url": "git+https://github.com/BitGo/BitGoWASM.git"
88
},
99
"license": "MIT",
1010
"author": "BitGo Inc.",
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@bitgo/utxo-lib": "^10.1.0",
25-
"@bitgo/wasm-miniscript": "0.0.0-semantic-release-managed",
25+
"@bitgo/wasm-utxo": "0.0.0-semantic-release-managed",
2626
"assert": "^2.1.0",
2727
"buffer": "^6.0.3",
2828
"crypto-browserify": "^3.12.0",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)