0g-chain/tests/util
Robert Pirtle 5cfa33f638
test(e2e): lower cost to run on live networks (#1646)
* add cost summary to e2e test suite runs

* lower cost of test

* refactor initial funding to use new BankSend()

* reduce gas used for initial funding

* return all sdk funds on shutdown

* enable refunds when running against live network

* save more cosmos coins! require less total overall

* track erc20s on Chain

* refactor erc20 funding with new TransferErc20()

* return all registered erc20 balance

* lower erc20 e2e test values

* withdraw earn position & convert back to erc20

* lower gas fees in e2e tests

* fix env variable typo

* add readme note about how to run on live network

* log total spend required for e2e tests
2023-06-29 22:30:02 -07:00
..
addresses_test.go Add EVM signer to e2e test SigningAccounts (#1482) 2023-03-01 17:05:53 -08:00
addresses.go Add EVM signer to e2e test SigningAccounts (#1482) 2023-03-01 17:05:53 -08:00
erc20.go test(e2e): test more complex cosmos assert conversion (#1616) 2023-06-06 09:40:17 -07:00
evmsigner.go support initialization of evm state in e2e tests (#1524) 2023-04-03 09:58:45 -07:00
grpc.go support chian upgrades in e2e tests (#1513) 2023-03-28 15:32:36 -07:00
sdksigner.go feat: e2e test eip712 signing & erc20 interactions (#1535) 2023-04-06 10:51:13 -07:00
strings.go test(e2e): lower cost to run on live networks (#1646) 2023-06-29 22:30:02 -07:00