1. 03 May, 2022 2 commits
  2. 02 May, 2022 6 commits
  3. 26 Apr, 2022 3 commits
  4. 22 Apr, 2022 3 commits
  5. 20 Apr, 2022 1 commit
  6. 18 Apr, 2022 1 commit
  7. 15 Apr, 2022 1 commit
  8. 14 Apr, 2022 1 commit
  9. 13 Apr, 2022 1 commit
  10. 12 Apr, 2022 2 commits
    • 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 1375fee80539f2997c6a648b0ebfe84907662147
      
      .
      
      * 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: Andrew Jones's avatarAndrew Jones <ascjones@gmail.com>
      
      * added constructor data decoder
      
      * ci fixes
      
      * lil test update
      
      * Partially revert "lil test update" (mainfest fixes)
      
      This reverts commit 1f24d5be6f31a42da70fce89661e7d4ad3d5feaf.
      
      * Build before test, and test --release
      
      * Revert "Build before test, and test --release"
      
      This reverts commit 7f6ef5eed1ec822b698234fca9b6fb1a5e49f239
      
      .
      
      * Move decode test to an integration test
      
      Co-authored-by: Andrew Jones's avatarAndrew Jones <ascjones@gmail.com>
      bce9301c
  11. 11 Apr, 2022 3 commits
  12. 08 Apr, 2022 2 commits
  13. 07 Apr, 2022 2 commits
  14. 06 Apr, 2022 5 commits
  15. 05 Apr, 2022 3 commits
  16. 04 Apr, 2022 3 commits
  17. 01 Apr, 2022 1 commit