diff --git a/examples/coin-daemon-info.py b/examples/coin-daemon-info.py index 297c0443..6e07a2dd 100755 --- a/examples/coin-daemon-info.py +++ b/examples/coin-daemon-info.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ examples/coin-daemon-info.py: diff --git a/examples/halving-calculator.py b/examples/halving-calculator.py index e194637b..1921188b 100755 --- a/examples/halving-calculator.py +++ b/examples/halving-calculator.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ examples.halving-calculator.py: Demonstrate use of the MMGen asyncio/aiohttp JSON-RPC interface diff --git a/examples/whitepaper.py b/examples/whitepaper.py index 3111f996..d3d7db97 100755 --- a/examples/whitepaper.py +++ b/examples/whitepaper.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ examples/whitepaper.py: extract the Bitcoin whitepaper from the blockchain diff --git a/mmgen/autosign.py b/mmgen/autosign.py index 12b694b5..77f706d7 100755 --- a/mmgen/autosign.py +++ b/mmgen/autosign.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ autosign: Auto-sign MMGen transactions, message files and XMR wallet output files diff --git a/mmgen/data/version b/mmgen/data/version index 4a8d2fd0..35a24d36 100644 --- a/mmgen/data/version +++ b/mmgen/data/version @@ -1 +1 @@ -14.0.dev21 +14.0.dev22 diff --git a/mmgen/devinit.py b/mmgen/devinit.py index 64f33626..1cd45197 100755 --- a/mmgen/devinit.py +++ b/mmgen/devinit.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ devinit: Developer tools init/launch code for the MMGen suite diff --git a/mmgen/devtools.py b/mmgen/devtools.py index 46b736c5..1c8a78ac 100755 --- a/mmgen/devtools.py +++ b/mmgen/devtools.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ devtools: Developer tools for the MMGen suite diff --git a/mmgen/help/seedsplit.py b/mmgen/help/seedsplit.py index 45aa2794..a74a7b7c 100755 --- a/mmgen/help/seedsplit.py +++ b/mmgen/help/seedsplit.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ help.seedsplit: seedsplit help notes for MMGen suite diff --git a/mmgen/help/xmrwallet.py b/mmgen/help/xmrwallet.py index 9d72a964..6a419221 100755 --- a/mmgen/help/xmrwallet.py +++ b/mmgen/help/xmrwallet.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ help.xmrwallet: xmrwallet help notes for MMGen suite diff --git a/mmgen/main_msg.py b/mmgen/main_msg.py index 6e5814d5..98c9be4e 100755 --- a/mmgen/main_msg.py +++ b/mmgen/main_msg.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ mmgen-msg: Message signing operations for the MMGen suite diff --git a/mmgen/msg.py b/mmgen/msg.py index 6626082b..aa202ef8 100755 --- a/mmgen/msg.py +++ b/mmgen/msg.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ msg: base message signing classes diff --git a/mmgen/proto/bch/params.py b/mmgen/proto/bch/params.py index b48297e1..715ba7e0 100755 --- a/mmgen/proto/bch/params.py +++ b/mmgen/proto/bch/params.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.bch.params: Bitcoin Cash protocol diff --git a/mmgen/proto/btc/addrdata.py b/mmgen/proto/btc/addrdata.py index 28dae6e2..e1b196a8 100755 --- a/mmgen/proto/btc/addrdata.py +++ b/mmgen/proto/btc/addrdata.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.addrdata: Bitcoin base protocol addrdata classes diff --git a/mmgen/proto/btc/addrgen.py b/mmgen/proto/btc/addrgen.py index 35641a29..44fb0745 100755 --- a/mmgen/proto/btc/addrgen.py +++ b/mmgen/proto/btc/addrgen.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.addrgen: Bitcoin address generation classes for the MMGen suite diff --git a/mmgen/proto/btc/common.py b/mmgen/proto/btc/common.py index 5f2e0b9a..beaa59ec 100755 --- a/mmgen/proto/btc/common.py +++ b/mmgen/proto/btc/common.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.common: Shared Bitcoin functions and constants diff --git a/mmgen/proto/btc/daemon.py b/mmgen/proto/btc/daemon.py index 93c32559..350398f0 100755 --- a/mmgen/proto/btc/daemon.py +++ b/mmgen/proto/btc/daemon.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.daemon: Bitcoin base protocol daemon classes diff --git a/mmgen/proto/btc/misc.py b/mmgen/proto/btc/misc.py index 9c1815f7..aab00398 100755 --- a/mmgen/proto/btc/misc.py +++ b/mmgen/proto/btc/misc.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.misc: miscellaneous functions for Bitcoin base protocol diff --git a/mmgen/proto/btc/msg.py b/mmgen/proto/btc/msg.py index 45851527..13481e9a 100755 --- a/mmgen/proto/btc/msg.py +++ b/mmgen/proto/btc/msg.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.msg: Bitcoin base protocol message signing classes diff --git a/mmgen/proto/btc/params.py b/mmgen/proto/btc/params.py index f5912b5f..a1928bfb 100755 --- a/mmgen/proto/btc/params.py +++ b/mmgen/proto/btc/params.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.params: Bitcoin protocol diff --git a/mmgen/proto/btc/rpc.py b/mmgen/proto/btc/rpc.py index fb3cf1ff..d7f8bec0 100755 --- a/mmgen/proto/btc/rpc.py +++ b/mmgen/proto/btc/rpc.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.rpc: Bitcoin base protocol RPC client class diff --git a/mmgen/proto/btc/tw/addresses.py b/mmgen/proto/btc/tw/addresses.py index a26cade1..d9ebfb3b 100755 --- a/mmgen/proto/btc/tw/addresses.py +++ b/mmgen/proto/btc/tw/addresses.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.tw.addresses: Bitcoin base protocol tracking wallet address list class diff --git a/mmgen/proto/btc/tw/bal.py b/mmgen/proto/btc/tw/bal.py index 001b0758..8ac78ea8 100755 --- a/mmgen/proto/btc/tw/bal.py +++ b/mmgen/proto/btc/tw/bal.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.tw.bal: Bitcoin base protocol tracking wallet balance class diff --git a/mmgen/proto/btc/tw/ctl.py b/mmgen/proto/btc/tw/ctl.py index e25c7b22..19767a6e 100755 --- a/mmgen/proto/btc/tw/ctl.py +++ b/mmgen/proto/btc/tw/ctl.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.tw.ctl: Bitcoin base protocol tracking wallet control class diff --git a/mmgen/proto/btc/tw/json.py b/mmgen/proto/btc/tw/json.py index ba929c79..3d39b514 100755 --- a/mmgen/proto/btc/tw/json.py +++ b/mmgen/proto/btc/tw/json.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.tw.json: export and import tracking wallet to JSON format diff --git a/mmgen/proto/btc/tw/prune.py b/mmgen/proto/btc/tw/prune.py index 32724bf7..11bb8b56 100755 --- a/mmgen/proto/btc/tw/prune.py +++ b/mmgen/proto/btc/tw/prune.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.tw.prune: Bitcoin base protocol tracking wallet address list prune class diff --git a/mmgen/proto/btc/tw/rpc.py b/mmgen/proto/btc/tw/rpc.py index 50458e93..af6ca649 100755 --- a/mmgen/proto/btc/tw/rpc.py +++ b/mmgen/proto/btc/tw/rpc.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.tw.rpc: Bitcoin base protocol tracking wallet RPC classes diff --git a/mmgen/proto/btc/tw/txhistory.py b/mmgen/proto/btc/tw/txhistory.py index dfb7d795..e9ebdd31 100755 --- a/mmgen/proto/btc/tw/txhistory.py +++ b/mmgen/proto/btc/tw/txhistory.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.tw.txhistory: Bitcoin base protocol tracking wallet transaction history class diff --git a/mmgen/proto/btc/tw/unspent.py b/mmgen/proto/btc/tw/unspent.py index b03b56e3..555994ea 100755 --- a/mmgen/proto/btc/tw/unspent.py +++ b/mmgen/proto/btc/tw/unspent.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.tw.unspent: Bitcoin base protocol tracking wallet unspent outputs class diff --git a/mmgen/proto/btc/tx/base.py b/mmgen/proto/btc/tx/base.py index 67ddf5ef..27ab2d3e 100755 --- a/mmgen/proto/btc/tx/base.py +++ b/mmgen/proto/btc/tx/base.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.tx.base: Bitcoin base transaction class diff --git a/mmgen/proto/btc/tx/bump.py b/mmgen/proto/btc/tx/bump.py index 93f8445c..685adf23 100755 --- a/mmgen/proto/btc/tx/bump.py +++ b/mmgen/proto/btc/tx/bump.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.tx.bump: Bitcoin transaction bump class diff --git a/mmgen/proto/btc/tx/completed.py b/mmgen/proto/btc/tx/completed.py index 184c425b..d3dc83ba 100755 --- a/mmgen/proto/btc/tx/completed.py +++ b/mmgen/proto/btc/tx/completed.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.tx.completed: Bitcoin completed transaction class diff --git a/mmgen/proto/btc/tx/info.py b/mmgen/proto/btc/tx/info.py index 3804d4f2..995dfda5 100755 --- a/mmgen/proto/btc/tx/info.py +++ b/mmgen/proto/btc/tx/info.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.tx.info: Bitcoin transaction info class diff --git a/mmgen/proto/btc/tx/new.py b/mmgen/proto/btc/tx/new.py index a341b313..e1212667 100755 --- a/mmgen/proto/btc/tx/new.py +++ b/mmgen/proto/btc/tx/new.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.tx.new: Bitcoin new transaction class diff --git a/mmgen/proto/btc/tx/online.py b/mmgen/proto/btc/tx/online.py index 218636e5..4f3d8a37 100755 --- a/mmgen/proto/btc/tx/online.py +++ b/mmgen/proto/btc/tx/online.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.tx.online: Bitcoin online signed transaction class diff --git a/mmgen/proto/btc/tx/signed.py b/mmgen/proto/btc/tx/signed.py index 38fc29de..2703e6da 100755 --- a/mmgen/proto/btc/tx/signed.py +++ b/mmgen/proto/btc/tx/signed.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.tx.signed: Bitcoin signed transaction class diff --git a/mmgen/proto/btc/tx/status.py b/mmgen/proto/btc/tx/status.py index 4752635a..93be9b61 100755 --- a/mmgen/proto/btc/tx/status.py +++ b/mmgen/proto/btc/tx/status.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.tx.status: Bitcoin transaction status class diff --git a/mmgen/proto/btc/tx/unsigned.py b/mmgen/proto/btc/tx/unsigned.py index 5218c91c..d7a82998 100755 --- a/mmgen/proto/btc/tx/unsigned.py +++ b/mmgen/proto/btc/tx/unsigned.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.btc.tx.unsigned: Bitcoin unsigned transaction class diff --git a/mmgen/proto/etc/params.py b/mmgen/proto/etc/params.py index 158c0bcd..e1f5dd1e 100755 --- a/mmgen/proto/etc/params.py +++ b/mmgen/proto/etc/params.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.etc.params: Ethereum Classic protocol diff --git a/mmgen/proto/eth/addrgen.py b/mmgen/proto/eth/addrgen.py index 1e8d1113..dc4a1c38 100755 --- a/mmgen/proto/eth/addrgen.py +++ b/mmgen/proto/eth/addrgen.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.addrgen: Ethereum address generation class for the MMGen suite diff --git a/mmgen/proto/eth/daemon.py b/mmgen/proto/eth/daemon.py index d833e4fb..84d28da9 100755 --- a/mmgen/proto/eth/daemon.py +++ b/mmgen/proto/eth/daemon.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.daemon: Ethereum base protocol daemon classes diff --git a/mmgen/proto/eth/misc.py b/mmgen/proto/eth/misc.py index 88357bb9..84f183a2 100755 --- a/mmgen/proto/eth/misc.py +++ b/mmgen/proto/eth/misc.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.misc: miscellaneous utilities for Ethereum base protocol diff --git a/mmgen/proto/eth/msg.py b/mmgen/proto/eth/msg.py index 173075d5..38a3af80 100755 --- a/mmgen/proto/eth/msg.py +++ b/mmgen/proto/eth/msg.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.msg: Ethereum base protocol message signing classes diff --git a/mmgen/proto/eth/params.py b/mmgen/proto/eth/params.py index 6fdbea63..69b41dff 100755 --- a/mmgen/proto/eth/params.py +++ b/mmgen/proto/eth/params.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.params: Ethereum protocol diff --git a/mmgen/proto/eth/rpc.py b/mmgen/proto/eth/rpc.py index a15fd4a4..68f2cd8d 100755 --- a/mmgen/proto/eth/rpc.py +++ b/mmgen/proto/eth/rpc.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.rpc: Ethereum base protocol RPC client class diff --git a/mmgen/proto/eth/tw/addresses.py b/mmgen/proto/eth/tw/addresses.py index d147700c..e389f5e4 100755 --- a/mmgen/proto/eth/tw/addresses.py +++ b/mmgen/proto/eth/tw/addresses.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.tw.addresses: Ethereum base protocol tracking wallet address list class diff --git a/mmgen/proto/eth/tw/json.py b/mmgen/proto/eth/tw/json.py index 905fc582..33c95976 100755 --- a/mmgen/proto/eth/tw/json.py +++ b/mmgen/proto/eth/tw/json.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.tw.json: export and import tracking wallet to JSON format diff --git a/mmgen/proto/eth/tw/rpc.py b/mmgen/proto/eth/tw/rpc.py index 6c8db7a9..c438e1ca 100755 --- a/mmgen/proto/eth/tw/rpc.py +++ b/mmgen/proto/eth/tw/rpc.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.tw.rpc: Ethereum base protocol tracking wallet RPC class diff --git a/mmgen/proto/eth/tw/view.py b/mmgen/proto/eth/tw/view.py index 6e2b24a9..c669fbef 100755 --- a/mmgen/proto/eth/tw/view.py +++ b/mmgen/proto/eth/tw/view.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.tw.view: Ethereum base protocol base class for tracking wallet view classes diff --git a/mmgen/proto/eth/tx/base.py b/mmgen/proto/eth/tx/base.py index 4e161df2..27462a70 100755 --- a/mmgen/proto/eth/tx/base.py +++ b/mmgen/proto/eth/tx/base.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.tx.base: Ethereum base transaction class diff --git a/mmgen/proto/eth/tx/bump.py b/mmgen/proto/eth/tx/bump.py index 5d0e2f13..4cdb3e83 100755 --- a/mmgen/proto/eth/tx/bump.py +++ b/mmgen/proto/eth/tx/bump.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.tx.bump: Ethereum transaction bump class diff --git a/mmgen/proto/eth/tx/completed.py b/mmgen/proto/eth/tx/completed.py index 06354f49..8553b67b 100755 --- a/mmgen/proto/eth/tx/completed.py +++ b/mmgen/proto/eth/tx/completed.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.tx.completed: Ethereum completed transaction class diff --git a/mmgen/proto/eth/tx/info.py b/mmgen/proto/eth/tx/info.py index 0b2c9e73..c60f4a47 100755 --- a/mmgen/proto/eth/tx/info.py +++ b/mmgen/proto/eth/tx/info.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.tx.info: Ethereum transaction info class diff --git a/mmgen/proto/eth/tx/new.py b/mmgen/proto/eth/tx/new.py index 6ee21d1c..144f14b3 100755 --- a/mmgen/proto/eth/tx/new.py +++ b/mmgen/proto/eth/tx/new.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.tx.new: Ethereum new transaction class diff --git a/mmgen/proto/eth/tx/online.py b/mmgen/proto/eth/tx/online.py index ff6a7c53..07d4a132 100755 --- a/mmgen/proto/eth/tx/online.py +++ b/mmgen/proto/eth/tx/online.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.tx.online: Ethereum online signed transaction class diff --git a/mmgen/proto/eth/tx/signed.py b/mmgen/proto/eth/tx/signed.py index 1ce2dc07..33a08930 100755 --- a/mmgen/proto/eth/tx/signed.py +++ b/mmgen/proto/eth/tx/signed.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.tx.signed: Ethereum signed transaction class diff --git a/mmgen/proto/eth/tx/status.py b/mmgen/proto/eth/tx/status.py index d8826120..a800c52b 100755 --- a/mmgen/proto/eth/tx/status.py +++ b/mmgen/proto/eth/tx/status.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.tx.status: Ethereum transaction status class diff --git a/mmgen/proto/eth/tx/unsigned.py b/mmgen/proto/eth/tx/unsigned.py index 7f21ebd0..fe8124e1 100755 --- a/mmgen/proto/eth/tx/unsigned.py +++ b/mmgen/proto/eth/tx/unsigned.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.eth.tx.unsigned: Ethereum unsigned transaction class diff --git a/mmgen/proto/ltc/params.py b/mmgen/proto/ltc/params.py index 6b199fd1..0d382dbc 100755 --- a/mmgen/proto/ltc/params.py +++ b/mmgen/proto/ltc/params.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.ltc.params: Litecoin protocol diff --git a/mmgen/proto/secp256k1/keygen.py b/mmgen/proto/secp256k1/keygen.py index de0ba867..ff1c4dc6 100755 --- a/mmgen/proto/secp256k1/keygen.py +++ b/mmgen/proto/secp256k1/keygen.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.secp256k1.keygen: secp256k1 public key generation backends for the MMGen suite diff --git a/mmgen/proto/xmr/addrgen.py b/mmgen/proto/xmr/addrgen.py index 9c61f007..d8614c88 100755 --- a/mmgen/proto/xmr/addrgen.py +++ b/mmgen/proto/xmr/addrgen.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.xmr.addrgen: Monero address generation class for the MMGen suite diff --git a/mmgen/proto/xmr/daemon.py b/mmgen/proto/xmr/daemon.py index 779a02b3..f8266ede 100755 --- a/mmgen/proto/xmr/daemon.py +++ b/mmgen/proto/xmr/daemon.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.xmr.daemon: Monero base protocol daemon classes diff --git a/mmgen/proto/xmr/keygen.py b/mmgen/proto/xmr/keygen.py index d89a7500..ef5c227c 100755 --- a/mmgen/proto/xmr/keygen.py +++ b/mmgen/proto/xmr/keygen.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.xmr.keygen: Monero public key generation backends for the MMGen suite diff --git a/mmgen/proto/xmr/params.py b/mmgen/proto/xmr/params.py index fcbbbdb9..a015fb83 100755 --- a/mmgen/proto/xmr/params.py +++ b/mmgen/proto/xmr/params.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.xmr.params: Monero protocol diff --git a/mmgen/proto/xmr/rpc.py b/mmgen/proto/xmr/rpc.py index 060b63cd..08827c34 100755 --- a/mmgen/proto/xmr/rpc.py +++ b/mmgen/proto/xmr/rpc.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.xmr.rpc: Monero base protocol RPC client class diff --git a/mmgen/proto/zec/addrgen.py b/mmgen/proto/zec/addrgen.py index 7837c1b4..29eef94e 100755 --- a/mmgen/proto/zec/addrgen.py +++ b/mmgen/proto/zec/addrgen.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.zec.addrgen: Zcash-Z address generation class for the MMGen suite diff --git a/mmgen/proto/zec/keygen.py b/mmgen/proto/zec/keygen.py index a4b6a8c9..69798aef 100755 --- a/mmgen/proto/zec/keygen.py +++ b/mmgen/proto/zec/keygen.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.zec.keygen: Zcash-Z public key generation backend for the MMGen suite diff --git a/mmgen/proto/zec/params.py b/mmgen/proto/zec/params.py index c935d64a..9417c053 100755 --- a/mmgen/proto/zec/params.py +++ b/mmgen/proto/zec/params.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ proto.zec.params: Zcash protocol diff --git a/mmgen/pyversion.py b/mmgen/pyversion.py index b91d291c..04e16768 100755 --- a/mmgen/pyversion.py +++ b/mmgen/pyversion.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ pyversion: Python version string operations diff --git a/mmgen/test.py b/mmgen/test.py index 886b0150..10cb8694 100755 --- a/mmgen/test.py +++ b/mmgen/test.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ test: functions required by the MMGen test suite diff --git a/mmgen/tw/addresses.py b/mmgen/tw/addresses.py index 8d7045a2..6add63c9 100755 --- a/mmgen/tw/addresses.py +++ b/mmgen/tw/addresses.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ tw.addresses: Tracking wallet listaddresses class for the MMGen suite diff --git a/mmgen/tw/json.py b/mmgen/tw/json.py index 3ae9f90c..1b01ab59 100755 --- a/mmgen/tw/json.py +++ b/mmgen/tw/json.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ tw.json: export and import tracking wallet to JSON format diff --git a/mmgen/tw/prune.py b/mmgen/tw/prune.py index 301a46d0..cec07a3d 100755 --- a/mmgen/tw/prune.py +++ b/mmgen/tw/prune.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ tw.prune: Tracking wallet pruned listaddresses class for the MMGen suite diff --git a/mmgen/tw/rpc.py b/mmgen/tw/rpc.py index 81933f17..74a5496f 100755 --- a/mmgen/tw/rpc.py +++ b/mmgen/tw/rpc.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ tw.rpc: Tracking wallet RPC class for the MMGen suite diff --git a/mmgen/tw/shared.py b/mmgen/tw/shared.py index 09916925..fe3b63f2 100755 --- a/mmgen/tw/shared.py +++ b/mmgen/tw/shared.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ tw.shared: classes and functions shared by all tracking wallet classes diff --git a/mmgen/tw/txhistory.py b/mmgen/tw/txhistory.py index d369772f..75526f40 100755 --- a/mmgen/tw/txhistory.py +++ b/mmgen/tw/txhistory.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ tw.txhistory: Tracking wallet transaction history class for the MMGen suite diff --git a/mmgen/tx/__init__.py b/mmgen/tx/__init__.py index a8bafebb..0ad6ea51 100755 --- a/mmgen/tx/__init__.py +++ b/mmgen/tx/__init__.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ tx.__init__: transaction class initializer diff --git a/mmgen/tx/base.py b/mmgen/tx/base.py index 3c9c71eb..74808fe3 100755 --- a/mmgen/tx/base.py +++ b/mmgen/tx/base.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ tx.base: base transaction class diff --git a/mmgen/tx/bump.py b/mmgen/tx/bump.py index ff272fb3..f5d72097 100755 --- a/mmgen/tx/bump.py +++ b/mmgen/tx/bump.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ tx.bump: transaction bump class diff --git a/mmgen/tx/completed.py b/mmgen/tx/completed.py index 82a30d4f..63d477f0 100755 --- a/mmgen/tx/completed.py +++ b/mmgen/tx/completed.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ tx.completed: completed transaction class diff --git a/mmgen/tx/info.py b/mmgen/tx/info.py index 50ea5ef3..1e58f8ab 100755 --- a/mmgen/tx/info.py +++ b/mmgen/tx/info.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ tx.info: transaction info class diff --git a/mmgen/tx/new.py b/mmgen/tx/new.py index 9a914a0a..f93ffeb8 100755 --- a/mmgen/tx/new.py +++ b/mmgen/tx/new.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ tx.new: new transaction class diff --git a/mmgen/tx/online.py b/mmgen/tx/online.py index 409fecb3..841ba3a1 100755 --- a/mmgen/tx/online.py +++ b/mmgen/tx/online.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ tx.online: online signed transaction class diff --git a/mmgen/tx/signed.py b/mmgen/tx/signed.py index 8b3f511a..bc234ca6 100755 --- a/mmgen/tx/signed.py +++ b/mmgen/tx/signed.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ tx.signed: signed transaction class diff --git a/mmgen/tx/status.py b/mmgen/tx/status.py index b48c72b0..55311856 100755 --- a/mmgen/tx/status.py +++ b/mmgen/tx/status.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ tx.status: transaction status class diff --git a/mmgen/tx/unsigned.py b/mmgen/tx/unsigned.py index 4c206ec0..b6340cc2 100755 --- a/mmgen/tx/unsigned.py +++ b/mmgen/tx/unsigned.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ tx.unsigned: unsigned transaction class diff --git a/mmgen/ui.py b/mmgen/ui.py index 11f5ccad..5126645e 100755 --- a/mmgen/ui.py +++ b/mmgen/ui.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ ui: Interactive user interface functions for the MMGen suite diff --git a/mmgen/util2.py b/mmgen/util2.py index d5310e32..8e0a9cd3 100755 --- a/mmgen/util2.py +++ b/mmgen/util2.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ util2: Less frequently-used variables, classes and utility functions for the MMGen suite diff --git a/mmgen/wallet/__init__.py b/mmgen/wallet/__init__.py index b0e82b24..aebc0d1d 100755 --- a/mmgen/wallet/__init__.py +++ b/mmgen/wallet/__init__.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ wallet.__init__: wallet class initializer diff --git a/mmgen/wallet/base.py b/mmgen/wallet/base.py index 0b0f456f..a549f229 100755 --- a/mmgen/wallet/base.py +++ b/mmgen/wallet/base.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ wallet.base: wallet base class diff --git a/mmgen/wallet/bip39.py b/mmgen/wallet/bip39.py index 8b3cc353..eb027700 100755 --- a/mmgen/wallet/bip39.py +++ b/mmgen/wallet/bip39.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ wallet.bip39: BIP39 mnemonic wallet class diff --git a/mmgen/wallet/brain.py b/mmgen/wallet/brain.py index 0549cd1c..c7619f5a 100755 --- a/mmgen/wallet/brain.py +++ b/mmgen/wallet/brain.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ wallet.brain: brainwallet wallet class diff --git a/mmgen/wallet/dieroll.py b/mmgen/wallet/dieroll.py index e91aa82f..1e94b783 100755 --- a/mmgen/wallet/dieroll.py +++ b/mmgen/wallet/dieroll.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ wallet.dieroll: dieroll wallet class diff --git a/mmgen/wallet/enc.py b/mmgen/wallet/enc.py index e8ca1653..0ac75fd5 100755 --- a/mmgen/wallet/enc.py +++ b/mmgen/wallet/enc.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ wallet.enc: encrypted wallet base class diff --git a/mmgen/wallet/incog.py b/mmgen/wallet/incog.py index 18a4e3cc..97b608c4 100755 --- a/mmgen/wallet/incog.py +++ b/mmgen/wallet/incog.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ wallet.incog: incognito wallet class diff --git a/mmgen/wallet/incog_base.py b/mmgen/wallet/incog_base.py index 3cc456cc..cff66227 100755 --- a/mmgen/wallet/incog_base.py +++ b/mmgen/wallet/incog_base.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ wallet.incog_base: incognito wallet base class diff --git a/mmgen/wallet/incog_hex.py b/mmgen/wallet/incog_hex.py index cae952a2..b39e0bac 100755 --- a/mmgen/wallet/incog_hex.py +++ b/mmgen/wallet/incog_hex.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ wallet.incog_hex: hexadecimal incognito wallet class diff --git a/mmgen/wallet/incog_hidden.py b/mmgen/wallet/incog_hidden.py index 6ed026f8..84185756 100755 --- a/mmgen/wallet/incog_hidden.py +++ b/mmgen/wallet/incog_hidden.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ wallet.incog_hidden: hidden incognito wallet class diff --git a/mmgen/wallet/mmgen.py b/mmgen/wallet/mmgen.py index e34d484b..eb2adf8c 100755 --- a/mmgen/wallet/mmgen.py +++ b/mmgen/wallet/mmgen.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ wallet.mmgen: MMGen native wallet class diff --git a/mmgen/wallet/mmhex.py b/mmgen/wallet/mmhex.py index 82f74fdb..74b08bc5 100755 --- a/mmgen/wallet/mmhex.py +++ b/mmgen/wallet/mmhex.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ wallet.mmhex: MMGen hexadecimal file wallet class diff --git a/mmgen/wallet/mnemonic.py b/mmgen/wallet/mnemonic.py index b485c1ee..d5890338 100755 --- a/mmgen/wallet/mnemonic.py +++ b/mmgen/wallet/mnemonic.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ wallet.mnemonic: MMGen mnemonic wallet base class diff --git a/mmgen/wallet/plainhex.py b/mmgen/wallet/plainhex.py index c0c1e4a0..aaaa4364 100755 --- a/mmgen/wallet/plainhex.py +++ b/mmgen/wallet/plainhex.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ wallet.plainhex: plain hexadecimal wallet class diff --git a/mmgen/wallet/seed.py b/mmgen/wallet/seed.py index 29e60bbe..2d02a965 100755 --- a/mmgen/wallet/seed.py +++ b/mmgen/wallet/seed.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ wallet.seed: seed file wallet class diff --git a/mmgen/wallet/unenc.py b/mmgen/wallet/unenc.py index 72f04f6d..363bdf47 100755 --- a/mmgen/wallet/unenc.py +++ b/mmgen/wallet/unenc.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ wallet.unenc: unencrypted wallet base class diff --git a/mmgen/wallet/words.py b/mmgen/wallet/words.py index c171824d..8dd4f98e 100755 --- a/mmgen/wallet/words.py +++ b/mmgen/wallet/words.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ wallet.words: MMGen mnemonic wallet class diff --git a/scripts/exec_wrapper.py b/scripts/exec_wrapper.py index 1d749dbe..10d26abe 100755 --- a/scripts/exec_wrapper.py +++ b/scripts/exec_wrapper.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ scripts/exec_wrapper.py: wrapper to launch MMGen scripts in a testing environment diff --git a/setup.py b/setup.py index 1c518939..d2b23833 100755 --- a/setup.py +++ b/setup.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet import os,platform from pathlib import Path diff --git a/test/cmdtest_py_d/cfg.py b/test/cmdtest_py_d/cfg.py index 6a26934c..95dfd517 100755 --- a/test/cmdtest_py_d/cfg.py +++ b/test/cmdtest_py_d/cfg.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ test.cmdtest_py_d.cfg: configuration data for cmdtest.py diff --git a/test/cmdtest_py_d/ct_cfgfile.py b/test/cmdtest_py_d/ct_cfgfile.py index a07dbcff..f7d633e6 100755 --- a/test/cmdtest_py_d/ct_cfgfile.py +++ b/test/cmdtest_py_d/ct_cfgfile.py @@ -3,7 +3,7 @@ # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution # Copyright (C)2013-2023 The MMGen Project # -# Project source code repository: https://github.com/mmgen/mmgen +# Project source code repository: https://github.com/mmgen/mmgen-wallet # Licensed according to the terms of GPL Version 3. See LICENSE for details. """ diff --git a/test/cmdtest_py_d/ct_input.py b/test/cmdtest_py_d/ct_input.py index f770779c..e4ca8f18 100755 --- a/test/cmdtest_py_d/ct_input.py +++ b/test/cmdtest_py_d/ct_input.py @@ -3,7 +3,7 @@ # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution # Copyright (C)2013-2023 The MMGen Project # -# Project source code repository: https://github.com/mmgen/mmgen +# Project source code repository: https://github.com/mmgen/mmgen-wallet # Licensed according to the terms of GPL Version 3. See LICENSE for details. """ diff --git a/test/cmdtest_py_d/ct_opts.py b/test/cmdtest_py_d/ct_opts.py index abd2a459..197458d6 100755 --- a/test/cmdtest_py_d/ct_opts.py +++ b/test/cmdtest_py_d/ct_opts.py @@ -3,7 +3,7 @@ # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution # Copyright (C)2013-2023 The MMGen Project # -# Project source code repository: https://github.com/mmgen/mmgen +# Project source code repository: https://github.com/mmgen/mmgen-wallet # Licensed according to the terms of GPL Version 3. See LICENSE for details. """ diff --git a/test/cmdtest_py_d/ct_tool.py b/test/cmdtest_py_d/ct_tool.py index f64f43d5..c96420d8 100755 --- a/test/cmdtest_py_d/ct_tool.py +++ b/test/cmdtest_py_d/ct_tool.py @@ -3,7 +3,7 @@ # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution # Copyright (C)2013-2023 The MMGen Project # -# Project source code repository: https://github.com/mmgen/mmgen +# Project source code repository: https://github.com/mmgen/mmgen-wallet # Licensed according to the terms of GPL Version 3. See LICENSE for details. """ diff --git a/test/cmdtest_py_d/ct_xmr_autosign.py b/test/cmdtest_py_d/ct_xmr_autosign.py index 5e30a501..fae498fd 100755 --- a/test/cmdtest_py_d/ct_xmr_autosign.py +++ b/test/cmdtest_py_d/ct_xmr_autosign.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ diff --git a/test/cmdtest_py_d/input.py b/test/cmdtest_py_d/input.py index c63fd554..50883aeb 100755 --- a/test/cmdtest_py_d/input.py +++ b/test/cmdtest_py_d/input.py @@ -3,7 +3,7 @@ # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution # Copyright (C)2013-2023 The MMGen Project # -# Project source code repository: https://github.com/mmgen/mmgen +# Project source code repository: https://github.com/mmgen/mmgen-wallet # Licensed according to the terms of GPL Version 3. See LICENSE for details. """ diff --git a/test/include/coin_daemon_control.py b/test/include/coin_daemon_control.py index 6b09b7dc..d8d18bde 100755 --- a/test/include/coin_daemon_control.py +++ b/test/include/coin_daemon_control.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ test.include.coin_daemon_control: Start and stop daemons for the MMGen test suite diff --git a/test/include/test_init.py b/test/include/test_init.py index e0e42ee3..d8103dff 100755 --- a/test/include/test_init.py +++ b/test/include/test_init.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ test.include.test_init: Initialization module for test scripts diff --git a/test/overlay/__init__.py b/test/overlay/__init__.py index 41acb3c3..8ec97e81 100644 --- a/test/overlay/__init__.py +++ b/test/overlay/__init__.py @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet """ test.overlay.__init__: Initialize the MMGen test suite overlay tree diff --git a/test/test-release.d/cfg.sh b/test/test-release.d/cfg.sh index 1a11f262..17ea0f95 100755 --- a/test/test-release.d/cfg.sh +++ b/test/test-release.d/cfg.sh @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet all_tests="dep lint obj color unit hash ref altref altgen xmr eth autosign btc btc_tn btc_rt bch bch_tn bch_rt ltc ltc_tn ltc_rt tool tool2 gen alt" diff --git a/test/test-release.sh b/test/test-release.sh index d4b99319..3932e314 100755 --- a/test/test-release.sh +++ b/test/test-release.sh @@ -5,8 +5,8 @@ # Licensed under the GNU General Public License, Version 3: # https://www.gnu.org/licenses # Public project repositories: -# https://github.com/mmgen/mmgen -# https://gitlab.com/mmgen/mmgen +# https://github.com/mmgen/mmgen-wallet +# https://gitlab.com/mmgen/mmgen-wallet # Tested on Linux, Armbian, Raspbian, MSYS2