laconicd/rpc
yihuang b1cd16e5bf
feat!: Apply feemarket to native cosmos tx (#1194)
* Problem: feemarket's query cli has redundant height parameter

Soluton:
- remove the positional height parameter, since there's a flag already.

Update CHANGELOG.md

* Apply feemarket to native cosmos tx

- add tx extension option for user to input tip price
- apply feemarket's base fee to native tx

comments and cleanup

fallback to default sdk logic when london hardfork not enabled

integration test

cleanup feemarket query cli commands

Update CHANGELOG.md

update unit tests

disable feemarket in simulation tests for now

fix lint

Update app/simulation_test.go

fix python lint

fix lint

Update x/evm/types/extension_option.go

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>

address review suggestions

* fix unit tests

* fix integration test

* improve unit test coverage

* fix go lint

* refactor

* fix integration test

* fix simulation tests

* fix go linter

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2022-08-10 18:33:38 -04:00
..
backend feat!: Apply feemarket to native cosmos tx (#1194) 2022-08-10 18:33:38 -04:00
ethereum/pubsub rpc: refactor rpc packages and backend to support cosmos namespace (#1070) 2022-05-02 06:26:24 +00:00
namespaces/ethereum chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
types imp(tests): prune node integration tests (#1212) 2022-08-08 10:17:10 +02:00
apis.go chore(rpc): restructure JSON-RPC APIs (#1218) 2022-08-09 07:52:28 +02:00
doc.go rpc: restructure JSON-RPC directory and rename server config (#612) 2021-10-01 14:49:22 +00:00
websockets.go Add support for MaxOpenConnections (#1229) 2022-08-10 08:26:51 -04:00