1. Apr 01, 2021
  2. Mar 31, 2021
  3. Mar 30, 2021
  4. Mar 26, 2021
  5. Mar 25, 2021
  6. Mar 24, 2021
    • Hernando Castano's avatar
      Larger Test Keyring Support (#842) · 5c2fba7d
      Hernando Castano authored
      * Allow creation of authority lists with any number of authorities
      
      * Move keyring helpers into their own module
      
      * Add helper for generating list of test accounts
      
      * Fix import names in tests
      
      * Rename Keyring trait to Signer
      
      * Get list of accounts in a more functional way
      
      * Clarify meaning of `test_keyring` return type
      
      * Use concrete test account type instead of generics
      
      * Make sure voter set contains all authorities which signed off on pre-commits
      5c2fba7d
    • Svyatoslav Nikolsky's avatar
      Changed how relay loops are started (#840) · 68541c2d
      Svyatoslav Nikolsky authored
      * slightly changed relay loop initialization
      
      * git mv
      
      * clippy
      
      * more clippy
      
      * loop_run -> run_loop
      
      * review and clippy
      
      * clippy
      68541c2d
  7. Mar 23, 2021
    • Hernando Castano's avatar
      Rename Finality Verifier and Call Dispatch Pallets (#838) · 38666462
      Hernando Castano authored
      * Rename `pallet-finality-verifier` to `pallet-bridge-grandpa`
      
      * Missed some CamelCase ones
      
      * Update logging target in GRANDPA pallet
      
      * Rename `pallet-bridge-call-dispatch` to `pallet-bridge-dispatch`
      
      * Rename the dispatch pallet folder
      
      * Update logging target in Dispatch pallet
      
      * Missed a couple
      
      * Format the repo
      
      * Stop listing individual pallets in Compose logs
      
      * Use correct pallet name in module doc comments
      
      * Add `pallet-bridge-dispatch` to README project layout
      
      * Sort crate names in TOML files
      
      * Rename `pallet-bridge-grandpa` runtime Call alias
      38666462
    • Tomasz Drwięga's avatar
      Flatten back the structure (#837) · 7ed84892
      Tomasz Drwięga authored
      * Remove chains.
      
      * Move relay clients.
      
      * Flatten generic.
      
      * Fix fmt.
      7ed84892
    • Svyatoslav Nikolsky's avatar
      fix RUST_LOG in Rialto (#839) · 2b97070f
      Svyatoslav Nikolsky authored
      2b97070f
    • Svyatoslav Nikolsky's avatar
      Westend->Millau headers relay in deployments (#831) · 353ef77a
      Svyatoslav Nikolsky authored
      * reorganize monitoring
      
      * Westend->Millau bridge
      
      * support multiple bridges
      
      * initialize Westend -> Millau bridge byMillau.George
      
      * fix intersecting ports
      
      * ignore dashboards
      
      * single bridged network
      
      * deal with multple --env-file args
      
      * fix chain name
      
      * use images from docker hub
      
      * update show_help
      
      * updated comment
      
      * mount whole dashboards directory
      
      * removed unneeded network
      
      * reverted reverse-proxy changes
      
      * prometheus -> targets
      
      * separate Grafana.Dockerfile with builtin /etc/grafana
      
      * Revert "separate Grafana.Dockerfile with builtin /etc/grafana"
      
      This reverts commit 53e04c45.
      
      * read dashboards from /etc/grafana/dashboards
      
      * stop comment
      353ef77a
  8. Mar 22, 2021
    • Hernando Castano's avatar
      Tunable Justification Generator (#835) · cde4db68
      Hernando Castano authored
      * Add way to create tunable GRANDPA justifications
      
      * Use new function in tests
      
      * Allow multiple authorities on a single fork
      
      * Only store pre-commit targets instead of full ancestry chains
      
      * Rename precommit_header to be more generic
      
      * Push new digest item instead of overriding entire digest
      
      * Ensure that we generate chains with non-zero length
      
      * Extract justification creation parameters into struct
      
      * Appease Clippy
      cde4db68
    • Svyatoslav Nikolsky's avatar
      Rename pallet-message-lane into pallet-bridge-messages (#834) · 5eb919ee
      Svyatoslav Nikolsky authored
      * use runtime:: prefix for message-lane pallet traces
      
      * renamed message-lane (module and primitives) folder into messages
      
      * replace "message lane" with "messages" where appropriate
      5eb919ee
  9. Mar 18, 2021
    • Hernando Castano's avatar
      Make Test Helpers `no_std` Compatible (#823) · b7410cad
      Hernando Castano authored
      * Use `sp-application-crypto` when generating test justifications
      
      * Try to justifications tests compiling
      
      * Try using `ed25519_dalek` for justification creation
      
      * Small cleanup
      
      * Correctly generate a Keypair
      
      The public key didn't correspond to what would be derived
      with the given private key.
      
      * Remove enum index hack
      
      * Clean up test account helper functions
      
      * Fix tests in `pallet-finality-verifier`
      
      * Get `pallet-substrate-bridge` tests compiling again
      
      * Use the correct keyring in justification tests
      
      * Clean up Keyring related code a bit
      
      * Appease Clippy
      
      * Remove unused import
      
      * Use keyring variants directly
      
      * Remove unecessary From implementation
      b7410cad
  10. Mar 17, 2021
  11. Mar 16, 2021
  12. Mar 15, 2021
  13. Mar 12, 2021
  14. Mar 11, 2021
  15. 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
  16. Mar 09, 2021
  17. 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