Commit graph

26 commits

Author SHA1 Message Date
f840069ecb
update copyright dates 2026-02-11 13:02:12 +00:00
967d17c06e
cmdtest.py ethdev, rune: add user component to tw path 2025-11-15 09:50:21 +00:00
c409b1b9a6
reth: minor testing fix; use clang from more recent nixpkgs in Nix build 2025-10-06 09:40:52 +00:00
f44ca874ec
cmdtest_d.httpd: initialize with cfg 2025-10-03 10:34:04 +00:00
dc3df437ab
cmdtest.py: make test methods async where applicable 2025-10-01 15:30:56 +00:00
ab7a97842c
new daemon_state_timeout, test_suite_devnet_block_period cfg vars 2025-09-09 11:27:05 +00:00
f509b26ac8
support Reth v1.5.1 2025-07-19 10:21:11 +00:00
9638a96ec6
test suite: minor fixes 2025-06-16 14:35:30 +00:00
26ff0081cc
CmdTestBase: new is_helper attribute 2025-06-16 14:35:30 +00:00
771463f286
cmdtest swap: new cross_coin, cross_group attributes 2025-06-15 09:17:02 +00:00
2bf4f540f7
new test.cmdtest_d.httpd.thornode package 2025-06-10 17:47:03 +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
bcb6170195
mmgen-txbump: support --gas option
Testing:

    $ test/cmdtest.py --coin=eth ethbump
2025-05-08 15:22:07 +00:00
a11eb44d85
cmdtest.py ethbump, swap: minor cleanups 2025-05-08 15:22:07 +00:00
2f7a15e9b0
tw, swap: minor fixes and cleanups 2025-05-07 18:24:02 +00:00
835914ca3e
minor fixes and cleanups 2025-04-26 10:38:55 +00:00
69a39fad5e
txsend: add --wait and --txhex-idx options; related cleanups 2025-04-26 10:38:55 +00:00
2f6ef808fb
test suite: minor fixes and cleanups 2025-04-26 10:38:55 +00:00
48660c3189
tx.online.OnlineSigned: new send() method
- common exit point for all scripts that broadcast transactions to the network

- supports transaction files with multiple txhex, required for upcoming ERC20
  THORChain swap support
2025-04-21 14:01:16 +00:00
026f4a4c1d
cmdtest.py: minor fixes and cleanups 2025-04-21 14:01:16 +00:00
961eb0bd4f
cmdtest eth*: method renames, MRO fixes, cleanups 2025-04-09 09:16:01 +00:00
e9e4b8f3cb
cmdtest ethdev: whitespace, method renames 2025-04-09 09:16:01 +00:00
e025f2704f
Ethereum swap transaction bumping
As with ordinary transactions, both fee bumping and sending funds to a new
destination are supported

For more information, see:

    $ mmgen-txbump --coin=eth --help

Testing:

    $ test/cmdtest.py --coin=eth -X bal4 ethbump
2025-03-30 10:20:22 +00:00
b485d7a99a
cmdtest ethdev, swap, ethswap, ethbump: changes and fixes 2025-03-30 10:20:21 +00:00
b7446566a2
cmdtest.py: new ethbump test
Testing:

    # with Go-Ethereum:
    $ test/cmdtest.py --coin=eth ethbump

    # or with Rust Ethereum:
    $ test/cmdtest.py --coin=eth --daemon-id=reth ethbump
2025-03-29 09:30:16 +00:00