Skip to content

Commit

Permalink
chore(utxo-staking): rename module to utxo-staking
Browse files Browse the repository at this point in the history
TICKET: BTC-1579
  • Loading branch information
davidkaplanbitgo committed Nov 12, 2024
1 parent 1ff0a45 commit 8b721f8
Show file tree
Hide file tree
Showing 34 changed files with 181 additions and 120 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/modules/sdk-core/src/bitgo/lightning/ @BitGo/btc-team
/modules/unspents/ @BitGo/btc-team
/modules/utxo-bin/ @BitGo/btc-team
/modules/utxo-coredao/ @BitGo/btc-team
/modules/utxo-staking/ @BitGo/btc-team
/modules/utxo-lib/ @BitGo/btc-team
/modules/utxo-ord/ @BitGo/btc-team

Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ COPY --from=builder /tmp/bitgo/modules/sdk-opensslbytes /var/modules/sdk-openssl
COPY --from=builder /tmp/bitgo/modules/sjcl /var/modules/sjcl/
COPY --from=builder /tmp/bitgo/modules/statics /var/modules/statics/
COPY --from=builder /tmp/bitgo/modules/utxo-lib /var/modules/utxo-lib/
COPY --from=builder /tmp/bitgo/modules/utxo-staking /var/modules/utxo-staking/
COPY --from=builder /tmp/bitgo/modules/blake2b /var/modules/blake2b/
COPY --from=builder /tmp/bitgo/modules/blake2b-wasm /var/modules/blake2b-wasm/
COPY --from=builder /tmp/bitgo/modules/bitgo /var/modules/bitgo/
Expand Down
3 changes: 0 additions & 3 deletions modules/utxo-coredao/README.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions modules/utxo-staking/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# BitGo UTXO Staking

Provides the functionality to build, parse, and verify BTC staking treansactions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bitgo/utxo-coredao",
"name": "@bitgo/utxo-staking",
"version": "1.1.0",
"description": "BitGo SDK for building CoreDao transactions",
"description": "BitGo SDK for build UTXO staking transactions",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"repository": {
"type": "git",
"url": "https://github.com/BitGo/BitGoJS.git",
"directory": "modules/utxo-coredao"
"directory": "modules/utxo-staking"
},
"lint-staged": {
"*.{js,ts}": [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
286 changes: 173 additions & 113 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 8b721f8

Please sign in to comment.