| .. |
|
altcoins
|
769f96aad7
altcoins.eth: use relative imports
|
3 years ago |
|
data
|
4981fefffe
opts.init(): add 'need_proto' arg for on-demand loading of .protocol
|
3 years ago |
|
share
|
0138a6fa49
whitespace, cleanups, minor fixes
|
3 years ago |
|
tool
|
f4282cd214
tool: unify class initialization with 'need_proto' and 'need_addrtype'
|
3 years ago |
|
__init__.py
|
5676d7a3f9
addr generation with secp256k1mod
|
9 years ago |
|
addr.py
|
481bc13e52
UserOpts: set _default_to_none to True
|
3 years ago |
|
addrdata.py
|
d08503129e
obj.py: move TwLabel and TwMMGenID to tw.py
|
3 years ago |
|
addrfile.py
|
29e3a07d6a
import cleanups
|
3 years ago |
|
addrgen.py
|
7b890a2c95
baseconv.py: convert class methods to instance methods
|
3 years ago |
|
addrlist.py
|
32c522c039
overhaul public key and address generation code
|
3 years ago |
|
altcoin.py
|
a19275e280
CoinProtocol.core_coins -> g.core_coins
|
3 years ago |
|
amt.py
|
307ccfa87d
remove altcoins.eth.obj module
|
3 years ago |
|
base_obj.py
|
b79865dba4
AttrCtrl: add _default_to_none flag
|
3 years ago |
|
baseconv.py
|
bb96d6223f
lazy imports of hashlib, string
|
3 years ago |
|
bech32.py
|
0138a6fa49
whitespace, cleanups, minor fixes
|
3 years ago |
|
bip39.py
|
ad569cbeb7
import cleanups throughout
|
3 years ago |
|
cfg.py
|
bb96d6223f
lazy imports of hashlib, string
|
3 years ago |
|
color.py
|
3f208b4c1c
improve color initialization
|
3 years ago |
|
common.py
|
1a896d9af9
update copyright dates
|
4 years ago |
|
crypto.py
|
bb96d6223f
lazy imports of hashlib, string
|
3 years ago |
|
daemon.py
|
ad569cbeb7
import cleanups throughout
|
3 years ago |
|
devtools.py
|
2872d4b683
f-strings, whitespace (program files) [43 files patched]
|
4 years ago |
|
ed25519.py
|
2807c628ee
ed25519.py: whitespace fixes
|
3 years ago |
|
ed25519ll_djbec.py
|
61b4f5a07a
py3port: Parity: support 'eth_chainId' RPC call
|
6 years ago |
|
exception.py
|
32c522c039
overhaul public key and address generation code
|
3 years ago |
|
filename.py
|
753bd0aba8
minor fixes, cleanups
|
3 years ago |
|
fileutil.py
|
ad569cbeb7
import cleanups throughout
|
3 years ago |
|
flags.py
|
1a896d9af9
update copyright dates
|
4 years ago |
|
globalvars.py
|
7e158a9bcf
globalvars.py: make 'tx_fee_adj' a float
|
3 years ago |
|
help.py
|
29e3a07d6a
import cleanups
|
3 years ago |
|
keccak.py
|
13ab25764f
[msys2]: test suite fixes and additions
|
6 years ago |
|
key.py
|
32c522c039
overhaul public key and address generation code
|
3 years ago |
|
keygen.py
|
69f8d7d2fe
whitespace, cleanups (minor)
|
3 years ago |
|
led.py
|
c53c9d2c25
led.py: update deprecated Event method
|
3 years ago |
|
license.py
|
1a896d9af9
update copyright dates
|
4 years ago |
|
main.py
|
1a896d9af9
update copyright dates
|
4 years ago |
|
main_addrgen.py
|
246e500891
crypto.py: import cleanups
|
3 years ago |
|
main_addrimport.py
|
4819c97f8a
util.py: move file utilities to fileutil.py
|
3 years ago |
|
main_autosign.py
|
ad569cbeb7
import cleanups throughout
|
3 years ago |
|
main_passgen.py
|
246e500891
crypto.py: import cleanups
|
3 years ago |
|
main_regtest.py
|
1a896d9af9
update copyright dates
|
4 years ago |
|
main_seedjoin.py
|
4819c97f8a
util.py: move file utilities to fileutil.py
|
3 years ago |
|
main_split.py
|
0ac28869b3
remove unneeded 'add_opts' argument in opts.init() calls
|
3 years ago |
|
main_tool.py
|
4981fefffe
opts.init(): add 'need_proto' arg for on-demand loading of .protocol
|
3 years ago |
|
main_txbump.py
|
4819c97f8a
util.py: move file utilities to fileutil.py
|
3 years ago |
|
main_txcreate.py
|
9e8f625c9b
tw.py: relocate tracking wallet classes to new modules
|
3 years ago |
|
main_txdo.py
|
9e8f625c9b
tw.py: relocate tracking wallet classes to new modules
|
3 years ago |
|
main_txsend.py
|
4819c97f8a
util.py: move file utilities to fileutil.py
|
3 years ago |
|
main_txsign.py
|
4819c97f8a
util.py: move file utilities to fileutil.py
|
3 years ago |
|
main_wallet.py
|
4981fefffe
opts.init(): add 'need_proto' arg for on-demand loading of .protocol
|
3 years ago |
|
main_xmrwallet.py
|
cf28abc46d
remove global --monero-wallet-rpc-{host,user,password} options
|
3 years ago |
|
mn_bip39.py
|
16dff263a9
move BIP39 wordlist to mn_bip39.py
|
3 years ago |
|
mn_electrum.py
|
1a896d9af9
update copyright dates
|
4 years ago |
|
mn_entry.py
|
67067aa7d5
baseconv: set constants in initializer
|
3 years ago |
|
mn_monero.py
|
cfa16418b3
limited Monero mnemonic seed phrase ('xmrseed') support
|
5 years ago |
|
mn_tirosh.py
|
1a896d9af9
update copyright dates
|
4 years ago |
|
obj.py
|
307ccfa87d
remove altcoins.eth.obj module
|
3 years ago |
|
objmethods.py
|
74ec5efd63
move Hilite,InitErrors to objmethods.py
|
3 years ago |
|
opts.py
|
4981fefffe
opts.init(): add 'need_proto' arg for on-demand loading of .protocol
|
3 years ago |
|
passwdlist.py
|
ad569cbeb7
import cleanups throughout
|
3 years ago |
|
protocol.py
|
af5770b8e9
protocol.py: improve altcoin class creation code
|
3 years ago |
|
regtest.py
|
341ee2c741
modularize the 'mmgen-tool' utility
|
3 years ago |
|
rpc.py
|
4819c97f8a
util.py: move file utilities to fileutil.py
|
3 years ago |
|
seed.py
|
481bc13e52
UserOpts: set _default_to_none to True
|
3 years ago |
|
seedsplit.py
|
ad569cbeb7
import cleanups throughout
|
3 years ago |
|
sha2.py
|
1a896d9af9
update copyright dates
|
4 years ago |
|
subseed.py
|
ad569cbeb7
import cleanups throughout
|
3 years ago |
|
term.py
|
1a896d9af9
update copyright dates
|
4 years ago |
|
tw.py
|
9e8f625c9b
tw.py: relocate tracking wallet classes to new modules
|
3 years ago |
|
twaddrs.py
|
ad569cbeb7
import cleanups throughout
|
3 years ago |
|
twbal.py
|
9e8f625c9b
tw.py: relocate tracking wallet classes to new modules
|
3 years ago |
|
twctl.py
|
ad569cbeb7
import cleanups throughout
|
3 years ago |
|
twuo.py
|
ad569cbeb7
import cleanups throughout
|
3 years ago |
|
tx.py
|
7e158a9bcf
globalvars.py: make 'tx_fee_adj' a float
|
3 years ago |
|
txfile.py
|
ad569cbeb7
import cleanups throughout
|
3 years ago |
|
txsign.py
|
4819c97f8a
util.py: move file utilities to fileutil.py
|
3 years ago |
|
util.py
|
bb96d6223f
lazy imports of hashlib, string
|
3 years ago |
|
wallet.py
|
bb96d6223f
lazy imports of hashlib, string
|
3 years ago |
|
xmrseed.py
|
ad569cbeb7
import cleanups throughout
|
3 years ago |
|
xmrwallet.py
|
4819c97f8a
util.py: move file utilities to fileutil.py
|
3 years ago |