Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Feat: Configurable RPC Apis #344

Closed
wants to merge 4 commits into from

Conversation

crypto-facs
Copy link
Contributor

Closes: #174

Description

Given that we now support some debug endpoints. It is necessary to allow nodes to enable the desired api namespaces to avoid undesired stress on the nodes from expensive requests.

This PR just enables to specify which namespaces to have open from the namespaces that we support. Left eth namespace open by default.


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

yihuang referenced this pull request in yihuang/ethermint Sep 12, 2023
* Problem: converted native logs don't have contract address

Solution:
- do the conversion at execution site.

* Update x/evm/statedb/interfaces.go

Signed-off-by: yihuang <[email protected]>

---------

Signed-off-by: yihuang <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configurable RPC and WS APIs
1 participant