Derek Lee
Derek Lee
## Description: We've enabled `idempotent runs` by default for a while now, but it turns out we don't actually have docs on *how to actually use it*. This PR adds...
### Background & motivation When using Kurtosis and the enclave manager UI, I have to manually hit "refresh" to view updates and changes. This is a bit annoying because I...
### Background & motivation There is no way for me to update or restart me engine in the Cloud UI this is painful because I want to use the latest...
### Background & motivation When using Kurtosis locally, the size of my systems tend to be quite large (due to complexity of distributed systems) and when I unexpectedly hit resource...
Add support for: - Metatrader plugin (currently 216 stars): https://github.com/isaiahbjork/Auto-GPT-MetaTrader-Plugin - Notion plugin (currently 50 stars): https://github.com/doutv/Auto-GPT-Notion - Crypto plugin (currently 79 stars): https://github.com/isaiahbjork/Auto-GPT-Crypto-Plugin
## Overview DIVE currently depends on [`eth-network-package](https://github.com/kurtosis-tech/eth-network-package) here: https://github.com/HugoByte/DIVE/blob/main/services/evm/eth/src/node-setup/start-eth-node.star#L2-L5 Kurtosis will be merging [`eth-network-package`](https://github.com/kurtosis-tech/eth-network-package) into [`eth2-package`](https://github.com/kurtosis-tech/eth2-package) AND renaming `eth2-package` to something else (likely `ethereum-package`). This Github issue is to track...