question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Query against full nodes

See original GitHub issue

Description:

The new strategy pre launch is to solve performance problems by avoiding the client side LCD. This means we will query data against a full node directly. Our seed nodes i.e. gaia-seed1.interblock.io already serve a LCD interface at port 1317.

Scope:

  • skip peer detection
  • always connect to one of the seed nodes (full node)
    • nodes should be specified in the config
  • pass connected node to the view thread
  • view thread querys (GET) directly against the seed (full node)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
fabowebcommented, Sep 26, 2018

Greg hosts a full node for us: gaiad: http://fabo.interblock.io:26657 (and 26656) LCD: http://fabo.interblock.io:1317

0reactions
jbiblacommented, Sep 26, 2018

fabo.interblock oh what a wonderful day! 🌞

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is there a way to query the blockchain locally if I am running a ...
I'm running a full node on my PC and wondering if there is a way to query the blockchain locally via NodeJS instead...
Read more >
Query full and archive Ethereum nodes with JavaScript
Learn to query full or archive Ethereum Virtual Machine (EVM) nodes using JavaScript. Query state functions or custom smart contracts.
Read more >
The different kinds of bitcoin full nodes | by John Light - Medium
With this data, the archival node operator can make queries against the blockchain to find information pertaining to particular transactions or addresses.
Read more >
QUERY NODE - IBM
Use this command to view information about one or more registered nodes.
Read more >
A Blockchain Network node. A full node stores all the data in ...
To cater to query users with limited resources, especially mobile users, a more appealing alternative is to delegate the storage and query services...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found