Skip to content

Commit dba0be5

Browse files
Merge pull request #5126
2 parents a56059c + 8b721f8 commit dba0be5

34 files changed

+181
-120
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/modules/sdk-core/src/bitgo/lightning/ @BitGo/btc-team
2525
/modules/unspents/ @BitGo/btc-team
2626
/modules/utxo-bin/ @BitGo/btc-team
27-
/modules/utxo-coredao/ @BitGo/btc-team
27+
/modules/utxo-staking/ @BitGo/btc-team
2828
/modules/utxo-lib/ @BitGo/btc-team
2929
/modules/utxo-ord/ @BitGo/btc-team
3030

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ COPY --from=builder /tmp/bitgo/modules/sdk-opensslbytes /var/modules/sdk-openssl
4545
COPY --from=builder /tmp/bitgo/modules/sjcl /var/modules/sjcl/
4646
COPY --from=builder /tmp/bitgo/modules/statics /var/modules/statics/
4747
COPY --from=builder /tmp/bitgo/modules/utxo-lib /var/modules/utxo-lib/
48+
COPY --from=builder /tmp/bitgo/modules/utxo-staking /var/modules/utxo-staking/
4849
COPY --from=builder /tmp/bitgo/modules/blake2b /var/modules/blake2b/
4950
COPY --from=builder /tmp/bitgo/modules/blake2b-wasm /var/modules/blake2b-wasm/
5051
COPY --from=builder /tmp/bitgo/modules/bitgo /var/modules/bitgo/

modules/utxo-coredao/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.

modules/utxo-staking/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# BitGo UTXO Staking
2+
3+
Provides the functionality to build, parse, and verify BTC staking treansactions.

0 commit comments

Comments
 (0)