Skip to content
  1. Jun 11, 2019
    • Tomasz Drwięga's avatar
      Merge branch 'master' into td-testclient · c4e3ddcb
      Tomasz Drwięga authored
      c4e3ddcb
    • Denis_P's avatar
      subkey build, cargo audit (#2752) · a56cb77c
      Denis_P authored
      * subkey build, cargo audit
      
      * some fixes
      
      * cleanup
      
      * review
      
      * not to be launched on PRs
      
      * not to be launched on PRs 2
      
      * check-runtime should run on PRs only
      
      * changed only to except, easier to read
      
      * fix no jobs ran
      
      * only: rewrites when it's last
      
      * only: -branches wasn't needed
      
      * benching subkey build
      
      * benching subkey build 2
      
      * subkey check
      
      * not for 1.0
      
      * cleanup
      a56cb77c
  2. Jun 10, 2019
  3. Jun 09, 2019
  4. Jun 07, 2019
  5. Jun 06, 2019
  6. Jun 05, 2019
  7. Jun 04, 2019
    • Bastian Köcher's avatar
      Remove deprecated authorities function (#2785) · 94236e5d
      Bastian Köcher authored
      * Remove deprecated authorities function
      
      * Bump spec
      
      * Fixes compilation
      
      * Remove last piece
      94236e5d
    • Pierre Krieger's avatar
      Update to libp2p 0.9 (#2783) · 9a8e8b7d
      Pierre Krieger authored
      * Update to libp2p 0.9
      
      * Fix browser-WASM
      9a8e8b7d
    • Bastian Köcher's avatar
      Fix tons of warnings in newest nightly (#2784) · ec62d24c
      Bastian Köcher authored
      * Fix tons of warnings in newest nightly
      
      * Fix sr-api-macro doc tests
      ec62d24c
    • Joshy Orndorff's avatar
      WIP: Treasury reference docs (#2557) · 45cff87d
      Joshy Orndorff authored
      * Some initial re-organization.
      
      * Text looking decent. No Example Yet.
      
      * Clarify that using block rewards is jsut an example.
      
      * Clarify the purpose of OnDilution.
      
      * Update lib.rs
      45cff87d
    • Tomasz Drwięga's avatar
      JSON-RPC client generation (#2778) · e8739300
      Tomasz Drwięga authored
      * Bump jsonrpc & generate clients.
      
      * Initial version of JSON-RPC client.
      
      * Re-wort
      
      * Remove spurious `#[derive(Encode, Decode)]`
      
      They did not compile, since `Encode` and `Decode` are deliberately not
      implemented for `usize`.
      
      Fixes #2742.
      
      * Re-write rpc-client example.
      
      * Update to jsonrpc=12.0.0
      
      * Remove unnecessary import
      
      * Bump version.
      
      * Revert version bump.
      
      * Bump again.
      e8739300
    • Pierre Krieger's avatar
      a7dd2559
    • DemiMarie-parity's avatar
      Add runtime support for `PreRuntime` and `Consensus` digests (#2757) · 46121f7c
      DemiMarie-parity authored
      * Try to fix runtime panic
      
      Does not work
      
      * Fix trivial typo
      
      * Add runtime support for `PreRuntime` and `Consensus` digests
      
      Fixes 6e253c89
      
      
      
      * Fix silly compile error.
      
      * Fix overly-long lines
      
      Also remove some in-progress code that would not wind up being useful
      anyway.
      
      * Respond to review comments
      
      * delete `unset RUSTC_WRAPPER` from scripts/common.sh
      * delete unnecessary `use aura::AURA_ENGINE_ID` from
        `node/runtime/src/lib.rs`
      * add comments explaining why `PreRuntime` and `Consensus` must be
        special-cased in `core/sr-primitives/lib.rs`
      * switch to using `$crate::rstd::marker::PhantomData` in
        `impl_outer_log!`
      * improve documentation of `DigestItem::Seal`
      
      * Fix compilation and add proof that we do not panic
      
      Also fix some warnings.
      
      * Apply suggestions from code review
      
      Mostly for readability
      
      Co-Authored-By: default avatarSergei Pepyakin <[email protected]>
      
      * Apply suggestions from code review
      
      Co-Authored-By: default avatarBastian Köcher <[email protected]>
      
      * $crate::rstd::marker::PhantomData → Default::default()
      
      The import is still needed, as `Default::default()` can’t be used in
      patterns.
      
      * Bump `spec_version`
      
      Also do some reformatting.
      46121f7c