Minor update: I was working on seeing if I could reproduce an Icepick key using the Solana CLI and vice versa, and I encountered a strange hiccup. The Solana key management utilities use BIP-0039…
Running `/tmp/cargo-target/debug/icepick sol sign`
[crates/by-chain/icepick-solana/src/lib.rs:282:17] BASE64_STANDARD.encode(transaction.message_data()) = "AQABA4iPRr5lC5pr4P8V8oo/AOkCRb…
Changed operation to get-wallet-address to make it less CLI oriented.
% cargo run -q --bin icepick -- sol generate-wallet --account 0
self
for icepick_module::Module
to allow self-reference during operations
Added command_name
to allow custom commands... Maybe this system can also allow command_args
to allow passing in command-line arguments for custom coin transfer.
For example, PYTH may…
This may be sidetracked by a recent addition to Icepick. Icepick has a config format that defines the module path as well as the prefix it allows derivation from.
add a config file for this perhaps so i don't have to hardcode everything within icepick thnak u anton