Skip to content
Snippets Groups Projects

big refac and features

Merged Hugo Trentesaux requested to merge hugo-dev into master
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 }
  • Hugo Trentesaux added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading