Skip to content
  1. Nov 12, 2021
  2. Nov 11, 2021
  3. Nov 10, 2021
    • Benjamin Kampmann's avatar
      Intend to reactivate cargo-unleash check (#10167) · 2168a6d0
      Benjamin Kampmann authored
      * Intend to reactivate cargo-unleash check
      
      It appears the bug it was deactivated for has been resolved a while ago. Trying to reactivate the checks.
      
      * adding missing cargo.toml metadata for BEEFY crates
      
      * fix wrong version reference
      
      * matching up versions
      
      * disable faulty cache
      
      * switching more versions to prerelease
      
      * Revert "disable faulty cache"
      
      This reverts commit 411a12ae444a9695a8bfea4458a868438d870b06.
      
      * bump minor of sc-allocator to fix already-published-issue
      
      * fixup another pre-released dependency problem
      
      * temp switch to latest unleash
      
      * fixing dependency version and features
      
      * prometheus endpoint has also been changed
      
      * fixing proposer metrics versioning
      
      * fixing hex feature for beefy
      
      * fix generate-bags feature selection
      
      * fixup Cargo.lock
      
      * upgrade prometheus dependencies
      
      * missed one
      
      * switch to latest release
      2168a6d0
  4. Nov 09, 2021
  5. Nov 08, 2021
    • 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
  6. Nov 07, 2021
  7. Nov 05, 2021
  8. Nov 04, 2021
  9. Nov 03, 2021
  10. Nov 02, 2021
  11. Nov 01, 2021
    • Koute's avatar
      Strip out control codes from the logged messages (#10081) · 8c2ea190
      Koute authored
      * Strip out control codes from the logged messages
      
      * Also strip away C1 control codes
      
      * Add extra comments
      
      * Clear the buffer after flushing; rename `write` to `flush`
      
      * Move control code stripping into its own function
      
      * Also strip out control codes from panic messages
      
      * Also strip out Unicode left-to-right/right-to-left control codes
      8c2ea190
  12. Oct 31, 2021
  13. Oct 21, 2021
    • Koute's avatar
      Speed up logging once again (#9981) · 3d5f093d
      Koute authored
      * Update `tracing`-related dependencies
      
      * Enable `parking_lot` feature in `tracing-subscriber`
      
      * Add an asynchronous stderr logger
      
      * Make clippy happy
      
      * Add an integration test for the logger
      
      * Refactor `test_logger_filters`'s subprocess machinery into a separate function
      
      * Use a child process instead of hooking into stderr for the test
      
      * Add a doc comment for `MakeStderrWriter`
      
      * Move the initialization into the `MakeStderrWriter`'s constructor
      
      * Add an extra test case to trigger the logger's emergency flush mechanism
      
      * Use the buffer's mutex for asynchronous flushes
      
      * Remove vestigial `nix` dependency from one of the previous commits
      3d5f093d
  14. Oct 19, 2021
  15. Oct 13, 2021
  16. Oct 12, 2021
  17. Oct 11, 2021
  18. Oct 09, 2021
  19. Oct 08, 2021
  20. Oct 07, 2021