status-go/transactions
Lungu Cristian 7e4322b45a
Allow gas estimation for DynamicFeeTx in transactor (#5521)
* fix_: allow gas estimation for DynamicFeeTx

* test_: added tests for BuildAndValidateTransaction

* fix_: using IsDynamicTx for gasPrice suggestion

* fix_: hash transaction check

Co-authored-by: Stefan Dunca <47554641+stefandunca@users.noreply.github.com>

---------

Co-authored-by: Stefan Dunca <47554641+stefandunca@users.noreply.github.com>
2024-07-17 11:11:34 +03:00
..
fake
mock_transactor fix_: Add pending tx for collectibles 2024-07-15 13:00:21 +01:00
addrlock.go
conditionalrepeater.go
conditionalrepeater_test.go
pendingtxtracker.go feat_: Move community tokens transaction listening to status-go 2024-05-16 16:18:15 +02:00
pendingtxtracker_test.go test(wallet)_: add unit tests for balance fetcher 2024-07-04 09:29:49 +02:00
rpc_wrapper.go test(wallet)_: add unit tests for balance fetcher 2024-07-04 09:29:49 +02:00
testhelpers.go test(wallet)_: add unit tests for balance fetcher 2024-07-04 09:29:49 +02:00
transactor.go Allow gas estimation for DynamicFeeTx in transactor (#5521) 2024-07-17 11:11:34 +03:00
transactor_test.go Allow gas estimation for DynamicFeeTx in transactor (#5521) 2024-07-17 11:11:34 +03:00
types.go fix: calculating next nonce for optimism chain improved to align with calculation on mainnet and arbitrum 2024-03-13 15:21:33 +01:00
types_test.go