laconicd/ethereum/rpc
crypto-facs d1212725f8
feat: configurable JSON-RPC APIs (#349)
* fix confusing name

* feat: Enable configurable grpc apis

* docs: Update docs and changelog

* Organized flags order

* fix linter

* fix linter

* fix maligned struct

* fix typo in docs

* fix unnecesary duplicate

* Update cmd/ethermintd/config/config.go

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

* Update cmd/ethermintd/config/config.go

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

* Update cmd/ethermintd/config/config.go

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

* Update docs/basics/json_rpc.md

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

* fix eth to be manage as default

* Update init.sh

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

* Update tests/solidity/init-test-node.sh

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

* add default case

* add default enable api namespaces

* update changelog

* fix namespaces array  handler

* remove duplicated changelog

* fix typo

* remove duplicates namespaces and fix eth namespace issue

* fix variable name

* break line in docs

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
2021-07-26 11:15:55 +00:00
..
backend rpc: return ABCI state's latest block number (#331) 2021-07-22 11:06:44 -04:00
namespaces rpc: implement internal debug_ API namespace functions (#313) 2021-07-20 12:50:17 +00:00
pubsub fix and comment outdated tests (#155) 2021-06-21 10:17:31 -04:00
types rpc: fix Bloom filter response (#321) 2021-07-20 15:16:02 +00:00
apis.go feat: configurable JSON-RPC APIs (#349) 2021-07-26 11:15:55 +00:00
doc.go more fixes 2021-04-18 18:39:15 +02:00
websockets.go rpc: fix inconsistent logging levels (#265) 2021-07-12 18:39:35 +00:00