This website works better with JavaScript
Home
Explore
Help
Sign In
mmgen
/
mmgen-wallet
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
base_proto.bitcoin -> proto.btc, ... [git mv]
The MMGen Project
2 years ago
parent
1648849c06
commit
f06e48ec27
70 changed files
with
0 additions
and
0 deletions
Split View
Show Diff Stats
0
0
mmgen/proto/__init__.py
0
0
mmgen/proto/btc/__init__.py
0
0
mmgen/proto/btc/addrdata.py
0
0
mmgen/proto/btc/daemon.py
0
0
mmgen/proto/btc/misc.py
0
0
mmgen/proto/btc/msg.py
0
0
mmgen/proto/btc/regtest.py
0
0
mmgen/proto/btc/rpc.py
0
0
mmgen/proto/btc/tw/__init__.py
0
0
mmgen/proto/btc/tw/addrs.py
0
0
mmgen/proto/btc/tw/bal.py
0
0
mmgen/proto/btc/tw/common.py
0
0
mmgen/proto/btc/tw/ctl.py
0
0
mmgen/proto/btc/tw/json.py
0
0
mmgen/proto/btc/tw/txhistory.py
0
0
mmgen/proto/btc/tw/unspent.py
0
0
mmgen/proto/btc/tx/__init__.py
0
0
mmgen/proto/btc/tx/base.py
0
0
mmgen/proto/btc/tx/bump.py
0
0
mmgen/proto/btc/tx/completed.py
0
0
mmgen/proto/btc/tx/info.py
0
0
mmgen/proto/btc/tx/new.py
0
0
mmgen/proto/btc/tx/online.py
0
0
mmgen/proto/btc/tx/signed.py
0
0
mmgen/proto/btc/tx/status.py
0
0
mmgen/proto/btc/tx/unsigned.py
0
0
mmgen/proto/eth/__init__.py
0
0
mmgen/proto/eth/addrdata.py
0
0
mmgen/proto/eth/contract.py
0
0
mmgen/proto/eth/daemon.py
0
0
mmgen/proto/eth/misc.py
0
0
mmgen/proto/eth/msg.py
0
0
mmgen/proto/eth/pyethereum/LICENSE
0
0
mmgen/proto/eth/pyethereum/__init__.py
0
0
mmgen/proto/eth/pyethereum/transactions.py
0
0
mmgen/proto/eth/pyethereum/utils.py
0
0
mmgen/proto/eth/rlp/LICENSE
0
0
mmgen/proto/eth/rlp/__init__.py
0
0
mmgen/proto/eth/rlp/atomic.py
0
0
mmgen/proto/eth/rlp/codec.py
0
0
mmgen/proto/eth/rlp/exceptions.py
0
0
mmgen/proto/eth/rlp/sedes/__init__.py
0
0
mmgen/proto/eth/rlp/sedes/big_endian_int.py
0
0
mmgen/proto/eth/rlp/sedes/binary.py
0
0
mmgen/proto/eth/rlp/sedes/boolean.py
0
0
mmgen/proto/eth/rlp/sedes/lists.py
0
0
mmgen/proto/eth/rlp/sedes/raw.py
0
0
mmgen/proto/eth/rlp/sedes/serializable.py
0
0
mmgen/proto/eth/rlp/sedes/text.py
0
0
mmgen/proto/eth/rpc.py
0
0
mmgen/proto/eth/tw/__init__.py
0
0
mmgen/proto/eth/tw/addrs.py
0
0
mmgen/proto/eth/tw/bal.py
0
0
mmgen/proto/eth/tw/ctl.py
0
0
mmgen/proto/eth/tw/json.py
0
0
mmgen/proto/eth/tw/unspent.py
0
0
mmgen/proto/eth/tx/__init__.py
0
0
mmgen/proto/eth/tx/base.py
0
0
mmgen/proto/eth/tx/bump.py
0
0
mmgen/proto/eth/tx/completed.py
0
0
mmgen/proto/eth/tx/info.py
0
0
mmgen/proto/eth/tx/new.py
0
0
mmgen/proto/eth/tx/online.py
0
0
mmgen/proto/eth/tx/signed.py
0
0
mmgen/proto/eth/tx/status.py
0
0
mmgen/proto/eth/tx/unsigned.py
0
0
mmgen/proto/xmr/__init__.py
0
0
mmgen/proto/xmr/daemon.py
0
0
mmgen/proto/xmr/rpc.py
0
0
test/overlay/fakemods/proto/btc/tw/unspent.py
+ 0
- 0
mmgen/base_proto/__init__.py → mmgen/proto/__init__.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/__init__.py → mmgen/proto/btc/__init__.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/addrdata.py → mmgen/proto/btc/addrdata.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/daemon.py → mmgen/proto/btc/daemon.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/misc.py → mmgen/proto/btc/misc.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/msg.py → mmgen/proto/btc/msg.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/regtest.py → mmgen/proto/btc/regtest.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/rpc.py → mmgen/proto/btc/rpc.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/tw/__init__.py → mmgen/proto/btc/tw/__init__.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/tw/addrs.py → mmgen/proto/btc/tw/addrs.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/tw/bal.py → mmgen/proto/btc/tw/bal.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/tw/common.py → mmgen/proto/btc/tw/common.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/tw/ctl.py → mmgen/proto/btc/tw/ctl.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/tw/json.py → mmgen/proto/btc/tw/json.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/tw/txhistory.py → mmgen/proto/btc/tw/txhistory.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/tw/unspent.py → mmgen/proto/btc/tw/unspent.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/tx/__init__.py → mmgen/proto/btc/tx/__init__.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/tx/base.py → mmgen/proto/btc/tx/base.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/tx/bump.py → mmgen/proto/btc/tx/bump.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/tx/completed.py → mmgen/proto/btc/tx/completed.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/tx/info.py → mmgen/proto/btc/tx/info.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/tx/new.py → mmgen/proto/btc/tx/new.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/tx/online.py → mmgen/proto/btc/tx/online.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/tx/signed.py → mmgen/proto/btc/tx/signed.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/tx/status.py → mmgen/proto/btc/tx/status.py
View File
+ 0
- 0
mmgen/base_proto/bitcoin/tx/unsigned.py → mmgen/proto/btc/tx/unsigned.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/__init__.py → mmgen/proto/eth/__init__.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/addrdata.py → mmgen/proto/eth/addrdata.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/contract.py → mmgen/proto/eth/contract.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/daemon.py → mmgen/proto/eth/daemon.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/misc.py → mmgen/proto/eth/misc.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/msg.py → mmgen/proto/eth/msg.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/pyethereum/LICENSE → mmgen/proto/eth/pyethereum/LICENSE
View File
+ 0
- 0
mmgen/base_proto/ethereum/pyethereum/__init__.py → mmgen/proto/eth/pyethereum/__init__.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/pyethereum/transactions.py → mmgen/proto/eth/pyethereum/transactions.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/pyethereum/utils.py → mmgen/proto/eth/pyethereum/utils.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/rlp/LICENSE → mmgen/proto/eth/rlp/LICENSE
View File
+ 0
- 0
mmgen/base_proto/ethereum/rlp/__init__.py → mmgen/proto/eth/rlp/__init__.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/rlp/atomic.py → mmgen/proto/eth/rlp/atomic.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/rlp/codec.py → mmgen/proto/eth/rlp/codec.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/rlp/exceptions.py → mmgen/proto/eth/rlp/exceptions.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/rlp/sedes/__init__.py → mmgen/proto/eth/rlp/sedes/__init__.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/rlp/sedes/big_endian_int.py → mmgen/proto/eth/rlp/sedes/big_endian_int.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/rlp/sedes/binary.py → mmgen/proto/eth/rlp/sedes/binary.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/rlp/sedes/boolean.py → mmgen/proto/eth/rlp/sedes/boolean.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/rlp/sedes/lists.py → mmgen/proto/eth/rlp/sedes/lists.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/rlp/sedes/raw.py → mmgen/proto/eth/rlp/sedes/raw.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/rlp/sedes/serializable.py → mmgen/proto/eth/rlp/sedes/serializable.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/rlp/sedes/text.py → mmgen/proto/eth/rlp/sedes/text.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/rpc.py → mmgen/proto/eth/rpc.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/tw/__init__.py → mmgen/proto/eth/tw/__init__.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/tw/addrs.py → mmgen/proto/eth/tw/addrs.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/tw/bal.py → mmgen/proto/eth/tw/bal.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/tw/ctl.py → mmgen/proto/eth/tw/ctl.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/tw/json.py → mmgen/proto/eth/tw/json.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/tw/unspent.py → mmgen/proto/eth/tw/unspent.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/tx/__init__.py → mmgen/proto/eth/tx/__init__.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/tx/base.py → mmgen/proto/eth/tx/base.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/tx/bump.py → mmgen/proto/eth/tx/bump.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/tx/completed.py → mmgen/proto/eth/tx/completed.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/tx/info.py → mmgen/proto/eth/tx/info.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/tx/new.py → mmgen/proto/eth/tx/new.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/tx/online.py → mmgen/proto/eth/tx/online.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/tx/signed.py → mmgen/proto/eth/tx/signed.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/tx/status.py → mmgen/proto/eth/tx/status.py
View File
+ 0
- 0
mmgen/base_proto/ethereum/tx/unsigned.py → mmgen/proto/eth/tx/unsigned.py
View File
+ 0
- 0
mmgen/base_proto/monero/__init__.py → mmgen/proto/xmr/__init__.py
View File
+ 0
- 0
mmgen/base_proto/monero/daemon.py → mmgen/proto/xmr/daemon.py
View File
+ 0
- 0
mmgen/base_proto/monero/rpc.py → mmgen/proto/xmr/rpc.py
View File
+ 0
- 0
test/overlay/fakemods/base_proto/bitcoin/tw/unspent.py → test/overlay/fakemods/proto/btc/tw/unspent.py
View File