1. Mar 18, 2021
  2. Mar 17, 2021
  3. Mar 16, 2021
  4. Mar 15, 2021
  5. Mar 12, 2021
  6. Mar 11, 2021
  7. Mar 10, 2021
    • Hernando Castano's avatar
      Clean Finality Verifier Pallet (#804) · 6c2c2311
      Hernando Castano authored
      
      
      * Remove unused Config types from `pallet-finality-verifier`
      
      * Remove unused AncestryChecker trait
      
      * Remove ancestry proof parameter from relayer calls
      
      * Update docs to reflect current state of pallet
      
      * Remove mock ancestry checker
      
      * Remove unused error
      
      * Write headers outside of function used for authority set changes
      
      * Move justification verification into helper function
      
      * Add documentation suggestions
      
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      
      * Clean up module level documentation a bit
      
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      6c2c2311
    • Tomasz Drwięga's avatar
      Add mising MessageFeeData type. (#812) · 66b6a6f3
      Tomasz Drwięga authored
      * Add mising MessageFeeData type.
      
      * Re-format common.json
      66b6a6f3
    • Tomasz Drwięga's avatar
      Add Westend & Rococo primitives (#808) · b9b6daa5
      Tomasz Drwięga authored
      * Move chain primitives to a sub-folder.
      
      * Update workspace members.
      
      * Extract core parts of polkadot.
      
      * cargo fmt --all
      
      * Remove TODO.
      
      * cargo fmt --all
      
      * Fix crate names.
      
      * Add to the latest API.
      
      * cargo fmt --all
      
      * Add nested lock files to ignore (generated during cargo fmt)
      
      * Fix compilation.
      
      * cargo fmt --all
      
      * Fix ignore pattern.
      
      * Address review comments.
      b9b6daa5
    • Hernando Castano's avatar
      Simplify operational extrinsics (#810) · 3332b0e5
      Hernando Castano authored
      * Simplify operational extrinsics
      
      * Remove old extrinsics from finality verifier
      3332b0e5
  8. Mar 09, 2021
  9. Mar 08, 2021
    • Hernando Castano's avatar
      Move Storage Parser from Bridge Pallet (#793) · 8cf26099
      Hernando Castano authored
      * Move storage proof checker to runtime primtives
      
      * Add method for parsing storage proofs
      
      * Use finality-verifier pallet in runtime-common
      
      * Get bridge pallet compiling again
      
      * Use storage prover from bp-runtime in a few more places
      
      * Don't leak `std` items from proof helper into `no-std` builds
      
      * Fix benchmarking compilation
      
      * Remove unused import in fuzzer
      8cf26099
    • Denis_P's avatar
      Overhaul releasing process (#779) · a363ec0c
      Denis_P authored
      
      
      * CI: instead of migrating docker's action braking changes move to buildah
      
      * CI: try docker v2 action
      
      * CI: correct user var
      
      * CI: copypasta
      
      * CI: debug
      
      * CI: weird action
      
      * CI: hates quotes
      
      * CI: hates all quotes
      
      * CI: masterpiece (debug)
      
      * CI: migrate to docker/build-push-action@v2
      
      * CI: very heavy compilation, gotta be selfhosted
      
      * CI: now image cache ruins the build
      
      * CI: tuning the self-hosted build
      
      * CI: pin checkout
      
      * CI: strip dockerfile; use buildah
      
      * dockerfile: qualify the registry
      
      * dockerfile: fogot to remove chef
      
      * dockerfile: nit
      
      * dockerfile: fryin to guess
      
      * CI: fix tags ang images name
      
      * CI: space separated, right
      
      * CI: ad quoted
      
      * CI: masterpiece (truly)
      
      * CI: noninteractive frontend
      
      * CI: thre's no g++
      
      * Bump LAST_UPDATE dates
      
      * Address some small style nitpicks
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      a363ec0c
    • Tomasz Drwięga's avatar
      Use globs for workspace members. (#802) · 00b97893
      Tomasz Drwięga authored
      * Add all members.
      
      * Change members to globs.
      
      * Remove runtime-common.
      00b97893
    • Hernando Castano's avatar
      Stop ignoring RUSTSEC-2020-0123 (#803) · 765becb4
      Hernando Castano authored
      The vulnerable dependency has been updated, so this isn't required anymore.
      765becb4
    • Svyatoslav Nikolsky's avatar
      Changed delivery and dispatch fee computation methods (#795) · cfc76d55
      Svyatoslav Nikolsky authored
      
      
      * removed weight <-> fee mess
      
      * updated documentation
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      cfc76d55