Skip to content
Snippets Groups Projects
  1. Feb 09, 2021
  2. Feb 06, 2021
  3. Feb 04, 2021
  4. Feb 03, 2021
  5. Feb 02, 2021
  6. Feb 01, 2021
  7. Jan 29, 2021
  8. Jan 28, 2021
  9. Jan 26, 2021
  10. Jan 22, 2021
    • cheme's avatar
      Allow transaction for offchain indexing (#7290) · 878f7ccf
      cheme authored
      
      * Moving offchain change set to state machine overlay change set,
      preparing use of change set internally.
      
      * Make change set generic over key and value, and use it for offchain
      indexing.
      
      * test ui change
      
      * remaining delta
      
      * generating with standard method
      
      * Remove 'drain_committed' function, and documentation.
      
      * Default constructor for enabling offchain indexing.
      
      * Remove offchain change specific iterators.
      
      * remove pub accessor
      
      * keep previous hierarchy, just expose iterator instead.
      
      * Update primitives/state-machine/src/overlayed_changes/mod.rs
      
      Co-authored-by: default avatarTomasz Drwięga <tomusdrw@users.noreply.github.com>
      
      * fix line break
      
      * missing renamings
      
      * fix import
      
      * fix new state-machine tests.
      
      * Don't expose InnerValue type.
      
      * Add test similar to set_storage.
      
      * Remove conditional offchain storage (hard to instantiate correctly).
      
      * fix
      
      * offchain as children cannot fail if top doesn't
      
      Co-authored-by: default avatarAddie Wagenknecht <addie@nortd.com>
      Co-authored-by: default avatarTomasz Drwięga <tomusdrw@users.noreply.github.com>
      878f7ccf
  11. Jan 21, 2021
  12. Jan 18, 2021
  13. Jan 16, 2021
  14. Jan 15, 2021
  15. Jan 14, 2021
  16. Jan 13, 2021
  17. Jan 12, 2021
  18. Jan 11, 2021
    • dependabot[bot]'s avatar
      Bump sha2 from 0.8.2 to 0.9.2 (#7643) · 6b4cc36c
      dependabot[bot] authored
      
      * Bump sha2 from 0.8.2 to 0.9.2
      
      Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.8.2 to 0.9.2.
      - [Release notes](https://github.com/RustCrypto/hashes/releases)
      - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.8.2...streebog-v0.9.2)
      
      Signed-off-by: default avatardependabot[bot] <support@github.com>
      
      * Fix compilation error
      
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      Co-authored-by: default avatarBastian Köcher <git@kchr.de>
      6b4cc36c
    • Igor Matuszewski's avatar
      Merge 2.0.1 backport branch into mainline master (#7842) · 028f3d26
      Igor Matuszewski authored
      
      * Backport paritytech/substrate#7381
      
      * Bring back genesis storage build in aura/timestamp
      
      To not change spec version, see
      https://github.com/paritytech/substrate/pull/7686#discussion_r540032743
      
      * Backport paritytech/substrate#7238
      
      * Backport paritytech/substrate#7395
      
      * Bump impl_version
      
      * Fix UI tests and bump trybuild dep
      
      See https://github.com/rust-lang/rust/pull/73996
      
      Backports:
      https://github.com/paritytech/substrate/pull/7764
      https://github.com/paritytech/substrate/pull/7656
      
      * Partially backport paritytech/substrate#7838
      
      * Release frame-support with a dep compilation fix
      
      * Bump patch level for remaining crates
      
      This is done because at the time of writing cargo-unleash does not fully
      support partial workspace publishing and mixes both local and crates.io
      versions of the packages, leading to errors in the release check workflow.
      
      * Backport paritytech/substrate#7854
      
      ...to fix compilation error when using futures-* v0.3.9.
      
      * Adding Changelog  entry for patch release
      
      Co-authored-by: default avatarBastian Köcher <git@kchr.de>
      Co-authored-by: default avatarBenjamin Kampmann <ben@parity.io>
      028f3d26
  19. Jan 08, 2021
  20. Jan 06, 2021
    • Bastian Köcher's avatar
      Fix incorrect use of syn::exports (#7838) · 8cdb5c01
      Bastian Köcher authored
      * Fix incorrect use of syn::exports
      
      Instead of using `syn::exports` we should import the trait from the
      quote crate directly.
      
      * Use own macro for test cases to fix compilation with latest syn
      
      * Fix test
      8cdb5c01
    • ordian's avatar
      upgrade a few dependencies (#7831) · 2b48e09b
      ordian authored
      * upgrade a few dependencies
      
      * make it compile at the expense of duplicate deps
      
      * fix web-wasm and a warning
      
      * introduce activate-wasm-bindgen-features crate
      
      * Revert "introduce activate-wasm-bindgen-features crate"
      
      This reverts commit 5a6e41e683f8a4844c0a735dcd08caabb2313f11.
      
      * add getrandom feature to sc-consensus-aura
      2b48e09b
    • André Silva's avatar
      babe: expose next epoch data (#7829) · dd4625a1
      André Silva authored
      * babe: expose next epoch data
      
      * babe: add runtime api for next_epoch
      
      * babe: avoid reading next authorities from storage unnecessarily
      
      * babe: add notes about epoch duration constraints
      
      * babe: guard against overflow
      
      * babe: add test for fetching current and next epoch data
      dd4625a1
  21. Jan 05, 2021