Commit Graph

15 Commits (5e36e3e2ae28098bd5443c8c04dbdc608522d1f5)

Author SHA1 Message Date
Nabarun Gogoi 69b071ee7a
Add example GQL queries made in Ponder indexers (#593)
Publish / Build and publish (push) Successful in 1m50s Details
Deploy Test / Run deploy test suite (push) Successful in 5m18s Details
Smoke Test / Run basic test suite (push) Successful in 8m19s Details
* Add example GQL queries made in Ponder indexers

* Use fixturenet chainId in GQL query
2023-10-19 14:55:07 +05:30
Nabarun Gogoi 4a90cedeb2
Run multiple Ponder indexers in payment stack (#588)
* Separate ponder indexer and ponder watcher and add second ponder indexer

* Handle review changes

* Update config to point ponder watcher to indexer 2 to indexer 1

* Update Ponder demo

* Use deployed ERC20 contract in second Ponder indexer

* Add order by timestamp in Ponder watcher app entities query

* Upgrade go-nitro version to v0.1.2-ts-port-0.1.9

* Decrease Ponder start block to process contract transfer event at deployment

---------

Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
2023-10-19 12:26:10 +05:30
Zach 2402220273
updates to payments demo (#566)
Publish / Build and publish (push) Successful in 1m46s Details
Deploy Test / Run deploy test suite (push) Successful in 4m49s Details
Smoke Test / Run basic test suite (push) Successful in 7m55s Details
2023-10-18 12:23:57 -04:00
prathamesh0 dd4dd519dd
Add a container for ERC20 contract txs in the payments stack (#591)
Publish / Build and publish (push) Successful in 2m7s Details
Deploy Test / Run deploy test suite (push) Successful in 4m54s Details
Smoke Test / Run basic test suite (push) Successful in 8m17s Details
* Add a container for ERC20 contract txs in the payments stack

* Use erc20-watcher-ts repo in erc20 stack
2023-10-18 17:40:55 +05:30
prathamesh0 3262ebe4ac
Setup ipld-eth-server communicating with a remote Nitro node (#587)
* Use durable store for in-process Nitro node

* Update setup for external go-nitro node

* Add a separate service for ipld-eth-server with remote Nitro node

* Update repo branches / versions

* Wait for external Nitro node endpoint and update instructions

* Update repo branches
2023-10-18 13:51:55 +05:30
Nabarun Gogoi 7ce40331d8
Remove reverse payment proxy from payments stack (#584)
Publish / Build and publish (push) Successful in 2m14s Details
Deploy Test / Run deploy test suite (push) Successful in 5m14s Details
Smoke Test / Run basic test suite (push) Successful in 9m21s Details
* Remove reverse payment proxy service from payment stack

* Remove run-reverse-payment-proxy.sh

* Remove reverse payment proxy port from readme

---------

Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
2023-10-16 18:15:15 +05:30
prathamesh0 4030c0a0d2
Add a separate pod for ipld-eth-server with payments (#583)
Smoke Test / Run basic test suite (push) Successful in 8m50s Details
Publish / Build and publish (push) Successful in 1m58s Details
Deploy Test / Run deploy test suite (push) Successful in 4m51s Details
* Add a separate pod for ipld-eth-server with payments

* Wait for nitro contracts to become available
2023-10-14 09:47:55 +05:30
prathamesh0 246d3d8732
Run go-nitro node in process in ipld-eth-server (#575)
Fixturenet-Eth-Test / Run an Ethereum fixturenet test (push) Successful in 56m58s Details
Publish / Build and publish (push) Successful in 2m0s Details
Deploy Test / Run deploy test suite (push) Successful in 4m57s Details
Smoke Test / Run basic test suite (push) Successful in 8m15s Details
* Setup ipld-eth-server to run in-process Nitro node

* Update watcher version in fixturenet-payments stack

* Update upstream nitro multiaddr in watcher setup

* Change RPC query endpoint to ipld-eth-server

* Update Ponder config to pay ipld-eth-server Nitro node

* Separate nitro-rpc-client service and update demo.md

* Remove unnecessary volumes

* Update ipld-eth-server branch

* Fix clean up steps

---------

Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
2023-10-13 15:27:17 +05:30
Nabarun Gogoi 0bec51e96a
Pay for queries from watcher to indexer mode Ponder apps in payments stack (#573)
Publish / Build and publish (push) Successful in 1m56s Details
Deploy Test / Run deploy test suite (push) Successful in 5m52s Details
Smoke Test / Run basic test suite (push) Successful in 8m16s Details
* Use ponder in watcher mode and indexer mode separately in payments stack

* Refactor config file and configure env variables for watcher mode

* Update demo.md for payments stack

* Handle review changes

* Setup config to pay for watcher to indexer GQL queries

* Fix config in stack for making payments in watcher ponder app

* Update demo for payment from watcher to indexer mode Ponder apps

* Use laconic-esm brannch for ponder

---------

Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
2023-10-12 14:16:44 +05:30
prathamesh0 9e56f6357d
Update demo instructions in fixturenet-payments stack (#560)
Publish / Build and publish (push) Successful in 1m57s Details
Deploy Test / Run deploy test suite (push) Failing after 10m58s Details
Smoke Test / Run basic test suite (push) Failing after 22m24s Details
* Update demo instructions

* Add expected payment proxy output logs

* Wait for chain endpoint to be up before starting go-nitro node
2023-10-06 14:36:10 +05:30
prathamesh0 8770b1df86
Upgrade mobymask-ui version in fixturenet-payments stack (#559)
Deploy Test / Run deploy test suite (push) Successful in 5m20s Details
Smoke Test / Run basic test suite (push) Successful in 8m11s Details
Publish / Build and publish (push) Successful in 1m46s Details
2023-10-05 17:58:34 +05:30
Nabarun Gogoi 889df76f4f
Use release tag for go-nitro container in payments stack (#558) 2023-10-05 16:43:48 +05:30
Nabarun Gogoi 5d19c56b0c
Upgrade Nitro version in stack and add `nitro-rpc-client` CLI (#557)
* Changes required for ponder container and upgrade ts-nitro version

* Fix empty CERC_RELAY_MULTIADDR env variable

* Add curl output for ponder payment channel

* Add `nitro-rpc-client` container in payments stack (#1)

* Add container for nitro-rpc-client

* Add nitro-rpc-client service

* Update nitro-rpc-client container

* Update demo.md in payments stack

---------

Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>

* Update env variables used for go-nitro container

* Pass Nitro chain URL in watcher config

* Update ponder config chainUrl

* Remove curl check in ponder start script

* Upgrade node version to 18 in watcher-ts Dockerfile

* Update ponder section in the demo instructions

---------

Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2023-10-05 14:57:47 +05:30
prathamesh0 d57efe87b8
Add demo instructions to fixturenet-payments stack (#556)
Publish / Build and publish (push) Successful in 1m49s Details
Deploy Test / Run deploy test suite (push) Successful in 4m59s Details
Smoke Test / Run basic test suite (push) Successful in 8m42s Details
* Update remaining references for core repos from github to gitea

* Add demo instructions

* Add demo clean up steps
2023-10-04 12:51:04 +05:30
prathamesh0 cf039d9562
Add a fixturenet-payments stack (#540)
Publish / Build and publish (push) Successful in 1m38s Details
Deploy Test / Run deploy test suite (push) Successful in 4m35s Details
Smoke Test / Run basic test suite (push) Successful in 8m7s Details
* Add a fixturenet-payments stack

* Export the WebSocket port in fixturenet-eth-geth service

* Add container to run a go-nitro node

* Add container to deploy Nitro contracts

* Read contract addresses from a volume when running the Nitro node

* Add a service for Nitro reverse payment proxy

* Expose payment proxy endpoint to be accessible from host

* Map nitro node messaging and payment proxy ports to host

* Use container to deploy Nitro contracts in mobymask-v3 stack

* Use a common contract deployment script from mobymask-v3 stack

* Add MobyMask contract deployment and watcher services

* Fixes for contract deployment and watcher scripts

* Add a container and service for mobymask-snap

* Add MobyMask app service

* Add container and service for a ponder app

* Fix ponder setup and update instructions

* Handle review comments

* Use enablepaidrpcmethods flag in reverse payment proxy server

* Update go-nitro branch

* Fixes for mobymask-v3 stack

---------

Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
2023-10-03 17:40:34 +05:30