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

fix rpc documentation #355

Merged
merged 1 commit into from
Jul 26, 2021
Merged

Conversation

thomas-nguy
Copy link
Contributor

@thomas-nguy thomas-nguy commented Jul 26, 2021

Closes: #77

Description

Fix documentation (lets close #77)


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)

@thomas-nguy thomas-nguy force-pushed the thomas/77-fix-rpc-doc branch from 8996ee0 to 5a53995 Compare July 26, 2021 06:53
@fedekunze fedekunze merged commit 326dc72 into evmos:main Jul 26, 2021
yihuang referenced this pull request in yihuang/ethermint Sep 22, 2023
WIP: #355

Solution:
- to decouple sender address verification from execution, we must first enforce user setting the From field in the msg
yihuang referenced this pull request in yihuang/ethermint Sep 25, 2023
…358)

* Problem: sender address verification is not decoupled from execution

WIP: #355

Solution:
- to decouple sender address verification from execution, we must first enforce user setting the From field in the msg

* changelog

* fix GetSenderLegacy

* cleanup

* fix unit tests

* reduce overhead of debug log

* lazy init the btree in cache store

because many stores are never touched

* fix mutation
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.

eth_getStorageAt fails with "parse error"
2 participants