Closed Olshansk closed 2 months ago
This is my personal vultr server to use for this:
appgate_server
- http://104.207.159.194:85relay_miner
- http://104.207.159.194:8545Discussion happening on internal discord: https://discord.com/channels/824324475256438814/1276262653668495533
Can be tested like so:
$ gcloud container clusters get-credentials portal-prd-asia-southeast1 --region asia-southeast1 --project portal-prd-gke-all
$ kubectl port-forward service/mirror-http-mirror 8080:8080 -n middleware
$ curl -vvv --resolve eth-mainnet.rpc.grove.city:8080:127.0.0.1 -H "Host: eth-mainnet.rpc.grove.city" -H "Content-Type: application/json" -X POST -d '{"method": "eth_blockNumber", "params": [], "id": 1, "jsonrpc": "2.0"}' http://eth-mainnet.rpc.grove.city:8080/v1/b9824cd4 | jq
Next steps are going to include:
For reference is in appofapps
: https://github.com/pokt-foundation/appOfApps/commits/master/
Note that it is using @Olshansk's personal vultrserver
:
upstream mirror_backend {
server 104.207.159.194:85;
}
Closing this out w/ the instructions here: https://www.notion.so/buildwithgrove/Shannon-Shadow-Mirror-Traffic-k6-Testing-8ecb66a72adf4047b5601106ccb668d7?pvs=4
Objective
Send real traffic (from Portal on Morse) to Shannon TestNet.
Origin Document
Diagram
Used excalidraw natural language prompt w/ the following text:
Which created this mermaid diagram:
And this image:
Goals
path
to replaceappgate server
Deliverables
vultr
server using Shannon's infra with a dedicated Gateway, Supplier & Servicenginx
server on GCP between the load balancer and portal-middlewareCreator: @Olshansk Co-Owners: @Gustavobelfort