Commit graph

1,468 commits

Author SHA1 Message Date
9e62934151
test suite: support ethkey as alternative to eth-keys 2025-09-15 09:28:41 +00:00
4e44e3a929
daemontest.py exec: improve availability test 2025-09-11 17:37:09 +00:00
258f1b0236
various testing fixes 2025-09-11 17:37:04 +00:00
0952cc80a3
various testing fixes 2025-09-09 11:27:05 +00:00
0e26bbf005
test-release.sh: add SOC config variable 2025-09-09 11:27:05 +00:00
0e2340e2bc
new test_suite_pexpect_timeout cfg var 2025-09-09 11:27:05 +00:00
ab7a97842c
new daemon_state_timeout, test_suite_devnet_block_period cfg vars 2025-09-09 11:27:05 +00:00
e6851fbbdf
support Geth v1.16.3 2025-09-09 11:27:05 +00:00
e41249aa04
LEDControl.binfo: add color attribute 2025-09-09 11:27:04 +00:00
c2df555f36
tooltest2.py: add privhex2pair test 2025-09-09 11:27:04 +00:00
8c3b28a332
test-release.sh: fixes, BTC-only fixes 2025-09-09 11:27:04 +00:00
b1382b3a16
test-release.sh: add geth, reth tests 2025-09-09 11:27:04 +00:00
bf783fc074
test.include.unit_test: improve altcoin test skipping code 2025-09-09 11:27:04 +00:00
f509b26ac8
support Reth v1.5.1 2025-07-19 10:21:11 +00:00
78db0a8156
CmdTestRunner: add warn() method 2025-07-19 10:21:11 +00:00
828cf4c1ab
minor cleanups 2025-07-19 10:21:11 +00:00
8fde11eb46
modtest ecc: use ecdsa package for reference sig check 2025-07-19 10:21:06 +00:00
60ca7a2918
eth: sign transactions with libsecp256k1 2025-06-29 14:53:50 +00:00
7a20e5edc7
rune: sign transactions with libsecp256k1 2025-06-29 14:04:46 +00:00
c62d3f1a38
proto.eth.misc -> proto.eth.util 2025-06-29 14:04:46 +00:00
730a112f69
extmod/secp256k1mod.c: add sign, verify, pubkey recover funcs 2025-06-29 14:04:46 +00:00
b12fd879bf
mmgen-autosign: support signing of TXs with non-MMGen inputs 2025-06-21 11:14:09 +00:00
5409ef4c2d
fixes and cleanups throughout 2025-06-21 11:14:08 +00:00
46f3f4884d
minor fixes and cleanups 2025-06-21 11:14:04 +00:00
e37b73cd2f
test-release.sh run_test(): workaround for bash here-document bug 2025-06-18 12:55:52 +00:00
a8fe14756d
TestProxy: start and stop proxy only when required 2025-06-18 12:55:52 +00:00
c04512a42f
minor fixes and cleanups 2025-06-18 12:55:47 +00:00
9638a96ec6
test suite: minor fixes 2025-06-16 14:35:30 +00:00
218e6683e0
cmdtest.py rune, runeswap: add txhex checksum tests 2025-06-16 14:35:30 +00:00
26ff0081cc
CmdTestBase: new is_helper attribute 2025-06-16 14:35:30 +00:00
e0d5463ea7
test suite: EtherscanServer: return correct TxID 2025-06-16 14:35:30 +00:00
bc4d3791ac
new test.cmdtest_d.include.proxy module 2025-06-16 14:35:25 +00:00
ec84abc907
RUNE swap support
Testing/demo:

    $ test/cmdtest.py --demo runeswap
2025-06-15 09:17:02 +00:00
b361bab73a
minor fixes and cleanups 2025-06-15 09:17:02 +00:00
a86b60a8e5
test.cmdtest_d.httpd.thornode.rpc: cleanups 2025-06-15 09:17:02 +00:00
a7f0629eba
proto.rune.params: new rpc_swap_params attribute 2025-06-15 09:17:02 +00:00
8c1972b6f0
cmdtest rune: whitespace, method rename 2025-06-15 09:17:02 +00:00
771463f286
cmdtest swap: new cross_coin, cross_group attributes 2025-06-15 09:17:02 +00:00
c83c37d8dd
SwapAsset: remove asset property 2025-06-15 09:17:02 +00:00
7c18833435
CoinProtocol.Base: new is_vm attribute 2025-06-15 09:17:02 +00:00
5c83192bfd
minor cleanups 2025-06-13 10:23:50 +00:00
ef76cf6460
RUNE user-level transaction support
Transaction sends and balance queries are done via the remote Thornode server
at ninerealms.com, so it’s recommended to proxy them via Tor, as shown below.

Sample create-send-sign workflow (assumes `autosign` set in cfg file):

    $ mmgen-txcreate --proxy=localhost:9050 -q --coin=rune 12ABCDEF:X:2,1.234

    remove device - insert - wait for signing - remove - insert

    $ mmgen-txsend --proxy=localhost:9050 -q

Check/refresh tracking wallet after sending:

    $ mmgen-tool --proxy=localhost:9050 --coin=rune twview interactive=1

Testing/demo:

    $ pip install pure-protobuf

    $ test/cmdtest.py --coin=rune --demo rune
2025-06-12 12:48:51 +00:00
9be29a0521
minor fixes and cleanups 2025-06-12 12:48:50 +00:00
55e59cee12
RUNE low-level transaction support
Testing:

    $ test/modtest.py rune
2025-06-10 17:47:03 +00:00
9e280bed37
THORChainMemo.parse(): return SwapAsset instance in tuple 2025-06-10 17:47:03 +00:00
7cfa87ba6a
class HTTPClient: proto -> network_proto 2025-06-10 17:47:03 +00:00
2bf4f540f7
new test.cmdtest_d.httpd.thornode package 2025-06-10 17:47:03 +00:00
2993fdba9e
RUNE tracking wallet support
Testing/demo:

    $ test/cmdtest.py --demo --coin=rune rune
2025-05-28 11:40:40 +00:00
a93173f43c
test suite: clean up swap_server_stop() 2025-05-28 11:40:40 +00:00
800b3cef36
test suite: ThornodeServer -> ThornodeSwapServer 2025-05-28 11:40:40 +00:00