1. May 20, 2020
    • Pierre Krieger's avatar
      0227ff51
    • Tomasz Drwięga's avatar
      Maximum extrinsic weight limit (#6067) · 899a4486
      Tomasz Drwięga authored
      * Only check single extrinsics weight limit in validate_transaction.
      
      * Add missing parameter to all pallets.
      
      * Add tests, fix default configuration.
      
      * Bump spec version.
      
      * Use AvailableBlockRation to calculate MaxExtrinsicWeight
      899a4486
    • Dmitry Kashitsyn's avatar
      Refactor resource and error handling in wasm (#6074) · a67dcfb2
      Dmitry Kashitsyn authored
      * Refactor resource and error handling in wasm
      
      * Fixes based on review
      a67dcfb2
    • Arkadiy Paronyan's avatar
      Bump wasmtime version (#6081) · 4269e230
      Arkadiy Paronyan authored
      4269e230
    • Alexander Theißen's avatar
      Refactor OverlayedChanges (#5989) · f3475232
      Alexander Theißen authored
      * Hide internal structure of OverlayChanges
      
      * Fix tests for OverlayChanges refactor
      
      * Do not clone pending changes
      
      Discarding prospective changes should be equivalent as a state machine
      is not to be called with peding changes.
      
      This will be replaced by a storage transaction that is rolled back before
      executing the call the second time removing this constraint.
      
      * Doc fixes
      
      * Remove overlong line
      
      * Revert "Do not clone pending changes"
      
      This reverts commit 4799491f.
      
      * Deduplicate chield tries returned from child_infos()
      
      * Remove redundant type annotation
      
      * Avoid changing the storage root in tests
      
      * Preserve extrinsic indices in trie build test
      
      * Swap order of comitted and prospective in fn child_infos
      
      This is only for consistency and does not impact the result.
      
      * Rename set_pending to replace_pending for clearity
      f3475232
  2. May 19, 2020
  3. May 18, 2020
  4. May 16, 2020
  5. May 15, 2020
  6. May 14, 2020