1. Apr 13, 2022
  2. Apr 12, 2022
    • Andrew Jones's avatar
      Use rustfmt config from `ink!` 🦑 (#505) · cfd55bd6
      Andrew Jones authored
      * Copy ink rustfmt config
      
      * inkify
      
      * Add editorconfig
      
      * Fmt
      
      * Fmt
      
      * Fmt
      cfd55bd6
    • Sasha Gryaznov's avatar
      Add `decode` command for event, message and constructor data decoding (#481) · bce9301c
      Sasha Gryaznov authored
      * add contract call data to debug log
      
      * [REVERT!] some debug data to dig into an error
      
      * save
      
      * decode cmd works for both event and message
      
      save: +output tuned
      
      +decoder for message data and specifier of type to DecodeCommand
      
      removed redundant args to decode cmd
      
      * remove some debugging prints
      
      This reverts commit 1375fee8
      
      .
      
      * test fixed
      
      * use util decode_hex()
      
      * moved decode cmd to root (it's not an extrinsic)
      
      * e2e test for decoding message data
      
      * add decoding event to the same e2e test
      
      * Update src/cmd/decode.rs
      
      Co-authored-by: default avatarAndrew Jones <[email protected]>
      
      * added constructor data decoder
      
      * ci fixes
      
      * lil test update
      
      * Partially revert "lil test update" (mainfest fixes)
      
      This reverts commit 1f24d5be.
      
      * Build before test, and test --release
      
      * Revert "Build before test, and test --release"
      
      This reverts commit 7f6ef5ee
      
      .
      
      * Move decode test to an integration test
      
      Co-authored-by: default avatarAndrew Jones <[email protected]>
      bce9301c
  3. Apr 11, 2022
  4. Apr 08, 2022
  5. Apr 07, 2022
  6. Apr 06, 2022
  7. Apr 05, 2022
  8. Apr 04, 2022
  9. Apr 01, 2022
  10. Mar 31, 2022
  11. Mar 28, 2022
  12. Mar 22, 2022
  13. Mar 21, 2022
  14. Mar 18, 2022
  15. Mar 17, 2022
  16. Mar 15, 2022
  17. Mar 14, 2022