Commit Graph

525 Commits

Author SHA1 Message Date
c5a42b7ddf Merge branch 'publish-test' of github.com:cerc-io/stack-orchestrator into publish-test 2023-04-10 07:10:36 -06:00
d01b2215c4 Add file to force a job 2023-04-10 07:09:56 -06:00
355c3e179e
Add test code 2023-04-10 07:02:05 -06:00
c359188b3d
Trigger publish on PR and merge to main (#306) 2023-04-10 06:59:08 -06:00
1389559bc6
Add v prefix 2023-04-10 06:55:25 -06:00
a26ec970bc
Remove comment 2023-04-10 06:54:30 -06:00
80bbbafeb6
New build version scheme (#305)
* Use separate build tag file

* Implement new versioning scheme

* Update workflow file
2023-04-10 06:43:23 -06:00
dbb959f648
Update for new tagging scheme 2023-04-10 06:24:00 -06:00
f92a2fb3fc Make version manually updated 2023-04-10 06:17:12 -06:00
d3715d1952
Add env variable to enable/disable sending txs to L2 from watcher peer (#293)
* Add flag to enable/disable watcher peer L2 txs

* Update watcher-ts version in readme
2023-04-10 10:42:56 +05:30
93a2e1c864
Fix typo 2023-04-09 22:44:15 -06:00
751ed2e157
Enable publishing with fixed version 2023-04-09 22:41:01 -06:00
a930ad0d1c Try to enable request logging 2023-04-07 07:36:53 -06:00
628954f060 Try to enable request logging 2023-04-07 07:27:39 -06:00
c90790d0d7 Try to enable request logging 2023-04-07 07:19:12 -06:00
749b302f5f Try to upload 2023-04-06 19:47:15 -06:00
eb16a97def Get the tag right 2023-04-06 19:35:17 -06:00
a559c2e90f Try forcing a tag 2023-04-06 19:33:27 -06:00
8fe0b2dc29 Fix errors 2023-04-06 19:07:47 -06:00
681112cf07 Add prototype publish workflow 2023-04-06 19:04:00 -06:00
Zach
fa37b186ca
Merge pull request #297 from cerc-io/zramsay-patch-1
Update README.md
2023-04-06 19:40:25 -04:00
Zach
1e130b2a29
Update README.md 2023-04-06 19:39:12 -04:00
Zach
055fa14cfb
Merge pull request #278 from cerc-io/update-docs
update registry install instructions
2023-04-06 19:32:29 -04:00
zramsay
579fa6ff66 more little updates 2023-04-06 19:31:57 -04:00
9e2b140e10
Ubuntu install script (#289)
* Copy of Zach's install script

* Few small fixes after testing on DO droplet

* Update scripts

* Rename script

* Add sudo notice

* Fix typo

* Fix another typo

* Update docker instructions
2023-04-06 13:50:50 -06:00
4f137915bb Change step name 2023-04-06 13:36:58 -06:00
2e2927f788 Use correct path 2023-04-06 13:35:16 -06:00
b850322f57 Add the smoke test 2023-04-06 13:32:56 -06:00
47275a50d4
Merge pull request #294 from cerc-io/dboreham/enable-tests-ci
Enable tests ci
2023-04-06 13:26:27 -06:00
e7a4de5940 Bump CI 2023-04-06 13:24:17 -06:00
90210e439f Add build 2023-04-06 13:20:22 -06:00
7dd07beec6 Try adding job name 2023-04-06 07:28:13 -06:00
f7def488d9
Merge pull request #290 from cerc-io/dboreham/enable-ci
Try to enable CI
2023-04-06 07:21:07 -06:00
0432a4bf29 Try to enable CI 2023-04-06 07:19:08 -06:00
6f781ae303
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>
2023-04-06 15:17:00 +05:30
prathamesh0
59fe9aae59
Handle restarts in mobymask-v2 stack (#286)
* Verify existing contract deployment

* Update mobymask-v2 demo instructions
2023-04-05 17:52:12 +05:30
94e38ceaba
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
2023-04-05 17:26:38 +05:30
prathamesh0
9ffa9bb5a9
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
2023-04-05 10:25:50 +05:30
18bb8194fe
Merge pull request #285 from cerc-io/dboreham/fix-gerbil-builder
Fail on error installing package
2023-04-04 20:26:52 -06:00
11375fed0c Fail on error installing package 2023-04-04 20:26:19 -06:00
9e4240df07 Update version 2023-04-04 11:29:16 -06:00
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
zramsay
358c7ea168 key missing line 2023-04-03 16:41:07 -04:00
4da69ebf4c
Update run script to support COPY and WebSockets. (#275) 2023-04-03 14:59:31 -05:00
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
432fc4755b
Merge pull request #271 from cerc-io/dboreham/add-foundry-to-erc20-stack
Add missing repo and container
2023-04-02 08:26:07 -06:00
045117c6fb Add missing repo and container 2023-04-02 08:25:26 -06:00
f2c6ebbc23
Merge pull request #236 from cerc-io/dboreham/add-console
Add laconic console in fixturenet-laconic-loaded
2023-04-01 13:32:29 -06:00
f6cb041634 Temporary punch the port through to the host to make things work 2023-04-01 10:06:39 -06:00