core-geth icon indicating copy to clipboard operation
core-geth copied to clipboard

A highly configurable Go implementation of the Ethereum protocol.

Results 102 core-geth issues
Sort by recently updated
recently updated
newest added

Migrated from: https://github.com/etclabscore/multi-geth-fork/issues/41 Original author: @zcstarr --- Although the standard log system installed uses log15 key/value log lines, notably lacking is: a reliable API for log lines ... and documentation...

F8-enhancement 🎊
P9-somedaymaybe 🌞
Q7-involved 💪

This issue proposes adding support to the `rpc` package for library-level middleware, akin to - https://github.com/gin-gonic/gin#using-middleware - https://github.com/gorilla/mux#middleware This would enable library-use level implementations of header customization, authentication and authorization...

F8-enhancement 🎊
M6-API:RPC 📣
Q7-involved 💪

Problem: sidechain blocks are persisted (at least for some window), but are not readily accessible. There are research and analysis cases that are interested in exploring this information. Proposed solution:...

M4-core ⛓
M6-API:RPC 📣
Q7-involved 💪

The `cmd/faucet/main.go` program currently uses the standard lib `flag` package, while other programs -- notably `cmd/geth` -- use `gopkg.in/urfave/cli.v1`. The faucet program could be improved by using the `urfave` package....

P7-nicetohave 🐕
M6-API:CLI 💲

#### System information ``` > ./build/bin/geth version CoreGeth Version: 1.11.22-unstable Git Commit: f63ac8285f3d543a19c0625c3151857292b93383 Git Commit Date: 20210119 Architecture: amd64 Protocol Versions: [65 64 63] Go Version: go1.15.5 Operating System: linux...

F3-annoyance 💩
F7-footprint 🐾
M6-API:CLI 💲

https://github.com/ethereum/go-ethereum/pull/21859 added a command to do a vulnerability check which will be merged with core-geth at the upcoming #272. This issue suggests that we must implement a way for adding...

We'll want to merge it. Would be nice to have an automatic notification and ticket for it.

M1-ci 🙉

While testing on #230 to see if I can reproduce #245. I got another issue. #### System information ``` CoreGeth Version: 1.11.20-unstable Architecture: amd64 Protocol Versions: [65 64 63] Go...

F2-bug 🐞
P5-sometimesoon 🌲

Rel #280 and this Issue is being opened based on https://github.com/etclabscore/core-geth/issues/280#issuecomment-757957101 #### System information ``` CoreGeth Version: 1.11.21-unstable Architecture: amd64 Protocol Versions: [65 64 63] Go Version: go1.15.5 Operating System:...

F8-enhancement 🎊
M6-API:RPC 📣

While testing `--snapshot` on #230, geth was printing too many logs where snapshot was looping on aborting and resuming state. #### System information ``` CoreGeth Version: 1.11.18-unstable Architecture: amd64 Protocol...

P9-somedaymaybe 🌞