Commit Graph

581 Commits

Author SHA1 Message Date
0a08a7ecba
Dump image list for debugging 2023-04-20 16:47:40 -06:00
7c6b2543af
Stop on error 2023-04-20 16:26:19 -06:00
074a3fe20e
Enable in-container docker 2023-04-20 16:21:26 -06:00
prathamesh0
f78176a27f
Add instructions to join MobyMask watcher p2p network (#346)
* Refactor L2 enpoint check to contract deployment script

* Add instructions to join to an existing watcher network

* Include mobymask-v2-watcher-ts in repositories setup

* Add a clean up section and expected outputs

* Add a troubleshooting section

* Use lxdao frontend

* Update instructions for updated UI
2023-04-20 15:30:19 +05:30
prathamesh0
eb777b0b47
Fetch geth accounts using an exposed endpoint (#357)
* Fetch account creds served by geth service

* Use fetched account creds in mobymask-v2 stack
2023-04-20 15:12:59 +05:30
01499a3f05
Upgrade web-app package versions to set custom relay node (#358) 2023-04-20 14:45:01 +05:30
46b36c3cb6
Add container to mobymask-v2 stack for LXDAO mobymask-app (#347)
* Add container to stack for lxdao mobymask-app

* Remove shm_size

* Use cerc-io scoped alias for lxdao app package

* Change alias to @cerc-io/mobymask-ui-lxdao
2023-04-20 10:49:19 +05:30
727fa67d8e
Turn off CI job on push except for to main 2023-04-19 21:32:48 -06:00
5c53e3bedc
Delete fixturenet-eth-test.yml 2023-04-19 20:56:19 -06:00
Zach
45cab0f33d
Merge pull request #320 from cerc-io/add-kubo-stack
Add kubo (IPFS) as a stack
2023-04-19 21:48:55 -04:00
c1ba7f0c1b Merge branch 'main' of github.com:cerc-io/stack-orchestrator into main 2023-04-19 18:28:39 -06:00
aadd1c15f0 Put file in the right place 2023-04-19 18:27:56 -06:00
d1cada5029
Add fixturenet-eth test (#356)
* Add fixturenet-eth test
2023-04-19 18:25:49 -06:00
8aed8ab8ae Get branch name right 2023-04-19 18:22:18 -06:00
db6da4b75a Add fixturenet-eth test 2023-04-19 18:20:00 -06:00
a335ccde3a
Update base containers (#355)
* Update to Node18

* Update to latest stable lighthouse
2023-04-19 16:43:59 -06:00
bde48b699d
Set context dir to the script dir to avoid permission errors (#354) 2023-04-19 16:00:41 -06:00
7c867171e4
Catch and report git errors (#353) 2023-04-19 15:29:41 -06:00
5ef37894ce
Update setuptools in case the version on the machine is old (#352) 2023-04-19 15:16:34 -06:00
c07113320b
Fix build script (#351) 2023-04-19 14:55:36 -06:00
c4002dcc5c
Use standalone mobymask-v2-watcher-ts for running watcher server (#327)
* Use standalone mobymask-v2-watcher-ts to run peer test

* Add watcher-ts image for running peer tests

* Run separate containers for peer ids generation and tests

* Wait for watcher to be up before starting peer-test-app

* Resolve peer-test-app compose file and remove setup-repositories for web-apps
2023-04-19 13:48:51 +05:30
prathamesh0
c6e6122516
Gracefully shutdown optimism batcher and op-geth containers (#345)
* Gracefully shutdown optimism batcher and op-geth containers

* Remove unnecessary env export
2023-04-19 12:48:38 +05:30
prathamesh0
3130af1615
[WIP] Handle restarts in fixturenet-eth stack (#324)
* Use mounted volumes for data in geth nodes

* Use mounted volumes for data in lighthouse nodes

* Avoid resetting genesis time in a lighthouse node on restart

* Mount parent datadir for lighthouse nodes

* Trap signals on shutdown and clean up in lighthouse nodes

* Allow stalled sync in lighthouse beacon nodes

* Gracefully shutdown geth nodes

* Add clean up instructions

* Gracefully shutdown lighthouse boot node
2023-04-19 12:22:13 +05:30
cf79f0de0a
Package mobymask-v2 stack web-apps similar to laconic-console app (#310)
* Build MobyMask web-app at container build step

* Fix web-app start script to use env variables in config

* Replace variables in built web-app files

* Use published mobymask-ui package from gitea

* Use published react-peer/test-app from gitea

* Remove local gitea publish TODO
2023-04-18 18:25:58 +05:30
172300d7bd
Simple implementation of LACONIC_HOSTED_ENDPOINT (#342) 2023-04-17 20:46:05 -06:00
99aa1fa27e
Default token needs to be empty string (#341) 2023-04-17 13:53:16 -06:00
39a54bc62a
Use CERC_NPM_REGISTRY_URL everywhere (#340) 2023-04-17 13:40:49 -06:00
fcbea7984f Add github actions 2023-04-17 13:11:45 -06:00
e4b57b5815
Add note on developer-mode-setup script 2023-04-17 10:06:25 -06:00
Zach
24174807c8
Merge pull request #337 from cerc-io/zramsay-patch-1
docs: add missing step
2023-04-17 11:28:29 -04:00
Zach
dd59579b87
Update README.md 2023-04-17 11:25:21 -04:00
0068a994f6
Support for complete laconic stack with console and test registration record (#335)
* Configure cli with necessary gas and fees args and address

* Update version
2023-04-16 20:14:15 -06:00
2eb93d0933
quiet npm version warning (#331) 2023-04-14 21:09:22 -06:00
d464c1c547
Add doc for setup-repositories 2023-04-14 17:51:22 -06:00
1443c6c6d2
Add force rebuild option (#329) 2023-04-14 14:19:27 -06:00
Zach
4e3eba1194
Merge pull request #326 from cerc-io/typos
typos
2023-04-13 12:32:33 -04:00
zramsay
16c9607a6c typos 2023-04-13 12:31:53 -04:00
zramsay
bafdfe6d2a lil fixes 2023-04-13 07:05:03 -04:00
zramsay
cfa32a3515 update kubo stack README to enable CORS for running in the cloud 2023-04-13 06:55:47 -04:00
zramsay
e72ea19c5c expose ports 2023-04-13 05:27:04 -04:00
prathamesh0
c99fc0941a
Wait for transfer tx receipts when configuring Optimism (#323) 2023-04-13 12:43:41 +05:30
6b27731a81
Add MuKnSys npm scope (#322) 2023-04-12 19:46:50 -06:00
bb9c0706c3
Build with hosting config file (#321) 2023-04-12 19:39:37 -06:00
zramsay
eae124fdf1 run kubo as a stack 2023-04-12 17:36:47 -04:00
prathamesh0
882f0b16aa
Configuration fixes for mobymask-v2 stack for multiple deployments (#318)
* Fix contract deployment script in fixturenet-optimism stack

* Configure relay node's announce domain from env

* Configure relay peers list for the relay node from env

* Create and use peer ids from a mounted volume

* Fix command to create watcher config

* Fix mobymask-app deployment script
2023-04-12 18:17:13 +05:30
249893f5d9
Add comment to spec doc 2023-04-12 06:32:40 -06:00
c7c3cbde8e
Update for latest act_runner. (#316) 2023-04-11 15:05:08 -05:00
7c6c46febb
Fix syntax errors (#314) 2023-04-11 07:20:38 -06:00
prathamesh0
6b62247ef7
Add an option to pass env file to deploy command (#304)
* Add an option to pass env file to deploy command

* Use env variable mapping in fixturenet-optimism stack

* Use default values from checked in env files

* Use env variable mapping in mobymask-v2 stack

* Update instructions

* Add extra hosts in app compose files and update instructions

* Add CERC prefix to env variables in fixturenet-optimism stack

* Add CERC prefix to env variables in mobymask-v2 stack
2023-04-11 16:21:03 +05:30
9a4b5810af
Edit readme to trigger CI 2023-04-10 14:39:28 -06:00