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

This commit is contained in:
Hieu Vu 2024-10-24 16:18:37 +07:00 committed by GitHub
parent 6e6255df1f
commit ea219a201c
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