1
0
Commit Graph

108 Commits

Author SHA1 Message Date
Zach
53516f3109 Merge pull request #278 from cerc-io/update-docs
update registry install instructions

Former-commit-id: 055fa14cfbd46f3c089e0a1795ecc2b1a17f6ba0
2023-04-06 19:32:29 -04:00
zramsay
5a27a94a7d more little updates
Former-commit-id: 579fa6ff6632c6b73831e479e5642ddaa4610637
2023-04-06 19:31:57 -04:00
86f13e9c6b Separate out watcher and web-apps in mobymask-v2 stack (#287)
* Separate out watcher and web-apps in mobymask stack

* Take L2 RPC endpoint from the env file

* Changes to run watcher and mobymask web-app separately

* Support running watcher without contract deployment and L2 txs

* Remove duplicate mobymask params env

* Add code comments

* Add instructions for running web-apps separately

* Self review fixes

* Fix timeout for mobymask-app on watcher server

---------

Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com>
Former-commit-id: 6f781ae303915d7612fbc670b4f5f9b521b48121
2023-04-06 15:17:00 +05:30
prathamesh0
72737bfa29 Handle restarts in mobymask-v2 stack (#286)
* Verify existing contract deployment

* Update mobymask-v2 demo instructions

Former-commit-id: 59fe9aae59e2622761fe28beba9e5cc9e6d2614f
2023-04-05 17:52:12 +05:30
63fbaa7ae3 Add ability to run mobymask-v2 stack with external optimism endpoint (#279)
* Set optimism geth endpoint from env file

* Set L1 account private keys from env

* Only deploy contract and generate invite in mobymask container

* Add readme for running mobymask v2 stack independently

* Modify mobymask container to stop running server and update readmes

* Check deployer account balance before deploying contract

* Fix for checking account balance before deploying

* Update readme description

* Update MobyMask repo tag in readme

Former-commit-id: 94e38ceabaa89a3ec54e25f4a03cf253d5fae5f9
2023-04-05 17:26:38 +05:30
prathamesh0
464ef89a01 Handle restarts for services in fixturenet-optimism stack (#282)
* Check existing L1 contracts deployment

* Rename volume used for generated L2 config

* Check for existing L2 geth data directory

* Cross check existing L2 config against L1 deployment config

* Verify sequencer key in existing L2 geth data directory

* Add instructions to troubleshoot corrupt L2 geth dir

* Separate out instructions to run L2 with external L1

* Update docs

Former-commit-id: 9ffa9bb5a97b454da76c8cdeb1722109ce430b53
2023-04-05 10:25:50 +05:30
prathamesh0
be08ee81ea Add ability to run Optimism fixturenet with external L1 endpoint (#273)
* Remove unnecessary todos

* Set option to log commands in shell scripts

* Replace fixturenet-eth dependency with wait on endpoint

* Skip lighthouse node dependency check

* Update all services in the stack

* Use debug flag to enable shell commands logging

* Add bash in op-batcher container

* Update mobymask-v2 instructions

* Update fixturenet-optimism instructions

* Add descriptions for services

* Move ts files to container-build

* Take L1 RPC endpoint from the env file

* Add dev mode restriction for editing env file

Former-commit-id: 2515878eeb3456147d4e50e1b39c98f618d1a3d3
2023-04-04 14:53:28 +05:30
zramsay
22bb1a0bfa key missing line
Former-commit-id: 358c7ea168038784d0b08618ace23240ce0d68df
2023-04-03 16:41:07 -04:00
f23c22d5b9 Replace laconicd with optimism in mobymask-v2 stack (#272)
* Remove laconicd to use optimism endpoint

* Use fixturenet-optimism stack for mobymask-v2-watcher

* Fix setting L1 account private key in mobymask-v2 stack

Former-commit-id: b266ac78b4253ff655875922670797a6e56d578f
2023-04-03 18:13:29 +05:30
prathamesh0
1881554ae0 Add Optimism Fixturenet stack (#266)
* Initial version

* Update readme

* Build op-geth container

* Add optimism go code containers

* Add optimism contracts container

* Update optimism contracts container build

* Add fixturenet-optimism-contracts service to deploy L1 contracts

* Add fixturenet-optimism op-node and op-geth

* Avoid reading addresses from a file when sending balances

* Fixes for running op-geth container

* Fix image name and command in optimism-contracts service

* Add a healthcheck to lighthouse bootnode to avoid failing eth txs

* Avoid using hardhat ethers to send balances from an account

* Update script to send balance to L1 bridge proxy contract

* Implement op-node container

* Wait for a finalized L1 block to exist

* Fix for running op-batcher

* Add a todo for restart support

* Integrate optimism-contracts service and update instructions

* Update clean-up to remove docker volumes

* Update volume access permissions

* Add a todo to replace foundry usage with web3 js

* Add known issues

* Fix README

* Fix indentation

* Update known issues

---------

Co-authored-by: David Boreham <david@bozemanpas.com>
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-authored-by: nabarun <nabarun@deepstacksoft.com>
Former-commit-id: fc522140baf918dfed531e8379649887c47c8109
2023-04-03 12:33:47 +05:30
009ce95914 Add missing repo and container
Former-commit-id: 045117c6fb769e381c46eaeccc703a5474151a2e
2023-04-02 08:25:26 -06:00
d25de90df2 Add console host container to stack
Former-commit-id: c45dd545dd6fe45593a9c603a7dd85f02a5c8206
2023-03-31 07:59:43 -06:00
1fdfb9f568 Add console container pod
Former-commit-id: 3fb968c9cfe905c3a98f97d888ece0c707a3f1f9
2023-03-30 00:27:19 -06:00
8ee702f6ff Merge branch 'main' into dboreham/add-console
Former-commit-id: 8bfc97bfbecc8e3ba9467fea7d7fdb73934ccb4d
2023-03-29 22:50:22 -06:00
prathamesh0
79ad4fb15a Upgrade dependencies and start inline watcher peer in mobymask-v2 stack (#256)
* Upgrade dependencies in mobymask-v2 stack

* Run inline watcher peer in mobymask v2 stack

---------

Co-authored-by: nabarun <nabarun@deepstacksoft.com>
Former-commit-id: 71aaa41069196836f2186e83583c91b6c6cae161
2023-03-30 09:44:15 +05:30
46cc0e8b94 Merge branch 'main' into dboreham/add-console
Former-commit-id: c5cf8dda792675705d81664e10b1c7406f7e923e
2023-03-29 21:25:57 -06:00
bed5e262cc Add missing notes and steps in mobymask-v2 stack readme (#241)
* Add missing notes and steps in readme

* Mention clearing of browser cache before opening invite link

Former-commit-id: 1aeb44d5ad0f112685ef3b239a3ec3e5dffca257
2023-03-27 11:17:12 +05:30
16ff576413 Use dashes not underscore to match docker-compose file in hosting repo and convention
Former-commit-id: 022afdc352cb61cecb57db7bbc7282efef111818
2023-03-25 18:26:21 -06:00
788b214116 Add Gitea action support via act_runner.
Former-commit-id: 74077d7704109802824dbb8f2e30709a3e1321b8
2023-03-24 22:24:40 -05:00
David Boreham
94c69d6596 Merge main
Former-commit-id: 4a04d20bb28574fd51645b8201b42dfd12d72a08
2023-03-24 19:43:46 -06:00
aa7697dd3e Add lirewine packages
Former-commit-id: ca82d39c0cf9217bd5ebce29f810fc78b3195323
2023-03-25 12:07:44 -06:00
David Boreham
741b225706 Console host container builds
Former-commit-id: 4ad2729ae8d8b009254756a703e49ce4b814f0ef
2023-03-24 19:32:41 -06:00
David Boreham
4b0f46bb1b Merge branch 'main' into dboreham/add-console
Former-commit-id: 62d2d37417dff1eb3c823ed3764fa631de9db830
2023-03-24 18:36:36 -06:00
1951a5d398 Add web-apps and laconicd in MobyMask v2 watcher stack (#226)
* Rename .env file

* Add web app services to docker compose file

* Add laconicd to deploy contract and send txs

* Add demo with steps for running mobymask app with L2 chain

* Add fix for yarn install on M1 platform in react-peer

* Update multiaddrs to use websockets

* Add notes in readmes

---------

Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com>
Former-commit-id: cacd306b22dbd12096c3b78d3c4222a8b8772489
2023-03-24 15:53:54 +04:00
9e138d8a6a Initial commit
Former-commit-id: c9e931c212f9871f7f328f34a9bad69a490f0db8
2023-03-23 16:02:55 -06:00
David Boreham
be761d10b1 Initial commit
Former-commit-id: f55aeee5838441cf1f69e3ad9e5f60862beb9125
2023-03-22 17:05:04 -06:00
39741b2e8f Add Gitea note
Former-commit-id: 74be51b8928494663216ff3e80b5fcb241b833db
2023-03-20 10:14:58 -06:00
48a761875a Update registry deploy instructions
Former-commit-id: ea6f28a3deb8c09e56d0c68779fa5d212f869c33
2023-03-20 10:08:59 -06:00
Nabarun Gogoi
4d3042bfcc Add a stack for mobymask-v2-watcher to run peer tests (#222)
* Add mobymask-v2-watcher stack with peer tests

* Rename stack and container

* Avoid building react-peer container

* Improve step for getting container ID

Former-commit-id: 78310788729e245040d3144d41c57160be14d774
2023-03-20 18:25:39 +05:30
49092305e4 Remove now unnecessary commands
Former-commit-id: a3541586804e3d19a2e46232f6e642101fcf2ade
2023-03-19 17:30:22 -06:00
b47d303ba4 Merge branch 'main' into dboreham/fixturenet-eth-deploy-contracts
Former-commit-id: c8ba07739ee5cb1ac1a98d50d217ccec890bc93a
2023-03-09 17:10:16 -07:00
8d3bca602a Build foundry locally
Former-commit-id: 6735a0d3785966147c37416628342a1d01f75644
2023-03-09 17:06:07 -07:00
49b9983b3a Update doc
Former-commit-id: c07f6c51e2de3b9e070d249668339c53c050a888
2023-03-08 22:49:00 -07:00
4fd9e71c84 Configure foundry container
Former-commit-id: b708bb212279deb5475fdca6a0e01d74bbfd8e6e
2023-03-08 22:22:43 -07:00
f57b8b4ba0 Add very basic cluster config mechanism
Former-commit-id: 9cae493458f15c9528b45bc116d2d7563263ef8f
2023-03-08 17:03:14 -07:00
edd7d549d9 Update fixturenet-laconicd docs
Former-commit-id: 89b33c0e38383221d29955f240eabfc725d9d38a
2023-03-07 16:04:43 -07:00
e801c28f60 Add foundry cli to fixturenet-eth
Former-commit-id: b43886a1a9863706a7a36573d66a98f665c86859
2023-03-06 15:19:19 -07:00
42696f8165 Add build stack doc
Former-commit-id: 187c06ef5a25e0d02527a94a802dd3213a4b417b
2023-02-23 07:22:46 -07:00
8352893d92 Add some doc
Former-commit-id: 1f57ec53265a92c3e873950eacca8b86941cd0c0
2023-02-21 11:25:49 -07:00
f841f8a2de Stack syntax for ERC721.
Former-commit-id: 463b11bb231f2c206fdf508f616e60ab0da574ac
2023-02-21 09:30:07 -06:00
628fed4ef7 Working feature
Former-commit-id: f14a4a33d78033c812bd94e17388eabbbbd4b52b
2023-02-20 12:46:56 -07:00
e20f9993d2 Merge pull request #178 from cerc-io/dboreham/package-registry-stack
Support for the package registry stack

Former-commit-id: e5197e4918b4b63a19c2d675f8f02a1a00c5e676
2023-02-17 15:36:28 -07:00
ff69670db6 Initial commit
Former-commit-id: 60c1da725e0900045012a80d2449326d5c55fee7
2023-02-17 13:34:51 -07:00
871cd90456 Missed one update
Former-commit-id: 2bf50383dddcc7158fd171c460d45443a68314ac
2023-02-17 11:53:58 -07:00
639ab8cbc3 Update to use stack syntax
Former-commit-id: 6569a2a2b6193ed3dbafa5d64ceaa688b20e0914
2023-02-17 11:53:05 -07:00
77380aec94 Initial commit
Former-commit-id: f01bc27660bb60687f638155b00f9b61d87399a8
2023-01-30 16:53:57 +01:00
f02bbee3bf Fixes to fixturenet-eth
Former-commit-id: e4229e4cebb4532ed6f6ae1102ba16ab91ab8056
2023-01-26 16:47:06 -07:00
27195fc977 Add stack tests
Former-commit-id: c80ed2b2455602a86c3fb6a5e291622f6ad74ef9
2023-01-24 08:19:24 -07:00
David Boreham
629e484c30 Implement deploy-system port command
Former-commit-id: ea6f932e001a7320f9c9dbf69b0a8bc91445ea48
2023-01-23 22:09:56 -07:00
161cd37b9c Fix stack file
Former-commit-id: a12e06dcbb24ad138d7a8c35ccfc26ea8c615b40
2023-01-23 06:51:51 -07:00
zramsay
42dac0e712 db -> ipld-eth-db
Former-commit-id: e9c24a0b825434b80b73a02a255bfe314c0d1f64
2023-01-20 08:03:54 -05:00
b29537ad7c Fix various npm build issues
Former-commit-id: 9fb96d845880e30d56234cc9485134c7a700abd7
2023-01-19 11:33:34 -07:00
f1cd13d988 Stack for build-npms
Former-commit-id: 0b8b3123fe2281735c0b371ed2fa7de270845294
2023-01-18 22:01:55 -07:00
5a4220ff41 Update version info
Former-commit-id: b0947081debe122007617b4355a134a95099b53c
2023-01-17 22:38:30 -07:00
zramsay
b90e4ad6cd update readme
Former-commit-id: 70723dd6d430324ee6960fe87962a11754190bc0
2023-01-16 07:27:52 -05:00
zramsay
48dc431704
fix laconicd stack README 2023-01-09 15:39:23 -05:00
Zach
8e5d0d6c58
Update stack.yml 2023-01-09 15:35:03 -05:00
0435a71b5e Refactor for shiv package 2023-01-07 21:02:14 -07:00