Sol and SPL-Token Transfer
SPL-Token checkpoint: I had some issues with the Instruction compiler not marking the "from" pubkey as writable, to pay fees, in the event a payer is not provided. This has been resolved.
This…
Derive macro
icepick_module::Interface
to automatically generate Operations and imply Deserialize
Sol and SPL-Token Transfer
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…
Add system for aliases of commonly used alternative arguments
Sol and SPL-Token Transfer
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…
Subcommand for generating and printing wallets
Changed operation to get-wallet-address to make it less CLI oriented.
% cargo run -q --bin icepick -- sol generate-wallet --account 0
Subcommand for generating and printing wallets
Define
self
for icepick_module::Module
to allow self-reference during operations