1. Nov 16, 2021
    • David Salami's avatar
      Add field names to pallet Event variants (#9993) · 120894fd
      David Salami authored
      * convert pallet-assets events to struct types
      
      * updated events of a couple pallets
      
      * updated pallet event field names
      
      * update pallet event field names
      
      * updated events in test files
      
      * cargo fmt
      
      * minorfixes
      
      * fix assertion error
      
      * minor fix
      
      * formatting fix
      
      * fmt
      120894fd
  2. Nov 15, 2021
  3. Nov 14, 2021
  4. Nov 13, 2021
  5. Nov 12, 2021
  6. Nov 11, 2021
  7. Nov 10, 2021
  8. Nov 09, 2021
  9. Nov 08, 2021
    • David's avatar
      Remove the RPC client example (#10217) · 3c624174
      David authored
      * Remove the RPC client example
      
      Might be slightly contentious but I think we want to migrate this example to `subxt` and redirect the community to use that for things like this.
      
      * Remove rpc-client example code from workspace
      3c624174
    • Bastian Köcher's avatar
      Fix polkadot companion label CI check (#10198) · 24ee605d
      Bastian Köcher authored
      * Fix polkadot companion label CI check
      
      * Update .github/workflows/polkadot-companion-labels.yml
      24ee605d
    • Bastian Köcher's avatar
      Offchain-worker: Accessing time is not HTTP (#10220) · 03e9c5af
      Bastian Köcher authored
      Accessing time related functionality is clearly not related to HTTP. So, this pr introduces a `TIME` capability.
      03e9c5af
    • Koute's avatar
      Refactor `sp-sandbox`; make sure both sandbox executors are always tested (#10173) · a7e3d819
      Koute authored
      * sp-sandbox: convert executors into normal `mod`s instead of using `include!`
      
      * sp-sandbox: run `cargo fmt` on `host_executor.rs`
      
      * sp-sandbox: abstract away the executors behind traits
      
      * sp_sandbox: always compile both executors when possible
      
      * sc-executor: make sure all sandbox tests run on both sandbox executors
      
      * sc-executor: fix brainfart: actually call into the sandbox through the trait
      
      * sc-runtime-test: fix cargo fmt
      
      * sc-runtime-test: deduplicate executor-specific sandbox test entrypoints
      
      * sc-executor: test each sandbox executor in a separate test
      
      * cargo fmt (Github's conflict resolving thingy broke indentation)
      a7e3d819