1
0
Commit Graph

117 Commits

Author SHA1 Message Date
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
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
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
fbe76f4713 Handle semver spec in package.json local dependencies
Former-commit-id: c5a532c02bb44c9bdac9bdd97220c57b27d4d201
2023-03-29 22:46:58 -06:00
46cc0e8b94 Merge branch 'main' into dboreham/add-console
Former-commit-id: c5cf8dda792675705d81664e10b1c7406f7e923e
2023-03-29 21:25:57 -06:00
51ad55b1d1 Do not switch gid/uid for root and system users
Former-commit-id: b6fb3b396bd48bc434590d3a6723157144d7f924
2023-03-28 19:52:42 -06:00
ce04ca2be5 Update go-ethereum-foundry container for Debian base image
Former-commit-id: 82acc99e2db8f08c282fd714eb98adbae026cb59
2023-03-28 09:52:34 -06:00
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
f4e9837ed2 Merge pull request #238 from cerc-io/telackey/act_runner
Add Gitea action support via act_runner.

Former-commit-id: 7af7f654f6988bf37255c2bf951531e6c9ea30f2
2023-03-25 11:35:07 -06:00
0eb890edaf Merge pull request #230 from cerc-io/dboreham/update-node-version
Update to Node 18

Former-commit-id: ece01730fd1a6cda22b558baa15e5b21d9e09fe4
2023-03-25 11:34:07 -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
David Boreham
99f41a3f9f Merge branch 'dboreham/add-console' of github.com:cerc-io/stack-orchestrator into dboreham/add-console
Former-commit-id: 2ca48fd2a272368dedc6aabb94894ef921533f2f
2023-03-24 18:38:50 -06:00
David Boreham
4b0f46bb1b Merge branch 'main' into dboreham/add-console
Former-commit-id: 62d2d37417dff1eb3c823ed3764fa631de9db830
2023-03-24 18:36:36 -06:00
David Boreham
5767b93e6a Use our locally built foundry container
Former-commit-id: da24a4edf66f9475d5f7c730ff0342b52cd7fa4c
2023-03-24 18:23:35 -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
2d64f49dc5 Fix npm config
Former-commit-id: 5b8c91d19d40d868d89c6037f9f498f003c8aab9
2023-03-24 02:59:03 -06:00
7c69d9477b Merge branch 'main' into dboreham/add-console
Former-commit-id: af1b5b5cfcadbbafd407410e018fe871c2ce25f4
2023-03-24 02:56:03 -06:00
aa01feb98a Fix up script and npm list
Former-commit-id: e6b91acdeacc5eb27e03fb7d12f13ad23cd7e681
2023-03-24 02:52:37 -06:00
c4e3aa54f1 Remove trailing whitespace
Former-commit-id: 2e7ef1e52eefbd4fc995cdc371be7930650a09c1
2023-03-24 02:31:19 -06:00
364a71d694 Support the @lirewine npm scope
Former-commit-id: 9e322203e9f07364a4ba28b28920aa6c9b945144
2023-03-24 02:30:04 -06:00
db925bfe35 Merge branch 'main' into dboreham/add-console
Former-commit-id: 44ba54f4a12087e9f637391a219e172dcd5121a4
2023-03-23 18:47:54 -06:00
David Boreham
23fab04ec8 Fix filename
Former-commit-id: 06288fd9e19b35e8b2e14a126ce52cecbe15d33e
2023-03-23 16:09:27 -06:00
David Boreham
4420f45924 Build foundry with Debian base container
Former-commit-id: 21e9f9677173cee479b894c7ea96b6a562d035d9
2023-03-23 16:03:35 -06:00
9e138d8a6a Initial commit
Former-commit-id: c9e931c212f9871f7f328f34a9bad69a490f0db8
2023-03-23 16:02:55 -06:00
David Boreham
653f4c7d0a Update to Node 18
Former-commit-id: 56ff7d210bef007a48057b2e5cb6d7bc20a7b3bf
2023-03-23 14:04:31 -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
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
4fd9e71c84 Configure foundry container
Former-commit-id: b708bb212279deb5475fdca6a0e01d74bbfd8e6e
2023-03-08 22:22:43 -07:00
6ae3c252ea Very basic key export/import implementation
Former-commit-id: 8a8fef6845edbbde34e561bb1b613df1c5a9cc9b
2023-03-07 10:08:04 -07:00
178de8f496 Add simple export/import scheme
Former-commit-id: 277be07dcd2bc4473c963119eb5d47d9739b0c21
2023-03-07 09:07:15 -07:00
eb70f2526e Initial commit
Former-commit-id: 49c524e8edc27db89f79a13bbe19a8ece221372e
2023-03-04 18:45:57 -07:00
c3101bc25a Remove debug output
Former-commit-id: f99dbfbdf57217b88cc0ec9e1d6a1cbcccb2ce5c
2023-03-02 10:32:18 -07:00
9480b4082e usermod does not change group ownership of home dir
Former-commit-id: 17355c9e4292a042e7c8416aafafb044e0fde3e2
2023-02-24 22:44:50 -07:00
467ff235ba Propagate build env vars
Former-commit-id: 5022e355ed9a88658e786a569ff1069ad31ecb56
2023-02-24 22:26:02 -07:00
25a755982e Implement new approach: build a uid-specific container
Former-commit-id: 6704cd752703159530775718d6d61fdeed027bdb
2023-02-24 22:14:28 -07:00
e3e96fa75e Work around docker uid/gid insanity
Former-commit-id: b84a28592df56104fc25ab6337ab5c53bfd658bd
2023-02-23 20:50:20 -07:00
6f2a44ba2f Check for builder container in npm build
Former-commit-id: 156758bfa7b94c35631488a0ce061df3ef292320
2023-02-20 16:16:15 -07:00
bc5eff71b5 Use latest keycloak plugin. (#173)
Former-commit-id: 8645ab06193287f51fdfc4de89722d5aa8bee3fc
2023-02-01 16:02:49 -06:00
b4ddef7ff0 Revert local foundry build
Former-commit-id: e850923e1abc57aec3911901425f6b5c77e227d3
2023-01-30 14:05:48 -07:00
4dda8e2a87 Install gerbil packages globally not locally in the project directory
Former-commit-id: 5928e40721a43a7e8ee2fc90f43db94c6a8e3d78
2023-01-28 18:56:43 +01:00
d677e5f369 Fix status script
Former-commit-id: 5a3bdd269d06f17a9062d5c5df05c75f4bbf7745
2023-01-27 08:10:04 -07:00
f02bbee3bf Fixes to fixturenet-eth
Former-commit-id: e4229e4cebb4532ed6f6ae1102ba16ab91ab8056
2023-01-26 16:47:06 -07:00
b5c7ad114c Integrate grafana/prometheus with fixturenet-eth. (#156)
* Integrate grafana/prometheus with fixturenet-eth.

* Integrate grafana/prometheus with fixturenet-eth.

* Revert port change

* EOL

* EOL

* Simplify ipld-eth-server config.

Former-commit-id: c279bd49a4410c9d94e21c5bae2125444bc4e223
2023-01-25 11:50:08 -06:00
David Boreham
2e291b3e4c Add trailing newline
Former-commit-id: 5f22afc78baa00bacdfb8f7bc5240e71ba1492c7
2023-01-23 22:11:24 -07:00
David Boreham
629e484c30 Implement deploy-system port command
Former-commit-id: ea6f932e001a7320f9c9dbf69b0a8bc91445ea48
2023-01-23 22:09:56 -07:00
3d7d23b68b Merge pull request #151 from cerc-io/dboreham/build-foundry-local
Build foundry container locally

Former-commit-id: 9464c47163140f57b55e085ce3bb92f89f5b37ec
2023-01-23 17:09:11 -07:00
c6c9e229d2 Revert debugging code
Former-commit-id: 14e57abfbfa2d137f910d46080569773ebfa8456
2023-01-23 17:07:23 -07:00
c77cc4e111 Update keycloak to include X-User-Id header. (#147)
Former-commit-id: 65cdba77055b1c3ba1d780b40a5c64dc41e7b4e2
2023-01-23 10:39:15 -06:00
b6a84db6a2 Add guile to gertbil builder container
Former-commit-id: c7970d09b309acce183b5ed81b089e92cd3729bf
2023-01-23 08:00:24 -07:00
86b7e6957c Enhance readme
Former-commit-id: 4ab84eb7ca23786db42f0eb471a4db6be8e1da22
2023-01-23 07:24:27 -07:00
David Boreham
e183e2a880 Build foundry container locally
Former-commit-id: f3f40339379a91aaba5f9b3b46618a61a8414af2
2023-01-22 22:19:23 -07:00
7bd8045d6e Fix bugs
Former-commit-id: 46bcc2f882ffc5dc4e685f22ccaca0b23b83738d
2023-01-22 22:12:05 -07:00
b2268a6518 Add gerbil builder container
Former-commit-id: 8843b894e22044a0e3d16b57abbad6f4fa8f8a42
2023-01-22 21:50:50 -07:00
7a9926b695 Remove extraneous stderr output
Former-commit-id: 3b5efc8f0f3a9f671e852433f94ae8e612508c18
2023-01-19 13:00:06 -07:00
b29537ad7c Fix various npm build issues
Former-commit-id: 9fb96d845880e30d56234cc9485134c7a700abd7
2023-01-19 11:33:34 -07:00
08d5c22f32 Enable metrics endpoint in fixturenet.
Former-commit-id: 0ea29bc4806a4ffd1735ce151fc740e38ee3f02b
2023-01-17 12:04:28 -06:00
b13300ca81
Add CERC_STATEDIFF_DB_LOG_STATEMENTS=true|false option. (#120) 2023-01-13 16:33:59 -06:00
6396de1ecf
Improvements for building/deploying geth. (#119)
* Improvements for building/deploying geth.

* Improvements for building/deploying geth.
2023-01-12 11:37:23 -06:00
8e184f509d
Add remote debugging support to fixturenet-geth. (#113)
* Add remote debugging support to fixturenet-geth.
2023-01-11 12:54:22 -06:00
0435a71b5e Refactor for shiv package 2023-01-07 21:02:14 -07:00