big refac and features
1 unresolved thread
1 unresolved thread
- add cesium-style scrypt + nacl auth
- add cesium subcommand to display pubkey
- add reset config command
- improve config display
- finish tx refac → submit_call_and_look_event
- refac key pair management
- refac error type from anyhow to Ğcli
- improve runtime error display
- update metadata
- update subxt version to 0.32.1
- improve event printing
- add sudo subcommand
- add force distance status
Merge request reports
Activity
Filter activity
requested review from @tuxmain
assigned to @HugoTrentesaux
57 payload, 58 &PairSigner::<Runtime, sp_core::sr25519::Pair>::new(keypair), 59 ) 60 .await 61 } 62 // nacl key pair 63 KeyPair::Nacl(keypair) => { 64 data.client() 65 .tx() 66 .sign_and_submit_then_watch_default( 67 payload, 68 &commands::cesium::CesiumSigner::new(keypair), 69 ) 70 .await 71 } 72 } - Resolved by Hugo Trentesaux
Please register or sign in to reply