prathamesh0
333797b0c3
Lotus stack usability improvements ( #489 )
...
* move health check inside startup script
* remove pre-built genesis
* move health check inside startup script
* remove pre-built genesis
* Use hardcoded paths for Lotus node data directories
* Persist proof parameters
* Write out miner node's multiaddr with docker network IP
* Enable Lotus ETH RPC API and bind to all available interfaces
* Fund a known account
---------
Co-authored-by: iskay <ikay@lakeheadu.ca>
Co-authored-by: Ian Kay <ian@knowable.vc>
2023-08-09 17:24:47 +05:30
dc7bc6af31
Improve Geth debugging ( #449 )
...
* forward more vars for debugging
forward CERC_GETH_VERBOSITY
forward CERC_STATEDIFF_DB_LOG_STATEMENTS
forward CERC_REMOTE_DEBUG
* fix env var
* remote flag can be set from env
2023-08-09 04:16:00 -05:00
d6bd99252d
Update plugeth stack plugeth fork ref ( #484 )
2023-08-07 23:13:08 -06:00
d30e746599
Add wget package for healthcheck ( #487 )
2023-08-06 20:46:24 -06:00
73e52c4eed
Add call to cleanup function ( #486 )
2023-08-06 11:41:39 -06:00
e856616be8
Plugeth stack refactor ( #448 )
2023-08-03 14:31:16 -06:00
5afe7a29ae
Add a basic deployment test ( #476 )
2023-07-31 15:08:34 -06:00
4ee745a4db
Rebuild MobyMask app before starting stack ( #467 )
...
* Rebuild MobyMask app before starting stack
* Upgrade mobymask app versions
* Upgrade MobyMask watcher version
2023-07-31 10:41:26 +05:30
758ec168bd
Setup command execution ( #469 )
2023-07-29 22:38:46 -06:00
63a94bae0e
Use latest stable lighthouse release ( #468 )
2023-07-28 09:56:14 -06:00
29fc611885
Dboreham/mainnet eth ( #464 )
2023-07-25 10:16:19 -06:00
1f9131ff5a
Add deployment scripting ( #444 )
2023-07-23 20:54:05 -06:00
54f50aa09e
Move files into config subdirectory ( #460 )
2023-07-20 05:37:51 -06:00
c8b4f89335
Copy all referenced config files into deployment dir ( #452 )
2023-07-18 08:59:07 -06:00
809889f9f0
Update plugeth stack for plugeth-statediff plugin. ( #443 )
...
* Use latest plugeth-statediff.
* Change plugeth path
* EOL
* CERC_PLUGINS_DIR
2023-06-29 15:11:28 -06:00
6595659a7a
Specify the git tag/branch for opera in stack.yml ( #442 )
2023-06-29 15:10:08 -06:00
Ian
2ff490d121
Merge branch 'main' into reth
2023-06-28 14:11:43 -04:00
c76195c491
Auto-create bind mount directories inside the deployment dir ( #440 )
...
* Auto-create bind mount directories inside the deployment dir
* Fix deploy test
2023-06-27 21:18:04 -06:00
831a8cd5f7
Deployments feature ( #433 )
...
Basic deployments framework
2023-06-27 16:58:41 -06:00
prathamesh0
f0f40cad4a
Map ports in mobymask-v2 and apps stacks to localhost ( #439 )
2023-06-27 12:23:56 +05:30
Ian
f473567bd7
Update README.md
2023-06-26 08:41:51 -04:00
prathamesh0
3e7037e06f
Update instructions in the mobymask-v2 stack ( #438 )
2023-06-26 15:37:08 +05:30
iskay
b120682d8e
node sync, initial
2023-06-23 21:48:18 +00:00
Zach
c9bb0d0ccb
Lasso stack ( #434 )
...
* lasso stack
* add readme
* copy pasta
2023-06-23 14:27:05 -04:00
zramsay
c0f07c2d4f
typo
2023-06-20 11:21:26 -04:00
zramsay
ee8c8a0c13
add fantom docs
2023-06-20 10:02:14 -04:00
iskay
30ce3deb31
update build script for rc.5
2023-06-16 18:39:59 +00:00
Ian
a6cf131cd3
add network mode "host"
2023-06-13 12:19:23 -04:00
zramsay
25b13d7822
doc fixes
2023-06-12 21:00:30 -04:00
iskay
01500e78b6
initial node
2023-06-12 20:54:39 -04:00
iskay
4ecc98dd46
simple node
2023-06-12 20:54:39 -04:00
32f8d65bb8
Update mobymask-v2 stack with lighthouse-cli and branch checkout feature ( #425 )
...
* Update optimism stack yml for lighthouse-cli
* Use branch checkout feature in mobymask stack
2023-06-07 18:48:59 +05:30
David Boreham
d19b9a65b9
Fix typo
2023-06-05 21:59:42 -06:00
98e1d120cc
Add missing lighthouse-cli container to pocket stack ( #424 )
...
Co-authored-by: David Boreham <david@bozemanpas.com>
2023-06-05 21:08:05 -06:00
26ff7a969c
Fix plugeth build. ( #423 )
2023-06-05 21:10:17 -05:00
a8e198ad55
Allow configuring the number of statediff workers. ( #422 )
...
* Allow configuring the number of statediff workers.
* Leave logging alone
2023-06-05 18:16:42 -05:00
f1a626ddf5
build local lighthouse cli ( #420 )
...
* Build lcli locally
* Pull lighthouse repo
* Enable portable lcli build
* Update ldcli options
* Add lcli container to fixturenet-eth stack
* Include --eth1-block-hash
---------
Co-authored-by: David Boreham <david@bozemanpas.com>
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
2023-06-05 16:54:22 -05:00
ff616db4ad
Updates for running IPLD-ETH CI tests ( #414 )
...
* random nits
* geth - visibility of migration status
* forward CERC_RUN_STATEDIFF to geth container
* fix ipld-eth-server vars
* fix fixturenet-eth-loaded stack
* fixturenet geth genesis - include mergeNetsplitBlock
* forward CERC_STATEDIFF_DB_GOOSE_MIN_VER to env file
* add TAG_SUFFIX arg to lighthouse build
intended to avoid sporadic failures when running lcli on github CI runners, likely related to non-portable builds
2023-05-31 03:10:58 -05:00
9880b48b78
Add foundry to fixturenet-plugeth-tx ( #418 )
2023-05-30 23:51:01 -06:00
23a336020c
Make a separate lighthouse container for the plugeth fixturenet. ( #412 )
...
* Make a separate lighthouse container for the plugeth fixturenet.
2023-05-26 16:57:15 -05:00
Zach
605db8a4d2
Update pokt README ( #413 )
...
* Update pokt README
* split cmds from responses
2023-05-26 10:37:59 -04:00
6ec55ba460
Add a plugeth-based version of the fixturenet ( #411 )
...
* plugeth version of the fixturenet
* Use pre-built plugeth.
2023-05-25 11:21:08 -05:00
938f51ef8c
Specify chunker stack branches ( #410 )
...
* Specify v5 branches
* Fix logic for branch switch
2023-05-24 20:00:42 -06:00
6d620ba9c2
git branch in stack and on command line ( #409 )
...
* Support @branch notation in stack.yml
* Refactor and support branches directive
2023-05-24 19:49:26 -06:00
97c1ae1c43
Use upstream act_runner project ( #408 )
2023-05-24 18:01:49 -06:00
ec6b5439f4
Support for git hosts other than github ( #407 )
...
* Update repository list file
* Add host part to repo name
* Allow git hosts other than github
2023-05-24 17:19:21 -06:00
1d8f252a51
Detect bad reponse from yarn info ( #406 )
2023-05-22 13:42:55 -06:00
aa702737ef
Fix 397 by pegging alpine version.
2023-05-19 11:26:09 -05:00
prathamesh0
c9155eafd2
Add restart policies to fixturenet-eth and fixturenet-opimism stacks ( #396 )
...
* Add restart policies for fixturenet-optimism stack containers
Former-commit-id: e749699188c733614423ccc7ef43525b9805e23d
* Add restart policies for fixturenet-eth stack containers
Former-commit-id: 716e132300d88dbe6121ed3968a9c78b561196ef
* Remove existing bootnode ENR directory on start
2023-05-19 13:46:39 +05:30
87c25dfb5e
Fix up test stack ( #398 )
...
Former-commit-id: 088105c7829254fc8ff1f31b71d28fd916def7eb
2023-05-18 13:54:27 -06:00
Ian
0691c22db4
Lotus ( #392 )
...
* fist commit
* manual peer connect
* add build to gitignore
* add shared volume
* connect to bootnode
* fix volume init bug
* todo generate genesis
* remove build dir
---------
Co-authored-by: iskay <ian@knowable.vc>
Former-commit-id: 5ecfcae5cc
2023-05-17 17:11:56 -04:00
prathamesh0
5c7d445500
Add a stack for Gelato watcher ( #394 )
...
* Add a stack for Gelato watcher
* Add option to create and use a state snapshot
* Add commands to create and import a state checkpoint
* Rename ipld-eth-server endpoint env variables
* Fix default env variable
Former-commit-id: 8b4b5deba8
2023-05-16 09:09:08 +05:30
a93fa93d26
Small doc fix
...
Former-commit-id: d26dd4b531
2023-05-09 17:08:25 -06:00
1852d7d4c1
Chain chunker stack ( #389 )
...
* Fix bug in default container build flow
* Add convenience stack for chain-chunker
Former-commit-id: 3e78c321b0
2023-05-09 14:00:58 -06:00
Zach
fce41994a3
match tokens ( #388 )
...
Former-commit-id: e5faeb9d3b
2023-05-09 15:23:56 -04:00
8add4671c0
Add environment variables for multiaddrs blacklist ( #381 )
...
* Add env variable for web apps config denyMultiaddrs
* Add watcher config option for blacklisted multiaddrs
* Update package versions
* Use provided domain for relay multiaddr in peer config
* Change delimeter while replacing deny multiaddrs list
---------
Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com>
Former-commit-id: b678a3ecb4
2023-05-05 13:32:19 +05:30
960a24c96b
Add stack for azimuth watchers with gateway-server ( #379 )
...
* Setup gateway-server with watchers
* Add js script to merge toml config files
* Remove individual watcher configs
* Add all azimuth watchers in stack
* Fix toml-js install
* Use env variables for ipld-eth-server endpoints
* Checkout to version tag in azimuth-watcher-ts repo
Former-commit-id: 5a94aed7f7
2023-05-04 15:35:04 +05:30
c1e3f5674d
Fixturenet pocket ( #350 )
...
* add fixturenet-gaia stack
* add fixturenet-pocket
* integrate with eth fixturenet
* separate out fixturenet-gaia
* use pocket-deployments Dockerfile
---------
Co-authored-by: iskay <ian@knowable.vc>
Co-authored-by: Ian <ikay@lakeheadu.ca>
Former-commit-id: b23b5ae3bf
2023-05-02 15:13:48 -06:00
prathamesh0
55e7d22e57
Upgrade to use latest lighthouse release ( #378 )
...
Former-commit-id: ed4f40118f
2023-05-02 13:18:29 +05:30
prathamesh0
3634a35479
Avoid persisting lighthouse bootnode ENR between restarts ( #377 )
...
Former-commit-id: cba2345af3
2023-05-02 12:14:48 +05:30
Zach
3751db8046
rm gerbil from doc
...
Former-commit-id: 97433a7bb5
2023-04-29 14:55:10 -04:00
8cdb9cee35
Remove gerbil builder container from build-support stack ( #375 )
...
Former-commit-id: 19e38d2a94
2023-04-27 10:54:11 -06:00
f8306e6685
Add foundry to the fixturenet-eth-tx stack ( #374 )
...
Former-commit-id: af93743974
2023-04-27 10:52:37 -06:00
Zach
feb5fe7bff
Merge pull request #371 from cerc-io/zramsay-patch-1
...
optimism: on error, wait, then re-run 'deploy up'
Former-commit-id: b74e89fd3f
2023-04-27 12:34:04 -04:00
b0770d7379
Remove >
...
Former-commit-id: 73419c341a
2023-04-27 10:22:21 -06:00
prathamesh0
4aecfcd780
Map op-batcher and op-proposer ports to host ( #373 )
...
Former-commit-id: f04b266a24
2023-04-27 18:26:58 +05:30
03f6d027f9
Minor script cleanup. ( #372 )
...
Former-commit-id: 323ca3b238
2023-04-26 23:26:50 -05:00
Zach
617228d0dc
optimism: on error, wait, then re-run 'deploy up'
...
Former-commit-id: a4ff8f3dcb
2023-04-26 14:43:32 -04:00
d8522211f4
Add script for exporting ethdb from fixturenet. ( #370 )
...
* Add script for exporting ethdb from fixturenet.
* Update README
* Script
Former-commit-id: 7a607c2994
2023-04-26 00:13:35 -05:00
prathamesh0
4ca185c753
Fix sample env in MobyMask app instructions ( #369 )
...
Former-commit-id: 6a11046ea5
2023-04-25 19:38:13 +05:30
prathamesh0
e004d93891
Add instructions to run MobyMask app with a watcher on network ( #368 )
...
* Remove unnecessary check on watcher endpoint
* Add instructions to run MobyMask app with a watcher on network
* Move watcher on network docs to a separate folder
* Add nginx config for watcher endpoint
* Add expected output logs
* Add sample nginx config for hosting the app
* Update instructions
Former-commit-id: 018950858b
2023-04-25 18:32:38 +05:30
prathamesh0
8f6703940a
Upgrade Optimism ( #367 )
...
Former-commit-id: 8a054a979c
2023-04-25 15:52:38 +05:30
prathamesh0
cf0e0c5d94
Add an arg for shutdown timeout in deploy down command ( #366 )
...
Former-commit-id: 44cf57df9b
2023-04-25 11:51:49 +05:30
prathamesh0
7f3a33564a
Upgrade Optimism and add op-proposer ( #364 )
...
* Use the latest stable optimism release
* Remove unnecessary repos from repo-list
* Add op-proposer service to fixturenet-optimism stack
* Add jq and bash to op-proposer image
* Update instructions
* Update op-batcher and op-geth commands
Former-commit-id: 988be0ef9a
2023-04-25 10:41:47 +05:30
10337e77f6
Upgrade mobymkas-ui package version for endorse member UI ( #365 )
...
Former-commit-id: d7ea874268
2023-04-24 17:55:17 +05:30
prathamesh0
7a1ec3f196
Fix mobymask contract deployment script ( #362 )
...
Former-commit-id: 0bc54b30e0
2023-04-21 17:27:53 +05:30
prathamesh0
d6f829ee65
Add instructions to join MobyMask watcher p2p network ( #346 )
...
* Refactor L2 enpoint check to contract deployment script
* Add instructions to join to an existing watcher network
* Include mobymask-v2-watcher-ts in repositories setup
* Add a clean up section and expected outputs
* Add a troubleshooting section
* Use lxdao frontend
* Update instructions for updated UI
Former-commit-id: f78176a27f
2023-04-20 15:30:19 +05:30
prathamesh0
363a0b733f
Fetch geth accounts using an exposed endpoint ( #357 )
...
* Fetch account creds served by geth service
* Use fetched account creds in mobymask-v2 stack
Former-commit-id: eb777b0b47
2023-04-20 15:12:59 +05:30
3d75523d73
Upgrade web-app package versions to set custom relay node ( #358 )
...
Former-commit-id: 01499a3f05
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: 46b36c3cb6
2023-04-20 10:49:19 +05:30
Zach
df13b8f630
Merge pull request #320 from cerc-io/add-kubo-stack
...
Add kubo (IPFS) as a stack
Former-commit-id: 45cab0f33d
2023-04-19 21:48:55 -04:00
6ce01a79ed
Update base containers ( #355 )
...
* Update to Node18
* Update to latest stable lighthouse
Former-commit-id: a335ccde3a
2023-04-19 16:43:59 -06:00
2d5abdce45
Set context dir to the script dir to avoid permission errors ( #354 )
...
Former-commit-id: bde48b699d
2023-04-19 16:00:41 -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: c4002dcc5c
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: c6e6122516
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: 3130af1615
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: cf79f0de0a
2023-04-18 18:25:58 +05:30
cb72e5c03f
Simple implementation of LACONIC_HOSTED_ENDPOINT ( #342 )
...
Former-commit-id: 172300d7bd
2023-04-17 20:46:05 -06:00
c715e11a88
Use CERC_NPM_REGISTRY_URL everywhere ( #340 )
...
Former-commit-id: 39a54bc62a
2023-04-17 13:40:49 -06:00
Zach
ecb3b36387
Update README.md
...
Former-commit-id: dd59579b87
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: 0068a994f6
2023-04-16 20:14:15 -06:00
99af105b9c
quiet npm version warning ( #331 )
...
Former-commit-id: 2eb93d0933
2023-04-14 21:09:22 -06:00
332085f80b
Add force rebuild option ( #329 )
...
Former-commit-id: 1443c6c6d2
2023-04-14 14:19:27 -06:00
zramsay
f0ce0fef1c
typos
...
Former-commit-id: 16c9607a6c
2023-04-13 12:31:53 -04:00
zramsay
a1a4837c89
lil fixes
...
Former-commit-id: bafdfe6d2a
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: cfa32a3515
2023-04-13 06:55:47 -04:00
zramsay
391759e929
expose ports
...
Former-commit-id: e72ea19c5c
2023-04-13 05:27:04 -04:00
prathamesh0
3e80f5f238
Wait for transfer tx receipts when configuring Optimism ( #323 )
...
Former-commit-id: c99fc0941a
2023-04-13 12:43:41 +05:30
13499c6e4b
Add MuKnSys npm scope ( #322 )
...
Former-commit-id: 6b27731a81
2023-04-12 19:46:50 -06:00
zramsay
0f7c23951d
run kubo as a stack
...
Former-commit-id: eae124fdf1
2023-04-12 17:36:47 -04:00