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

Miner namespace #377

Merged
merged 39 commits into from
Aug 4, 2021
Merged

Miner namespace #377

merged 39 commits into from
Aug 4, 2021

Conversation

hanchon
Copy link
Contributor

@hanchon hanchon commented Jul 27, 2021

Closes: #173

Description

This PR implements the miner namespaces endpoints.


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)

ethereum/rpc/namespaces/miner/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/unsupported.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/unsupported.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/eth/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/eth/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Outdated Show resolved Hide resolved
Copy link
Contributor

@fedekunze fedekunze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, can you add the changelog and update the JSON-RPC docs too 🙏

ethereum/rpc/namespaces/eth/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Show resolved Hide resolved
@hanchon
Copy link
Contributor Author

hanchon commented Aug 3, 2021

Looks good, can you add the changelog and update the JSON-RPC docs too 🙏

I'm working on it

@hanchon hanchon changed the title WIP: Miner namespace Miner namespace Aug 3, 2021
@hanchon hanchon marked this pull request as ready for review August 3, 2021 17:50
@hanchon
Copy link
Contributor Author

hanchon commented Aug 3, 2021

Looks good, can you add the changelog and update the JSON-RPC docs too 🙏

I'm working on it

Docs and changelog already updated

Copy link
Contributor

@fedekunze fedekunze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Minor comments

CHANGELOG.md Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Outdated Show resolved Hide resolved
ethereum/rpc/namespaces/miner/api.go Outdated Show resolved Hide resolved
Copy link
Contributor

@fedekunze fedekunze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, utACK

@fedekunze fedekunze enabled auto-merge (squash) August 4, 2021 09:12
@fedekunze fedekunze merged commit 396db9f into evmos:main Aug 4, 2021
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.

Implement miner_ namespace
3 participants