pokt-network / pocket

Official implementation of the Pocket Network Protocol v1
https://pokt.network
MIT License
63 stars 33 forks source link

[Tooling] `make localnet_shell` doesn't work out of the box #814

Closed Olshansk closed 1 year ago

Olshansk commented 1 year ago

Objective

Make make localnet_shell work out of the box

Origin Document

User Experience

The user should be able to use p1 Query Height out of the box without specifying the remoteCLIURL

Screenshot 2023-06-08 at 2 26 09 PM

Code

In the Tilftfile, we have copy the local binary

Screenshot 2023-06-08 at 2 23 02 PM

Even though we try to set RPC_HOST in the configs:

Screenshot 2023-06-08 at 2 23 19 PM

Which is used for configuring the RPC endpoint:

Screenshot 2023-06-08 at 2 25 23 PM

Goals

Deliverable

Testing Methodology


Creator: @Olshansk