Commit Graph

51 Commits

Author SHA1 Message Date
prathamesh0
2515878eeb
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
2023-04-04 14:53:28 +05:30
b266ac78b4
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
2023-04-03 18:13:29 +05:30
prathamesh0
fc522140ba
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>
2023-04-03 12:33:47 +05:30
045117c6fb Add missing repo and container 2023-04-02 08:25:26 -06:00
c45dd545dd Add console host container to stack 2023-03-31 07:59:43 -06:00
3fb968c9cf Add console container pod 2023-03-30 00:27:19 -06:00
8bfc97bfbe Merge branch 'main' into dboreham/add-console 2023-03-29 22:50:22 -06:00
prathamesh0
71aaa41069
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>
2023-03-30 09:44:15 +05:30
c5cf8dda79 Merge branch 'main' into dboreham/add-console 2023-03-29 21:25:57 -06:00
1aeb44d5ad
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
2023-03-27 11:17:12 +05:30
022afdc352 Use dashes not underscore to match docker-compose file in hosting repo and convention 2023-03-25 18:26:21 -06:00
74077d7704 Add Gitea action support via act_runner. 2023-03-24 22:24:40 -05:00
David Boreham
4a04d20bb2 Merge main 2023-03-24 19:43:46 -06:00
ca82d39c0c Add lirewine packages 2023-03-25 12:07:44 -06:00
David Boreham
4ad2729ae8 Console host container builds 2023-03-24 19:32:41 -06:00
David Boreham
62d2d37417 Merge branch 'main' into dboreham/add-console 2023-03-24 18:36:36 -06:00
cacd306b22
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>
2023-03-24 15:53:54 +04:00
c9e931c212 Initial commit 2023-03-23 16:02:55 -06:00
David Boreham
f55aeee583 Initial commit 2023-03-22 17:05:04 -06:00
74be51b892
Add Gitea note 2023-03-20 10:14:58 -06:00
ea6f28a3de Update registry deploy instructions 2023-03-20 10:08:59 -06:00
Nabarun Gogoi
7831078872
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
2023-03-20 18:25:39 +05:30
a354158680
Remove now unnecessary commands 2023-03-19 17:30:22 -06:00
c8ba07739e Merge branch 'main' into dboreham/fixturenet-eth-deploy-contracts 2023-03-09 17:10:16 -07:00
6735a0d378 Build foundry locally 2023-03-09 17:06:07 -07:00
c07f6c51e2 Update doc 2023-03-08 22:49:00 -07:00
b708bb2122 Configure foundry container 2023-03-08 22:22:43 -07:00
9cae493458 Add very basic cluster config mechanism 2023-03-08 17:03:14 -07:00
89b33c0e38 Update fixturenet-laconicd docs 2023-03-07 16:04:43 -07:00
b43886a1a9 Add foundry cli to fixturenet-eth 2023-03-06 15:19:19 -07:00
187c06ef5a Add build stack doc 2023-02-23 07:22:46 -07:00
1f57ec5326 Add some doc 2023-02-21 11:25:49 -07:00
463b11bb23 Stack syntax for ERC721. 2023-02-21 09:30:07 -06:00
f14a4a33d7 Working feature 2023-02-20 12:46:56 -07:00
e5197e4918
Merge pull request #178 from cerc-io/dboreham/package-registry-stack
Support for the package registry stack
2023-02-17 15:36:28 -07:00
60c1da725e Initial commit 2023-02-17 13:34:51 -07:00
2bf50383dd
Missed one update 2023-02-17 11:53:58 -07:00
6569a2a2b6
Update to use stack syntax 2023-02-17 11:53:05 -07:00
f01bc27660 Initial commit 2023-01-30 16:53:57 +01:00
e4229e4ceb Fixes to fixturenet-eth 2023-01-26 16:47:06 -07:00
c80ed2b245 Add stack tests 2023-01-24 08:19:24 -07:00
David Boreham
ea6f932e00 Implement deploy-system port command 2023-01-23 22:09:56 -07:00
a12e06dcbb Fix stack file 2023-01-23 06:51:51 -07:00
zramsay
e9c24a0b82
db -> ipld-eth-db 2023-01-20 08:03:54 -05:00
9fb96d8458 Fix various npm build issues 2023-01-19 11:33:34 -07:00
0b8b3123fe Stack for build-npms 2023-01-18 22:01:55 -07:00
b0947081de Update version info 2023-01-17 22:38:30 -07:00
zramsay
70723dd6d4
update readme 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