Skip to content
  1. Aug 03, 2020
    • David's avatar
      Merge branch 'na-sgx-hello-world' into dp-fetch-enclave-public-key · 8808e816
      David authored
      * na-sgx-hello-world: (158 commits)
        commit `Cargo.lock` change
        Improve Benchmark Writer: Remove Unused Components, Remove Multiply by Zero, Files Split by Pallet (#6785)
        seal: Fix and improve error reporting (#6773)
        client/network: Fix wrong metric help text (#6794)
        Bump elliptic from 6.5.2 to 6.5.3 in /.maintain/chaostest (#6791)
        Fix transaction payment runtime api (#6792)
        client/network: Expose DHT query duration to Prometheus (#6784)
        Don't close inbound notifications substreams immediately (#6781)
        Order delta before calculating the storage root (#6780)
        Allow blacklisting blocks from being finalized again after block revert (#6301)
        Fix link (#6775)
        Fix graceful shutdown skipped if future ends with error (#6769)
        Update Balances Pallet to use `WeightInfo` (#6610)
        BABE slot and epoch event notifications (#6563)
        Rename task name to stick to the default naming scheme (#6768)
        pallet-evm: add builtin support for the four basic Ethereum precompiles (#6743)
        Add " Successfully mined block" log message (#6764)
        Ignore flaky test (#6767)
        Add a `DefaultQueue` type alias to remove the need to use `sp_api::TransactionFor` (#6761)
        support custom ss58addressformat in from_ss58check_with_version (#5526)
        ...
      8808e816
    • David's avatar
      lockfile update · 49e194e2
      David authored
      49e194e2
    • Niklas Adolfsson's avatar
    • Niklas Adolfsson's avatar
      commit `Cargo.lock` change · 0a7ffb56
      Niklas Adolfsson authored
      0a7ffb56
    • 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
    • dependabot[bot]'s avatar
    • Bastian Köcher's avatar
      Fix transaction payment runtime api (#6792) · 54e62985
      Bastian Köcher authored
      The transaction payment runtime api used its own extrinsic generic
      parameter. This is wrong, because this resulted in using always the
      native extrinsic. If there was a runtime upgrade that changed the
      extrinsic in some way, it would result in the api breaking. The correct
      way is to use the `Extrinsic` from the `Block` parameter. This is on the
      node side the opaque extrinsic and on the runtime side the real extrinsic.
      54e62985
    • Max Inden's avatar
      client/network: Expose DHT query duration to Prometheus (#6784) · 82813177
      Max Inden authored
      Expose duration of DHT put and get request as a Prometheus histogram.
      82813177
  2. Jul 31, 2020
  3. Jul 30, 2020
  4. Jul 29, 2020
  5. Jul 28, 2020
  6. Jul 27, 2020