mm-btc 0.5.2__py3-none-any.whl → 0.5.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
mm_btc/blockstream.py CHANGED
@@ -1,8 +1,8 @@
1
1
  from collections.abc import Sequence
2
2
 
3
- from mm_cryptocurrency import random_proxy
4
3
  from mm_http import HttpResponse, http_request
5
4
  from mm_result import Result
5
+ from mm_web3 import random_proxy
6
6
  from pydantic import BaseModel
7
7
 
8
8
  MAINNET_BASE_URL = "https://blockstream.info/api"
@@ -2,13 +2,13 @@ from pathlib import Path
2
2
 
3
3
  import mm_print
4
4
  from bit import PrivateKey, PrivateKeyTestnet
5
- from mm_cryptocurrency import CryptocurrencyConfig
5
+ from mm_web3 import Web3CliConfig
6
6
 
7
7
  from mm_btc.wallet import is_testnet_address
8
8
 
9
9
 
10
- class Config(CryptocurrencyConfig):
11
- class Output(CryptocurrencyConfig):
10
+ class Config(Web3CliConfig):
11
+ class Output(Web3CliConfig):
12
12
  address: str
13
13
  amount: int
14
14
 
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mm-btc
3
- Version: 0.5.2
3
+ Version: 0.5.3
4
4
  Requires-Python: >=3.13
5
5
  Requires-Dist: bitcoinlib~=0.7.4
6
6
  Requires-Dist: bit~=0.8.0
7
7
  Requires-Dist: hdwallet~=3.4.0
8
- Requires-Dist: mm-cryptocurrency~=0.4.7
8
+ Requires-Dist: mm-web3~=0.5.1
9
9
  Requires-Dist: mnemonic~=0.21
10
10
  Requires-Dist: typer~=0.16.0
@@ -1,5 +1,5 @@
1
1
  mm_btc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- mm_btc/blockstream.py,sha256=-8-h07gld3GAOMXb7DcZaBJMzaxmKSWEdkdn55wIA5A,3361
2
+ mm_btc/blockstream.py,sha256=vEOkDi3IgjEOun6rXb0z-_EQcpbeIC7ZHnXDvdZnrZI,3351
3
3
  mm_btc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  mm_btc/tx.py,sha256=7KTMNuL1n8rRj_245BV1bH9M2_PctNvlvPsLEsRTYx4,245
5
5
  mm_btc/wallet.py,sha256=_pGTuAf6Y9KzaWTTSg_tn6WEoRsGqhxJuPof0_xyrmM,2333
@@ -7,11 +7,11 @@ mm_btc/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  mm_btc/cli/cli.py,sha256=vmrvmOxjyl6mSkz-OUOTn5pmJ_emRS_pCM1ZAaF6SsA,2626
8
8
  mm_btc/cli/cmd/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  mm_btc/cli/cmd/address_cmd.py,sha256=8gzARLHv7wVg30SAgK9JDiZbJK0e0YFus4b2Y5NGey0,302
10
- mm_btc/cli/cmd/create_tx_cmd.py,sha256=vjLfDQX0q6HPoQ0w6SCPXrqaMte5EI0n2U4EV9Hn8jU,745
10
+ mm_btc/cli/cmd/create_tx_cmd.py,sha256=VWTW7f8IRxisPWQAddw5fw9CRup2A6OWAJHKEpecLpc,714
11
11
  mm_btc/cli/cmd/decode_tx_cmd.py,sha256=oNOVX1_XIBdj0rY7ZMiwdNLVBvBHdnK0niJsXSulxXo,164
12
12
  mm_btc/cli/cmd/mnemonic_cmd.py,sha256=N3qaQfoivODj4EQIFn4fN0ULZon7rmoETqJPy3YnKbg,1248
13
13
  mm_btc/cli/cmd/utxo_cmd.py,sha256=6xGzi6RhXXUOgvNAFNWMWmO9AIDRWOVh_0X-jaCdeM4,299
14
- mm_btc-0.5.2.dist-info/METADATA,sha256=FJo7dLqAtKA1_86FZ5RSEUOkKORFGJ4zkYR3B98K4zY,263
15
- mm_btc-0.5.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
16
- mm_btc-0.5.2.dist-info/entry_points.txt,sha256=KphzLNE9eb9H1DO-L0gvBQaQT5ImedyVCN4a6svfiRg,46
17
- mm_btc-0.5.2.dist-info/RECORD,,
14
+ mm_btc-0.5.3.dist-info/METADATA,sha256=p66fWGG6ViQKZqZQ5gPNdROqv37mhjjlxkGsq02DQ7Q,253
15
+ mm_btc-0.5.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
16
+ mm_btc-0.5.3.dist-info/entry_points.txt,sha256=KphzLNE9eb9H1DO-L0gvBQaQT5ImedyVCN4a6svfiRg,46
17
+ mm_btc-0.5.3.dist-info/RECORD,,
File without changes