Skip to content
  1. Feb 22, 2021
  2. Feb 19, 2021
  3. Feb 16, 2021
  4. Feb 15, 2021
  5. Feb 10, 2021
  6. Feb 09, 2021
  7. Feb 06, 2021
  8. Feb 04, 2021
  9. Feb 03, 2021
  10. Feb 02, 2021
  11. Feb 01, 2021
  12. Jan 29, 2021
  13. Jan 28, 2021
  14. Jan 26, 2021
  15. Jan 22, 2021
    • cheme's avatar
      Allow transaction for offchain indexing (#7290) · 878f7ccf
      cheme authored
      
      
      * Moving offchain change set to state machine overlay change set,
      preparing use of change set internally.
      
      * Make change set generic over key and value, and use it for offchain
      indexing.
      
      * test ui change
      
      * remaining delta
      
      * generating with standard method
      
      * Remove 'drain_committed' function, and documentation.
      
      * Default constructor for enabling offchain indexing.
      
      * Remove offchain change specific iterators.
      
      * remove pub accessor
      
      * keep previous hierarchy, just expose iterator instead.
      
      * Update primitives/state-machine/src/overlayed_changes/mod.rs
      
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      
      * fix line break
      
      * missing renamings
      
      * fix import
      
      * fix new state-machine tests.
      
      * Don't expose InnerValue type.
      
      * Add test similar to set_storage.
      
      * Remove conditional offchain storage (hard to instantiate correctly).
      
      * fix
      
      * offchain as children cannot fail if top doesn't
      
      Co-authored-by: default avatarAddie Wagenknecht <[email protected]>
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      878f7ccf
  16. Jan 21, 2021
  17. Jan 18, 2021
  18. Jan 16, 2021
  19. Jan 15, 2021
  20. Jan 14, 2021
    • Denis_P's avatar
      tests: fix UI test so we can update CI image (#7901) · 3ee8b66e
      Denis_P authored
      * tests: fix UI test so we can update CI image
      
      * CI: remove diener installation from the script as it's installed in CI image
      
      * tests: another fix
      
      * tests: fix another fix
      
      * tests: NLoEOF
      
      * tests: another broken stderr
      3ee8b66e
    • Liu-Cheng Xu's avatar
      Add payment_queryFeeDetails RPC (#7692) · 65569620
      Liu-Cheng Xu authored
      
      
      * Return FeeDetails in compute_fee_raw()
      
      * Add payment_queryDetails rpc
      
      * Simplify serde attribute a bit
      
      * Fix line width check
      
      * Use saturating_add()
      
      * Move transaction payment rpc types to types.rs
      
      * Add file header
      
      * Fix test
      
      * Update Cargo.lock
      
      * Nit
      
      * Apply the review suggestions
      
      * .
      
      * .
      
      * Fix serde
      
      * Fix rust doc
      
      * .
      
      * Update frame/transaction-payment/src/types.rs
      
      Co-authored-by: default avatarGuillaume Thiolliere <[email protected]>
      
      * Use NumberOrHex in fee details RPC
      
      * Address review feedback
      
      * Nits
      
      * Update some docs
      
      * Address review
      
      * Update frame/transaction-payment/src/types.rs
      
      Co-authored-by: default avatarGuillaume Thiolliere <[email protected]>
      
      * Happy 2021
      
      * Nit
      
      * Address code review
      
      * Remove needless bound
      
      Co-authored-by: default avatarGuillaume Thiolliere <[email protected]>
      65569620