1
0
Commit Graph

663 Commits

Author SHA1 Message Date
8fb9e6d39b Try to enable request logging
Former-commit-id: a930ad0d1c9555bdd7efd93bcfd979ce8b798b31
2023-04-07 07:36:53 -06:00
0d6bc81233 Try to enable request logging
Former-commit-id: 628954f060c6ca6b25549ae8364fea4324f78cf5
2023-04-07 07:27:39 -06:00
35d7649689 Try to enable request logging
Former-commit-id: c90790d0d7f44220fd99229d9712c3df89d20eb3
2023-04-07 07:19:12 -06:00
504ed542c3 Try to upload
Former-commit-id: 749b302f5f4788ec675f14a969470f9982a7609c
2023-04-06 19:47:15 -06:00
6dad03c031 Get the tag right
Former-commit-id: eb16a97def8cd6454428cc1259b0c266a96fe3bc
2023-04-06 19:35:17 -06:00
124a838ab5 Try forcing a tag
Former-commit-id: a559c2e90f6fc524ceed2443e223bf4e3aaa5ec5
2023-04-06 19:33:27 -06:00
b36f9bc974 Fix errors
Former-commit-id: 8fe0b2dc295fc3336911540e1af7da5b0c69f846
2023-04-06 19:07:47 -06:00
4ae959eb4f Add prototype publish workflow
Former-commit-id: 681112cf07d2214c5d327dde1e8cb385da213a3a
2023-04-06 19:04:00 -06:00
Zach
af82c8c431 Merge pull request #297 from cerc-io/zramsay-patch-1
Update README.md

Former-commit-id: fa37b186ca8d48f92090fad2135a87ef46b3a471
2023-04-06 19:40:25 -04:00
Zach
d2c85e6f1d Update README.md
Former-commit-id: 1e130b2a292de8a43e153e5b851124a9a6aef863
2023-04-06 19:39:12 -04:00
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
4fa9d675ba 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

Former-commit-id: 9e2b140e101b8545d248af62eb22e61f2e1235b9
2023-04-06 13:50:50 -06:00
dcc0f91140 Change step name
Former-commit-id: 4f137915bb200a0cf8cacae2d8a6b0d09cf01276
2023-04-06 13:36:58 -06:00
e8139bd372 Use correct path
Former-commit-id: 2e2927f7885f86690dd8017fdcd6e9c182dc9e3c
2023-04-06 13:35:16 -06:00
b915db426d Add the smoke test
Former-commit-id: b850322f57aaa1b789656d3ab1f8286b0893f581
2023-04-06 13:32:56 -06:00
69d215e8ec Merge pull request #294 from cerc-io/dboreham/enable-tests-ci
Enable tests ci

Former-commit-id: 47275a50d4198ebe8e6e3b98f6f06f20796a14e7
2023-04-06 13:26:27 -06:00
060ac520e4 Bump CI
Former-commit-id: e7a4de594056e85542bc69d4451498d7266e9511
2023-04-06 13:24:17 -06:00
484d80be5f Add build
Former-commit-id: 90210e439fa76bc0d0cfc39201c9169fd4f311b2
2023-04-06 13:20:22 -06:00
792887a121 Try adding job name
Former-commit-id: 7dd07beec60966e8a583cd277c82521816b9e874
2023-04-06 07:28:13 -06:00
129d581141 Merge pull request #290 from cerc-io/dboreham/enable-ci
Try to enable CI

Former-commit-id: f7def488d9858f36f49ade14850447b175808869
2023-04-06 07:21:07 -06:00
44421049ae Try to enable CI
Former-commit-id: 0432a4bf29f7055b229d25352713699fe10972e4
2023-04-06 07:19:08 -06: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
0c5f252465 Merge pull request #285 from cerc-io/dboreham/fix-gerbil-builder
Fail on error installing package

Former-commit-id: 18bb8194fe001b23c5b767d8b4e8379c474a60a3
2023-04-04 20:26:52 -06:00
b4d9a3a831 Fail on error installing package
Former-commit-id: 11375fed0c9309f98693320db98c2dad3157fbd6
2023-04-04 20:26:19 -06:00
4da19b652e Update version
Former-commit-id: 9e4240df0763dc963ae85196c62e0362bcedb897
2023-04-04 11:29:16 -06:00
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
287468b7c0 Update run script to support COPY and WebSockets. (#275)
Former-commit-id: 4da69ebf4c8c3b838e776d086b9d57444b4d6d48
2023-04-03 14:59:31 -05: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
21d6e33dab Merge pull request #271 from cerc-io/dboreham/add-foundry-to-erc20-stack
Add missing repo and container

Former-commit-id: 432fc4755b53d22a80440a9240b8d4f392b43e3e
2023-04-02 08:26:07 -06:00
009ce95914 Add missing repo and container
Former-commit-id: 045117c6fb769e381c46eaeccc703a5474151a2e
2023-04-02 08:25:26 -06:00
f7bb8f2735 Merge pull request #236 from cerc-io/dboreham/add-console
Add laconic console in fixturenet-laconic-loaded

Former-commit-id: f2c6ebbc23ff3827c2d48de1241f075e85b7b326
2023-04-01 13:32:29 -06:00
bddf72ee46 Temporary punch the port through to the host to make things work
Former-commit-id: f6cb041634df98b29e793bbbb2938d7515bcfef3
2023-04-01 10:06:39 -06:00
2b94ed12c2 Run template substitution on start
Former-commit-id: e072a6bc4bd5072905b32f9739cfeadca04288fb
2023-03-31 16:33:48 -06:00
31f9f0e864 Implement deploy time config
Former-commit-id: 409f61d68d756c605501f76fbfc41730cc239a1e
2023-03-31 16:29:59 -06:00
1342be5723 Add a temporary version of config to the hosting container
Former-commit-id: 3372cac35e282e7b6d7d6963fe4d5f94d30c31d2
2023-03-31 08:00:24 -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
9b22685484 Add web server to host container
Former-commit-id: d01fb777d4ca03f24ba607dac6156f08d69f53e5
2023-03-30 00:15:36 -06:00
8ee702f6ff Merge branch 'main' into dboreham/add-console
Former-commit-id: 8bfc97bfbecc8e3ba9467fea7d7fdb73934ccb4d
2023-03-29 22:50:22 -06:00
fddd728037 Merge pull request #265 from cerc-io/dboreham/fix-yarn-lock-processing
Handle semver spec in package.json local dependencies

Former-commit-id: 7f155023d215e92eada0a84f199e46b1a0f26df2
2023-03-29 22:47:48 -06:00
fbe76f4713 Handle semver spec in package.json local dependencies
Former-commit-id: c5a532c02bb44c9bdac9bdd97220c57b27d4d201
2023-03-29 22:46:58 -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
75ca36e5f7 Update version
Former-commit-id: e23ee1b176aa5db132c94ddf058076dab3aacb8b
2023-03-28 20:00:16 -06:00