test: migrate e2e/tx tests to systemtest (backport #22152) (#22354)

Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
This commit is contained in:
mergify[bot] 2024-10-27 23:59:09 +01:00 committed by GitHub
parent 33d8838df7
commit d398b23061
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 1118 additions and 1146 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
{"type":"cosmos-sdk/StdTx","value":{"msg":[{"type":"cosmos-sdk/MsgSend","value":{"from_address":"cosmos1hzw8v2kk4csg8xr3fhy8ykyymykknm2tdgvf7k","to_address":"cosmos1hzw8v2kk4csg8xr3fhy8ykyymykknm2tdgvf7k","amount":[{"denom":"stake","amount":"10"}]}}],"fee":{"amount":[{"denom":"stake","amount":"10"}],"gas":"200000"},"signatures":[],"memo":"foobar","timeout_height":"0"}}

View File

@ -0,0 +1,32 @@
{
"type": "cosmos-sdk/StdTx",
"value": {
"msg": [
{
"type": "cosmos-sdk/MsgSend",
"value": {
"from_address": "cosmos1hzw8v2kk4csg8xr3fhy8ykyymykknm2tdgvf7k",
"to_address": "cosmos1hzw8v2kk4csg8xr3fhy8ykyymykknm2tdgvf7k",
"amount": [
{
"denom": "stake",
"amount": "10"
}
]
}
}
],
"fee": {
"amount": [
{
"denom": "stake",
"amount": "10"
}
],
"gas": "200000"
},
"signatures": [],
"memo": "foobar",
"timeout_height": "0"
}
}

1086
tests/systemtests/tx_test.go Normal file

File diff suppressed because it is too large Load Diff