Commit Graph
575 Commits
Author SHA1 Message Date
nabarun 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
dboreham 727fa67d8e Turn off CI job on push except for to main 2023-04-19 21:32:48 -06:00
dboreham 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
dboreham c1ba7f0c1b Merge branch 'main' of github.com:cerc-io/stack-orchestrator into main 2023-04-19 18:28:39 -06:00
dboreham aadd1c15f0 Put file in the right place 2023-04-19 18:27:56 -06:00
dboreham d1cada5029 Add fixturenet-eth test (#356)
* Add fixturenet-eth test
2023-04-19 18:25:49 -06:00
dboreham 8aed8ab8ae Get branch name right 2023-04-19 18:22:18 -06:00
dboreham db6da4b75a Add fixturenet-eth test 2023-04-19 18:20:00 -06:00
dboreham a335ccde3a Update base containers (#355)
* Update to Node18

* Update to latest stable lighthouse
2023-04-19 16:43:59 -06:00
dboreham bde48b699d Set context dir to the script dir to avoid permission errors (#354) 2023-04-19 16:00:41 -06:00
dboreham 7c867171e4 Catch and report git errors (#353) 2023-04-19 15:29:41 -06:00
dboreham 5ef37894ce Update setuptools in case the version on the machine is old (#352) 2023-04-19 15:16:34 -06:00
dboreham c07113320b Fix build script (#351) 2023-04-19 14:55:36 -06:00
nabarun 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
nabarun 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
dboreham 172300d7bd Simple implementation of LACONIC_HOSTED_ENDPOINT (#342) 2023-04-17 20:46:05 -06:00
dboreham 99aa1fa27e Default token needs to be empty string (#341) 2023-04-17 13:53:16 -06:00
dboreham 39a54bc62a Use CERC_NPM_REGISTRY_URL everywhere (#340) 2023-04-17 13:40:49 -06:00
dboreham fcbea7984f Add github actions 2023-04-17 13:11:45 -06:00
dboreham 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
dboreham 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
dboreham 2eb93d0933 quiet npm version warning (#331) 2023-04-14 21:09:22 -06:00
dboreham d464c1c547 Add doc for setup-repositories 2023-04-14 17:51:22 -06:00
dboreham 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
dboreham 6b27731a81 Add MuKnSys npm scope (#322) 2023-04-12 19:46:50 -06:00
dboreham 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
dboreham 249893f5d9 Add comment to spec doc 2023-04-12 06:32:40 -06:00
telackey c7c3cbde8e Update for latest act_runner. (#316) 2023-04-11 15:05:08 -05:00
dboreham 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
dboreham 9a4b5810af Edit readme to trigger CI 2023-04-10 14:39:28 -06:00
dboreham 440b146e80 Add call to build tag script 2023-04-10 12:17:54 -06:00
dboreham a16b1cd073 Publish test workflow (#308) 2023-04-10 11:50:09 -06:00
dboreham 23d5d563e1 Fix weird whitespace 2023-04-10 11:26:53 -06:00
dboreham 49f14f3191 Publish drafts on the test branch 2023-04-10 11:20:15 -06:00
dboreham e5cf52f188 Fix publish workflow 2023-04-10 09:18:39 -06:00
dboreham c934ffe18e Add test code 2023-04-10 07:48:22 -06:00