rene

Results 113 issues of rene

- **OpenEthereum version**: OpenEthereum/v3.0.1-stable-8ca8089-20200601/x86_64-alpine-linux-musl/rustc1.43.1 - **Operating system**: Linux - **Installation**: docker (pulled latest) - **Fully synchronized**: no - **Restarted**: no When connecting to an openethereum node after the devp2p HELLO...

This issue will serve as an overarching tracking issue for state interaction-related issues. - [x] https://github.com/celestiaorg/celestia-node/issues/27 - [x] https://github.com/celestiaorg/celestia-node/issues/28 - [ ] #569 - [ ] #570 - [x] #571...

area:state

Overrides #1009

kind:dependencies

This PR is intended to provide a framework to refactor the rest of our "service" construction according to this pattern. It does the following: * moves state-related constructor components into...

area:node
area:state
kind:improvement

Instead of returning some base64 encoded string, we should return `/namespaced_data` and `/namespaced_shares` as flattened, hex-encoded bytes. ## GET `/namespaced_shares/{nID}/height/{height}` ### Request ``` curl -X GET :26658/namespaced_shares/ca0724d103a7c5bb/height/173350 ``` ### Response...

kind:improvement
area:api

- [ ] 1. Split components into component-specific subpackages as [`fx.Modules`](https://github.com/uber-go/fx/blob/master/module.go#L43) (e.g. header components go into node/header) - [ ] 2. Split opts and configs into related subpackages - [...

area:config
area:node

From @tzdybal: > I found one issue - default config is not used. and you need to explicitly set --rcp.port to be able to use RPC endpoints. After debugging, found...

bug
area:config
area:rpc

### Version ``` Semantic version: v0.3.0-rc2-67-g6bb877fa Commit: 6bb877fa26a43121a8697c6e7ad85ed36fb8afa5 Build Date: Mon Aug 8 15:33:50 CEST 2022 System version: arm64/darwin Golang version: go1.18 ``` ### Stack trace ``` 2022-08-08T16:00:08.058+0200 ERROR header/sync...

bug
area:header

This PR extracts `Head()` method into a separate interface and makes `Syncer` implement it. Prerequisite for #933 to restrict the State service's access to headers to the only methods it...

area:header
kind:improvement

Since balance retrieval will now rely on the node's chain rather than just proxying the request through to the core node, `/balance` requests will only return successfully if the node...

area:state
kind:improvement