Skip to content
  1. Aug 21, 2020
  2. Aug 17, 2020
  3. Aug 11, 2020
  4. Aug 10, 2020
  5. Aug 06, 2020
  6. Aug 05, 2020
  7. Aug 04, 2020
  8. Aug 03, 2020
    • Alex Siman's avatar
      Add ss58 address for Subsocial (#6800) · de8a0d5a
      Alex Siman authored
      de8a0d5a
    • Pierre Krieger's avatar
      Add details to legacy requests (#6747) · 0330f629
      Pierre Krieger authored
      0330f629
    • Ashley's avatar
      Convert spaces to tabs (#6799) · 584588b7
      Ashley authored
      584588b7
    • Kian Paimani's avatar
      Add integrity test for slash defer duration (#6782) · 2afbcf7e
      Kian Paimani authored
      * Add integrity test for slash defer duration
      
      * Wrap in externalities
      
      * Update frame/staking/src/lib.rs
      2afbcf7e
    • Shawn Tabrizi's avatar
      Improve Benchmark Writer: Remove Unused Components, Remove Multiply by Zero,... · 2bd4f451
      Shawn Tabrizi authored
      Improve Benchmark Writer: Remove Unused Components, Remove Multiply by Zero, Files Split by Pallet (#6785)
      
      * initial improvements
      
      * better file management, ignore unused components
      
      * Output warning when components unused
      
      * update comment
      
      * Write even when base weight is zero
      
      * remove unwrap where possible
      
      * Dont sort components to dedup
      
      * undo delete
      
      * improve clarity of unused components
      
      * remove unused dep
      
      * Update Process.json
      2bd4f451
    • Alexander Theißen's avatar
      seal: Fix and improve error reporting (#6773) · e81a3160
      Alexander Theißen authored
      * seal: Rework ext_transfer, ext_instantiate, ext_call error handling
      
      * Deny calling plain accounts (must use transfer now)
      * Return proper module error rather than ad-hoc strings
      * Return the correct error codes from call,instantiate (documentation was wrong)
      * Make ext_transfer fallible again to make it consistent with ext_call
      
      * seal: Improve error messages on memory access failures
      
      * seal: Convert contract trapped to module error
      
      * seal: Add additional tests for transfer, call, instantiate
      
      These tests verify that those functions return the error types
      which are declared in its docs.
      
      * Make it more pronounced that to_execution_result handles trap_reason
      
      * Improve ReturnCode docs
      
      * Fix whitespace issues in wat files
      
      * Improve ReturnCode doc
      
      * Improve ErrorOrigin doc and variant naming
      
      * Improve docs on ExecResult and ExecError
      
      * Encode u32 sentinel value as hex
      
      * with_nested_context no longer accepts an Option for trie
      
      * Fix successful typo
      
      * Rename InvalidContractCalled to NotCallable
      e81a3160
    • Max Inden's avatar
      client/network: Fix wrong metric help text (#6794) · eb57b07a
      Max Inden authored
      The `sub_libp2p_kademlia_query_duration` metric only has the dimension
      `type` not `protocol`.
      eb57b07a