Ryan Heywood ryan
  • Joined on 2023-05-17
ryan commented on issue public/icepick#10 2024-11-29 11:49:38 +00:00
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…

ryan pushed to main at public/icepick 2024-11-29 05:51:25 +00:00
15a82b4892 document icepick-sol basic transaction
6703a5b3ce add --cluster option to specify which cluster to send requests to
Compare 2 commits »
ryan pushed to main at public/icepick 2024-11-28 18:18:06 +00:00
14f0be8921 broadcast transaction
ryan opened issue public/icepick#18 2024-11-27 17:00:54 +00:00
Add system for aliases of commonly used alternative arguments
ryan pushed to main at public/icepick 2024-11-27 11:54:45 +00:00
bedccf4b14 sign transaction
ryan pushed to main at public/icepick 2024-11-27 11:52:58 +00:00
7e7b28e7ec sign transaction
ryan commented on issue public/icepick#10 2024-11-26 23:36:30 +00:00
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…
ryan pushed to main at public/icepick 2024-11-26 22:07:10 +00:00
e28047de92 add wallet generation to solana
ryan commented on issue public/icepick#17 2024-11-26 20:07:01 +00:00
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 
ryan pushed to main at public/icepick 2024-11-26 19:24:41 +00:00
10cda7824c add key derivation
ryan opened issue public/icepick#17 2024-11-26 19:18:44 +00:00
Subcommand for generating and printing wallets
ryan opened issue public/keyfork#54 2024-11-26 17:31:44 +00:00
Yoink serde_derivation from icepick
ryan opened issue public/icepick#16 2024-11-26 16:55:15 +00:00
Define self for icepick_module::Module to allow self-reference during operations
ryan commented on issue public/icepick#15 2024-11-26 16:52:33 +00:00
Tracker: Icepick configuration file

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…

ryan pushed to main at public/icepick 2024-11-26 16:50:35 +00:00
40467ce13d add optional command_name config option
ryan opened issue public/icepick#15 2024-11-26 16:35:23 +00:00
Tracker: Icepick configuration file
ryan pushed to main at public/icepick 2024-11-26 16:34:59 +00:00
9f9deb107e icepick: add config file format
ryan commented on issue public/keyfork#53 2024-11-26 16:27:25 +00:00
Define derivation paths for ETH, SOL, etc.

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.

ryan commented on issue public/icepick#1 2024-11-26 15:22:10 +00:00
Define transport envelope standard

add a config file for this perhaps so i don't have to hardcode everything within icepick thnak u anton