1. Dec 22, 2021
  2. Dec 21, 2021
  3. Dec 20, 2021
  4. Dec 19, 2021
  5. Dec 18, 2021
  6. Dec 17, 2021
  7. Dec 16, 2021
  8. Dec 15, 2021
  9. Dec 14, 2021
    • Bastian Köcher's avatar
      rpc-author: Downgrade the logging level of some logs (#10483) · 1d3b5136
      Bastian Köcher authored
      * rpc-author: Downgrade the logging level of some logs
      
      Currently these messages are printed with `warn` levels, but they don't bring the node operator
      anything. The problem with these log lines is that they are triggered by external users when they
      send invalid transactions. This pr "resolves" this by downgrading the log severity to debug, aka not
      shown by default.
      
      * FMT
      1d3b5136
    • Bastian Köcher's avatar
      Remove cargo unleash CI job (#10482) · bc0ecf8d
      Bastian Köcher authored
      * Remove cargo unleash CI job
      
      The CI job is currently breaking, because we released some crates. We also don't need the job
      currently because releases are not done. So, the job currently just annoys people and eats CPU time.
      This brings us to the conclusion that this job is currently not required and can be readded at a
      later point when we are sure that we need it.
      
      * Hopefully fix UI test
      
      * Another try
      
      * Remove `reserved_keyword` ui
      bc0ecf8d
    • Bastian Köcher's avatar
      Prepare code for rust 1.57 (#10471) · 187663e1
      Bastian Köcher authored
      * Prepare code for rust 1.57
      
      * CI: revert me; staging image with stable 1.57
      
      * Revert "CI: revert me; staging image with stable 1.57 [skip CI]"
      
      This reverts commit f3c3b8a9e877ef7126ffce6ebc4822bb4ace0379.
      
      Co-authored-by: CI system <>
      187663e1