meowsbits

Results 72 issues of meowsbits
trafficstars

Migrated from: https://github.com/etclabscore/multi-geth-fork/issues/66 Original author: @meowsbits --- https://github.com/etclabscore/multi-geth/blob/feat/x-chainspec-types-and-tests/consensus/ethash/consensus.go#L547-L571 Logic should be in params/. The logic(s) are implementations of IP-defined parameters. And will keep keep all related logic centralized together. rel...

F6-refactor 📚
M2-config 📂
M4-core ⛓

`admin.nodeInfo.protocols.snap` differs from the node information returned via `admin_peers`. Snippet call/response from JS console: ``` snap: {} ``` à la: ``` > admin { datadir: "/home/ia/SAMSUNG_T5/e/clients/core-geth/classic", nodeInfo: { enode: "enode://c195c4b7b90468d660f832ab5fbd3c11abf8dc8864b79d6c198008753d2174d8e462551e89e89a0eb41b13efb4872f698963640a3e02f36835225ce435bc56e1@35.132.144.253:30361",...

Migrated from: https://github.com/etclabscore/multi-geth-fork/issues/153 Original author: @soc1c --- renaming and releasing allows us for a breaking change we should consider: * default chain should be classic (i.e., running without any flags)...

M2-config 📂

#### System information OS & Version: Linux Commit hash : a7e6418fa4b13e7b0b98ef15d4149f41fd1739fe #### Expected behaviour I expect the documentation, go-ethereum, and core-geth to align in their description and implementation of `eth_getBlockByNumber("pending",...

F2-bug 🐞
M6-API:RPC 📣
M3-docs 📑

This was a strange and unreproducable error I encountered. #### System information ``` ./build/bin/geth version CoreGeth Version: 1.11.23-unstable Git Commit: 91a2abdd144c8fb89ddd3ee9a401ea7158b850d2 Git Commit Date: 20210323 Architecture: amd64 Go Version: go1.16.2...

F4-tests 💻
F2-bug 🐞
Z6-unreproducible 🤷
Z0-unconfirmed 🤔

Note sure if this is a one-off aberration on the Travis CI or what. Passes for me locally and I'm not immediately aware of any recent changes to this context....

M1-ci 🙉

I have a hypothesis that core-geth's EVM implementation isn't optimized relative to it's peers turbo-geth and go-ethereum. Reasons for this include: - core-geth removes the `EVM.chainRules` field in favor of...

F7-optimisation 💊
M4-evm :abacus:
P5-sometimesoon 🌲
Q7-involved 💪

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 💪