Skip to content
Snippets Groups Projects
Select Git revision
  • json-output
  • nostr
  • master default protected
  • 48-error-base-58-requirement-is-violated
  • no-rename
  • hugo/tx-comments
  • poka/dev
  • hugo/dev
  • tuxmain/mail
  • 0.4.3-RC2
  • 0.4.3-RC1
  • 0.4.2
  • 0.4.1
  • 0.4.0
  • 0.3.0
  • 0.2.17
  • 0.2.16
  • 0.2.15
  • 0.2.14
  • 0.2.13
  • 0.2.12
  • 0.2.10
  • 0.2.9
  • 0.2.8
  • 0.2.7
  • 0.2.6
  • 0.2.5
  • 0.2.4
  • 0.2.3
29 results

Cargo.lock

Blame
    • Nicolas80's avatar
      55fa2204
      * Extra changes for better json output support · 55fa2204
      Nicolas80 authored
      * Added proper json output for any GcliError when OutputFormat is `json` (in main.rs main function) and cleaned-up duplicate handling that was in print_command_output_impl
      * Adapted command `account balance` to the new structure with SerializeHuman
      * Replaced dbg! by log::warn! in data.rs so that it's not printed by default but high enough to be seen when using `RUST_LOG=debug|info|warn`
        * This allows having clean "error" json output by default
      * Updated CHANGELOG for 0.4.3-RC2 (and adapted version)
      55fa2204
      History
      * Extra changes for better json output support
      Nicolas80 authored
      * Added proper json output for any GcliError when OutputFormat is `json` (in main.rs main function) and cleaned-up duplicate handling that was in print_command_output_impl
      * Adapted command `account balance` to the new structure with SerializeHuman
      * Replaced dbg! by log::warn! in data.rs so that it's not printed by default but high enough to be seen when using `RUST_LOG=debug|info|warn`
        * This allows having clean "error" json output by default
      * Updated CHANGELOG for 0.4.3-RC2 (and adapted version)