7f28d78297
Complete implementation, add test
2023-10-03 12:37:24 -06:00
fe2e92889d
Initial deployment config implementation
2023-10-03 11:52:47 -06:00
Zach
b485a3b8d8
doc on how to add a stack ( #552 )
...
* doc on how to add a stack
* commands to run + nits
2023-10-01 14:33:01 -04:00
72dbee88d4
Document adding config.yml ( #551 )
2023-09-27 15:52:08 -06:00
Zach
33e443f41f
Gitea x Laconicd + some doc updates ( #549 )
...
* combine instructions from 2 stacks
Former-commit-id: 77d194cfd9b0503c3e55e8c79429fa1f36a8d784
* tidy doc
---------
Co-authored-by: zramsay <zach@bluecollacoding.ca>
2023-09-27 17:36:12 -04:00
Zach
bc78c5e0d6
Update README.md ( #544 )
2023-09-27 17:07:30 -04:00
7fd2439aa9
Fix output text ( #548 )
2023-09-27 15:04:13 -06:00
eca5aae991
Document self-update command ( #547 )
2023-09-27 14:57:48 -06:00
5beaf69a36
Implement --check-only ( #546 )
2023-09-27 14:51:52 -06:00
06c4a77afe
Simple self-update feature ( #545 )
...
* Simple self-update feature
* Update quick install script for self-update
2023-09-27 14:24:41 -06:00
aafadbbed6
Add readme to deploy subgraphs ( #543 )
2023-09-27 12:15:51 +05:30
be519e9ca0
Split graph-node stack to run independently ( #541 )
...
* Split graph-node stack to run independently
* Fix sushiswap subgraph config in fixturenet stack
2023-09-26 17:31:00 +05:30
Zach
e56a910260
remove old npm scope ( #538 )
2023-09-25 09:43:06 -04:00
prathamesh0
e3dc75118b
Add support for direct peers when pubsub is set to gossipsub ( #539 )
...
Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
2023-09-25 14:55:53 +05:30
e0b5318ebe
Plugeth stack fixX ( #537 )
2023-09-20 14:26:58 -05:00
Zach
2425aa8556
fix readme ( #519 )
2023-09-20 10:31:14 -04:00
prathamesh0
3dc9cd584a
Add a mobymask-v3 stack ( #531 )
...
* Add a mobymask-v3 stack
* Fix Nitro deployment script and add watcher container
* Setup Nitro config
* Run build after setting Nitro addresses
* Setup consensus config
* Add a container for web-app
* Use node 18 for the web-app
* Persist Nitro node data to a volume
* Add clean up steps
* Update query rates
2023-09-20 09:48:15 +05:30
ed9c253f61
Simplified, improved default dashboard for mainnet-eth-metrics. ( #536 )
...
* Simplified, improved default dashboard for mainnet-eth-metrics.
* Add missing lighthouse prometheus config.
2023-09-19 20:29:08 -05:00
bdf4f069b4
Include all of app/data regardless of depth. ( #535 )
2023-09-19 20:26:48 -05:00
5f9c3c14b2
Add port mapping option
2023-09-19 14:06:29 -06:00
0b512db693
Handle udp ports mapped ( #534 )
...
* Handle udp ports mapped
* Fix lint error
2023-09-19 13:27:34 -06:00
e0ecbc3ab3
Remove private repo from stack ( #532 )
2023-09-19 10:36:05 -06:00
626cc17373
Update copyright messages ( #530 )
...
Co-authored-by: David Boreham <david@bozemanpas.com>
2023-09-10 13:28:26 -06:00
c30c779535
Pass through auth token to plugeth container builds ( #529 )
2023-09-08 15:37:59 -06:00
prathamesh0
3011a485ee
Update mobymask-v2 stack with pubsub option ( #527 )
...
* Add steps to force rebuild and persist peers_ids volume
* Update mobymask-v2 stack with pubsub option
* Update watcher-ts version
---------
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
2023-09-06 14:48:32 +05:30
d505664781
Fix bug in deploy setup ( #526 )
2023-09-04 19:33:36 -06:00
4197d39b0c
Fix lint errors ( #525 )
2023-09-04 15:23:22 -06:00
8dcebe3737
Configure laconicd initial peers ( #524 )
...
* Configure initial peers through deploy create command
* Re-write config file
2023-09-04 15:13:23 -06:00
50d17c3282
Fix lint errors ( #523 )
...
* Fix lint errors
* Fix more lint errors
2023-09-04 13:00:23 -06:00
2c930bdbc3
Add flake8 lint check in CI ( #522 )
2023-09-04 12:46:16 -06:00
f48f4978aa
Host port mapping recipes ( #521 )
...
* Implement --map-ports-to-host feature
2023-09-04 12:14:05 -06:00
e89f7c9526
Upgrade mobymask app versions ( #520 )
2023-09-04 17:51:59 +05:30
Zach
ae9dff553e
typo ( #515 )
2023-09-01 11:15:07 -04:00
bab3a8dba8
Add steps to change ETHEREUM_REORG_THRESHOLD
env in deployed stack ( #517 )
...
* Add steps to set environment variable in deployed stack
* Change ETHEREUM_REORG_THRESHOLD value to 3
2023-08-31 18:10:36 +05:30
e0972033de
Set ETHEREUM_REORG_THRESHOLD in graph-node to 16 ( #516 )
2023-08-31 10:42:01 +05:30
b5988fba8f
Update MobyMask v1 and v2 watcher stack with new deployed contract ( #512 )
...
* Update mobymask v1 watcher with new contract
* Update mobymask v1 stack with deployment commands
* Use release tag for mobymask-watcher-ts repo
* Upgrade MobyMask version in v2 stack to use latest contract
2023-08-30 16:15:43 +05:30
prathamesh0
53ed18b3dc
Update sushiswap-subgraph stack to point to filecoin endpoint ( #509 )
...
* Update sushiswap-subgraph stack to point to filecoin endpoint
* Deploy blocks subgraph in sushiswap-subgraph stack
* Update subgraph config
* Remove duplicate nativePricePool
* Enable debug logs in graph-node and update instructions
* Two additional miner nodes in fixturenet-lotus
* Revert experimental change for additional miner nodes
* Set ETHEREUM_REORG_THRESHOLD env for graph-node to catch up to head
* Take ETH RPC endpoint for graph-node from env
* Set default values for RPC endpoint in graph-node
* Rename fixturenet-graph-node pod to graph-node
* Clean up sushiswap-subgraph stack
* Use deployment command in sushiswap-subgraph stack
* Add a separate fixturenet-sushiswap-subgraph stack
* Fix pods in fixturenet-sushiswap-subgraph
* Fix fixturenet subgraph deployment commands and instructions
---------
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
2023-08-30 16:05:16 +05:30
d3c26948fc
Add eth-api-proxy to mainnet-eth stack. ( #514 )
...
* Add eth-api-proxy to mainnet-eth stack.
2023-08-29 16:49:09 -05:00
7f9b556f9d
Update mainnet-eth stack to include auth and metrics. ( #492 )
2023-08-29 11:32:37 -05:00
Zach
125af19890
add short help text for a deployment ( #511 )
2023-08-24 08:50:42 -04:00
7797185d07
Mainnet laconic setup ( #510 )
2023-08-23 15:20:28 -06:00
f55a14bd6c
Create new base container for pre-compiled webapps. ( #507 )
...
* Create new base container for pre-compiled webapps.
* Set the webapp dir appropriately.
2023-08-22 13:32:45 -05:00
f411590452
Tolerate missing deployment plugin source code files ( #508 )
2023-08-17 13:49:56 -06:00
97dc45549d
Update fixturenet eth test ( #506 )
2023-08-17 13:24:06 -06:00
Zach
8a7622ffa9
bump azimuth version ( #502 )
2023-08-17 06:37:26 -04:00
d35bbbab98
Support ChromeOS Debian VM ( #503 )
2023-08-17 02:02:57 -06:00
407571e18d
Add debian setup script ( #501 )
...
* Adapt install script to Debian
* Update docs for new scipt name
* Add reference to dockerco install doc
2023-08-15 11:49:17 -06:00
d39e2e959e
Add steps in sushiswap-subgraph task to generate events ( #500 )
...
* Fix env variable overriding in sushiswap contract deployment containers
* Add steps for generating sushiswap events
* Remove pool swap event
2023-08-14 19:28:38 +05:30
prathamesh0
ddaddd2a8c
Add a sushiswap-subgraph stack ( #496 )
...
* Add a sushiswap-graph stack
* Fix shared volume name in fixturenet-lotus
* Export Lotus miner node multiaddr after initialization
* Add deployment scripts for sushiswap contracts
* Skip contracts deployment if already exists
* Rename stack to sushiswap-subgraph
* Fix postgres and use Lotus fixturenet in graph-node stack
* Add sushiswap v3 subgraph stack
* Fixes to deploy sushiswap subgraph to graph-node
* Add graph-node container in sushiswap subgraph stack
---------
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
2023-08-14 14:17:21 +05:30
prathamesh0
59e0458c74
Restart support for fixturenet-lotus ( #499 )
...
* Use ip utility to get the required miner node multiaddr
* Persist lotus node data to support restarts
* Add clean up steps to instructions
* Fix lotus-seed sector-dir arg
2023-08-14 12:46:04 +05:30