test: migrate e2e/tx tests to systemtest (#22152)
This commit is contained in:
parent
6e6255df1f
commit
ea219a201c
File diff suppressed because it is too large
Load Diff
1
tests/e2e/tx/testdata/tx_amino1.json
vendored
1
tests/e2e/tx/testdata/tx_amino1.json
vendored
@ -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"}}
|
||||
32
tests/systemtests/testdata/tx_amino1.json
vendored
Normal file
32
tests/systemtests/testdata/tx_amino1.json
vendored
Normal 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
1086
tests/systemtests/tx_test.go
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user