Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ws subscription block height is not returned #173

Open
rayn316 opened this issue Sep 30, 2024 · 2 comments
Open

ws subscription block height is not returned #173

rayn316 opened this issue Sep 30, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@rayn316
Copy link

rayn316 commented Sep 30, 2024

System information

Artelad version: v0.4.9-rc9
Aspect-libs version: e.g. @artela/[email protected]
Web3 version: e.g. @artela/[email protected]
OS & Version: Linux
Commit hash : (if develop)

Expected behaviour

Actual behaviour

json-rpc(ws)
After subscribing to the block height, the node is syncing normally, the request json height changes normally, but the ws subscription does not return new block information

{
    "id": 1,
    "method": "eth_subscribe",
    "params": [
        "newHeads"
    ]
}

Steps to reproduce the behaviour

Backtrace

[backtrace]

When submitting logs: please submit them as text and not screenshots.
image

@rayn316 rayn316 added the bug Something isn't working label Sep 30, 2024
@0xDevVoyager 0xDevVoyager self-assigned this Sep 30, 2024
@0xDevVoyager
Copy link
Collaborator

The server wss://test-node.artela.network/ws is responding correctly. Previously, there were some issues with Nginx on the server.

@rayn316
Copy link
Author

rayn316 commented Oct 10, 2024

After testing, the subscription interface still cannot return the new block content
This situation also exists in other cosmos chains.

{
    "id": 1,
    "jsonrpc": "2.0",
    "method": "eth_subscribe",
    "params": [
        "newHeads"
    ]
}

eth ws
image
image

artela ws
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants