-
# Problem
The [RPC specification](https://github.com/ethereum/wiki/wiki/JSON-RPC) implements a subset of the [JSON-RPC](http://www.jsonrpc.org/specification) specification. It defines the available R…
-
### What is wrong?
When disconnecting from a peer, some kinds of disconnects suggest that we should not try to reconnect to it later (is peer myself? is it replying with protocol-breaking headers? …
-
### What is wrong?
There is a spec of some form which the data generated by *tracing* a transaction execution generates. Py-EVM needs to conform to that.
### How can it be fixed
Talk with @c…
-
## Introduction
Nimbus needs to be able to execute the entire Ethereum history and arrive at the same result as any other Ethereum client. The process of downloading blocks and validating them thro…
-
文章列表,感兴趣的@我,qq群里也可以。然后我们再给你选题、翻译。
(本issue 仅供选题和申领使用)
-
Hi all,
As more of our sharding client code is being created in our fork, it is critical to understand the design considerations of the current Ethereum nodes baked into go-ethereum. In particular,…
-
- [ ] I've asked for help in the [Truffle Gitter](http://gitter.im/Consensys/truffle) before filing this issue.
---------------------------
## Issue
I'm running tests against 3rd-parties smar…
-
A super dumbed down way of thinking about beacon nodes vs validator clients is geth and geth attach.
In that regard, a beacon node (which will bear the bulk of work in the beacon chain) will be pa…
-
Using this issue to open up discussion on how we plan to manage private key from beacon chain node's point of view. Let's explore how to harden the access to the private key for future releases as sec…
-
### What is wrong?
Today, trinity supports two different node types:
- Ethereum 1.0 full node
- Ethereum 1.0 light node
In the future I believe that we want to support at least two more node…