1
0
Commit Graph

576 Commits

Author SHA1 Message Date
3d75523d73 Upgrade web-app package versions to set custom relay node (#358)
Former-commit-id: 01499a3f053e36ec9546f998e83656d94e682021
2023-04-20 14:45:01 +05:30
35dd30f877 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

Former-commit-id: 46b36c3cb6e9b4cbbaf908052d49e498f6397f33
2023-04-20 10:49:19 +05:30
b3feab0592 Turn off CI job on push except for to main
Former-commit-id: 727fa67d8e0e5ac467388d8af29a6a99c15b74de
2023-04-19 21:32:48 -06:00
e3e48ccbf3 Delete fixturenet-eth-test.yml
Former-commit-id: 5c53e3bedc92846a06334a7ab9041150c031c623
2023-04-19 20:56:19 -06:00
Zach
df13b8f630 Merge pull request #320 from cerc-io/add-kubo-stack
Add kubo (IPFS) as a stack

Former-commit-id: 45cab0f33d86835664ad5494b120b3b61cf3e785
2023-04-19 21:48:55 -04:00
b7094c7e7f Merge branch 'main' of github.com:cerc-io/stack-orchestrator into main
Former-commit-id: c1ba7f0c1b76210a1461545c11d4cdb617c79bf6
2023-04-19 18:28:39 -06:00
fefbcf031c Put file in the right place
Former-commit-id: aadd1c15f03e18701e035204e22a652f1e30329c
2023-04-19 18:27:56 -06:00
d98b02266b Add fixturenet-eth test (#356)
* Add fixturenet-eth test

Former-commit-id: d1cada5029692aec1b0f76f5bdd17468cf85909f
2023-04-19 18:25:49 -06:00
beac97b842 Get branch name right
Former-commit-id: 8aed8ab8ae3e9263eda0e073127c9d4b7b8154b8
2023-04-19 18:22:18 -06:00
ea7c5109b8 Add fixturenet-eth test
Former-commit-id: db6da4b75a510b8ab3c153e53632495b29a863ae
2023-04-19 18:20:00 -06:00
6ce01a79ed Update base containers (#355)
* Update to Node18

* Update to latest stable lighthouse

Former-commit-id: a335ccde3ae921c2f445086fc9ce78511faf4a24
2023-04-19 16:43:59 -06:00
2d5abdce45 Set context dir to the script dir to avoid permission errors (#354)
Former-commit-id: bde48b699d57ba1e7648fee7fe0935eb8ba21347
2023-04-19 16:00:41 -06:00
db1edd85e6 Catch and report git errors (#353)
Former-commit-id: 7c867171e4dad0d841732b3b92a64061bd66c8cf
2023-04-19 15:29:41 -06:00
55b2d3bd25 Update setuptools in case the version on the machine is old (#352)
Former-commit-id: 5ef37894ce62aa40814ce9f97d21e87926cd3244
2023-04-19 15:16:34 -06:00
a3b3ac18b1 Fix build script (#351)
Former-commit-id: c07113320bbbcc47a82d385ff78108b8bbd6c38e
2023-04-19 14:55:36 -06:00
53fbc60f55 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

Former-commit-id: c4002dcc5c5001d3b45cda334bcc64929a1c7dbc
2023-04-19 13:48:51 +05:30
prathamesh0
4caae1d850 Gracefully shutdown optimism batcher and op-geth containers (#345)
* Gracefully shutdown optimism batcher and op-geth containers

* Remove unnecessary env export

Former-commit-id: c6e6122516f07240d64d5775e235735fa7237bdc
2023-04-19 12:48:38 +05:30
prathamesh0
3f79c2b811 [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

Former-commit-id: 3130af161539c701e46b4ef8a8af5b503ce0433b
2023-04-19 12:22:13 +05:30
b0aeff50bb 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

Former-commit-id: cf79f0de0adccbd8812ed23a3d0a013cd5af7ff8
2023-04-18 18:25:58 +05:30
cb72e5c03f Simple implementation of LACONIC_HOSTED_ENDPOINT (#342)
Former-commit-id: 172300d7bd64ea14e912af88a2c2e6e3113c5ea0
2023-04-17 20:46:05 -06:00
c7a4d3f4e7 Default token needs to be empty string (#341)
Former-commit-id: 99aa1fa27e068a10726d15f355d554e015579033
2023-04-17 13:53:16 -06:00
c715e11a88 Use CERC_NPM_REGISTRY_URL everywhere (#340)
Former-commit-id: 39a54bc62a90c9fdf5e7b53e9c9cfaba656d5d8a
2023-04-17 13:40:49 -06:00
7673de73bb Add github actions
Former-commit-id: fcbea7984f3eec9e203e9c5df9b99cc44204576b
2023-04-17 13:11:45 -06:00
f537cdbe29 Add note on developer-mode-setup script
Former-commit-id: e4b57b58153e2967c1e6061efda76eab7f89d29d
2023-04-17 10:06:25 -06:00
Zach
09bca48498 Merge pull request #337 from cerc-io/zramsay-patch-1
docs: add missing step
Former-commit-id: 24174807c815eaebc9c4c32a045d002c15ba35f6
2023-04-17 11:28:29 -04:00
Zach
ecb3b36387 Update README.md
Former-commit-id: dd59579b876f88e6b748c4308a782e5b1f86ee7a
2023-04-17 11:25:21 -04:00
5a50e46718 Support for complete laconic stack with console and test registration record (#335)
* Configure cli with necessary gas and fees args and address

* Update version

Former-commit-id: 0068a994f63c7a420ab223dd67b969ebaa604200
2023-04-16 20:14:15 -06:00
99af105b9c quiet npm version warning (#331)
Former-commit-id: 2eb93d09331b256c3a13f0b7f7fc9a9387dcddcf
2023-04-14 21:09:22 -06:00
bfa86cbc29 Add doc for setup-repositories
Former-commit-id: d464c1c5474ce3f68ffabe9a60f5e6ba49c5bccc
2023-04-14 17:51:22 -06:00
332085f80b Add force rebuild option (#329)
Former-commit-id: 1443c6c6d20f3e9f95432e87ea61109c6b0f1beb
2023-04-14 14:19:27 -06:00
Zach
7406189596 Merge pull request #326 from cerc-io/typos
typos

Former-commit-id: 4e3eba1194bbb4aeca0b61bec77433eabaeeaa40
2023-04-13 12:32:33 -04:00
zramsay
f0ce0fef1c typos
Former-commit-id: 16c9607a6c7f43bf3fc63cc0124fe46285457c80
2023-04-13 12:31:53 -04:00
zramsay
a1a4837c89 lil fixes
Former-commit-id: bafdfe6d2a6550595c96fa66533f59edb8314130
2023-04-13 07:05:03 -04:00
zramsay
18f3c2cc4f update kubo stack README to enable CORS for running in the cloud
Former-commit-id: cfa32a3515ee2d2a274753c695f4251961f545ee
2023-04-13 06:55:47 -04:00
zramsay
391759e929 expose ports
Former-commit-id: e72ea19c5cb93dfad26463e02ff8dbe7d2e2a74c
2023-04-13 05:27:04 -04:00
prathamesh0
3e80f5f238 Wait for transfer tx receipts when configuring Optimism (#323)
Former-commit-id: c99fc0941a522215b2b90ea744d20e1bbb261349
2023-04-13 12:43:41 +05:30
13499c6e4b Add MuKnSys npm scope (#322)
Former-commit-id: 6b27731a814b1487535dff8cd5236af559757202
2023-04-12 19:46:50 -06:00
6e343bec5a Build with hosting config file (#321)
Former-commit-id: bb9c0706c35e72a26b5a62d60b4cbd771cd88406
2023-04-12 19:39:37 -06:00
zramsay
0f7c23951d run kubo as a stack
Former-commit-id: eae124fdf161db9cfb675cd3cc2aaccbdfd6b002
2023-04-12 17:36:47 -04:00
prathamesh0
8b11070870 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

Former-commit-id: 882f0b16aacd847570de9e6a506cdf74ef6e6f14
2023-04-12 18:17:13 +05:30
5c6fe825fc Add comment to spec doc
Former-commit-id: 249893f5d96decc6ff656d7b1e3c5147a94c2d5a
2023-04-12 06:32:40 -06:00
80c16d2ced Update for latest act_runner. (#316)
Former-commit-id: c7c3cbde8ee4b0cea5833fde7e3db12eb22c34fe
2023-04-11 15:05:08 -05:00
6e33bd47e2 Fix syntax errors (#314)
Former-commit-id: 7c6c46febb97f7ed93efa00f170cc143cf3e70d7
2023-04-11 07:20:38 -06:00
prathamesh0
c2a3ffe0dd 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

Former-commit-id: 6b62247ef7a32e20e55c529afa0b80fadb6873a1
2023-04-11 16:21:03 +05:30
ffc24c0be8 Edit readme to trigger CI
Former-commit-id: 9a4b5810afafdd772cd29ef8a93fec925c0f0b73
2023-04-10 14:39:28 -06:00
7021f8ed19 Add call to build tag script
Former-commit-id: 440b146e80af47fd67d916af3a9dbe135694b7d8
2023-04-10 12:17:54 -06:00
2e747b17be Publish test workflow (#308)
Former-commit-id: a16b1cd07311a887744c8f039ef076c052118e1a
2023-04-10 11:50:09 -06:00
607b85f447 Fix weird whitespace
Former-commit-id: 23d5d563e1d61daf5d83d31efd22f51d0ad9c325
2023-04-10 11:26:53 -06:00
ce6ef81fe5 Publish drafts on the test branch
Former-commit-id: 49f14f3191d2776abe9d27d7b97c57a789b5037c
2023-04-10 11:20:15 -06:00
7bcad7b936 Fix publish workflow
Former-commit-id: e5cf52f188792d3ac3c09a4ce995d91d765b2d8e
2023-04-10 09:18:39 -06:00