support THORChain address generation
Example:
$ mmgen-addrgen --coin=rune 1-10
Testing:
$ test/tooltest2.py -q --coin=rune
$ test/modtest.py -v bip_hd.multicoin
This commit is contained in:
parent
427834255e
commit
ba3b40c5b6
14 changed files with 135 additions and 5 deletions
|
|
@ -299,9 +299,10 @@ init_tests() {
|
|||
e $tooltest2_py --coin=eth --token=mm1
|
||||
e $tooltest2_py --coin=eth --token=mm1 --testnet=1
|
||||
e $tooltest2_py --coin=etc
|
||||
t $tooltest2_py --coin=rune
|
||||
- $tooltest2_py --fork # run once with --fork so commands are actually executed
|
||||
"
|
||||
[ "$SKIP_ALT_DEP" ] && t_tool2_skip='a e' # skip ETH,ETC: txview requires py_ecc
|
||||
[ "$SKIP_ALT_DEP" ] && t_tool2_skip='a e t' # skip ETH,ETC: txview requires py_ecc
|
||||
|
||||
d_tool="'mmgen-tool' utility (all supported coins)"
|
||||
t_tool="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue