manifoldfinance / mevETH2

mevETH LST Protocol - Repo has migrated see link
https://github.com/MEV-Protocol/meveth
27 stars 2 forks source link

Feat/process queue batch #273

Open sandybradley opened 9 months ago

sandybradley commented 9 months ago

Notes:

height[bot] commented 9 months ago

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

jeremyHD commented 9 months ago

bumping into an issue here while using the ProcessQueue scripts. The cast command doesn't have the option --data

maybe the version of cast in devshell is out of date?

ERROR foundry_evm::executor::inspector::cheatcodes::ext: stderr err="error: unexpected argument '--data' found\n\n tip: to pass '--data' as a value, use '-- --data'\n\nUsage: cast wallet sign <--from <ADDRESS>|--interactive|--private-key <RAW_PRIVATE_KEY>|--mnemonic <MNEMONIC>|--mnemonic-passphrase <PASSPHRASE>|--mnemonic-derivation-path <PATH>|--mnemonic-index <INDEX>|--keystore <PATH>|--password <PASSWORD>|--password-file <PASSWORD_FILE>|--ledger|--trezor|--aws> <MESSAGE>\n\nFor more information, try '--help'.\n"

sandybradley commented 8 months ago

bumping into an issue here while using the ProcessQueue scripts. The cast command doesn't have the option --data

maybe the version of cast in devshell is out of date?

ERROR foundry_evm::executor::inspector::cheatcodes::ext: stderr err="error: unexpected argument '--data' found\n\n tip: to pass '--data' as a value, use '-- --data'\n\nUsage: cast wallet sign <--from <ADDRESS>|--interactive|--private-key <RAW_PRIVATE_KEY>|--mnemonic <MNEMONIC>|--mnemonic-passphrase <PASSPHRASE>|--mnemonic-derivation-path <PATH>|--mnemonic-index <INDEX>|--keystore <PATH>|--password <PASSWORD>|--password-file <PASSWORD_FILE>|--ledger|--trezor|--aws> <MESSAGE>\n\nFor more information, try '--help'.\n"

For reference, this error was because nix foundry version was out of date. Fixed with nix flake update