Skip to content
  1. Feb 27, 2021
  2. Feb 26, 2021
  3. Feb 25, 2021
  4. Feb 24, 2021
  5. Feb 22, 2021
    • Tomasz Drwięga's avatar
      Set weird substrate global state for custom SS58 prefixes (#754) · ae07704f
      Tomasz Drwięga authored
      
      
      * Issue with SS58 decoding.
      
      * Switch to test branch.
      
      * Fix set.
      
      * Revert "Switch to test branch."
      
      This reverts commit d79e42ea9bc780edb20296dae546d534f1916fc7.
      
      * cargo fmt --all
      
      Co-authored-by: default avataradoerr <[email protected]>
      ae07704f
    • Svyatoslav Nikolsky's avatar
      Generate large messages (#700) · dd933ee7
      Svyatoslav Nikolsky authored
      * generate large messages
      
      * consider headers sync lag when computing number of rewards in confirmation
      
      * more fixes
      
      * fix logs
      
      * fix warnings
      
      * do not wait until tx that has delivered nonces will be finalized before submitting other tx
      
      * tests for maximal weight/size
      
      * cleanup
      
      * cleanup
      
      * clippy
      
      * compilation
      
      * args for dispatch weight and remark size
      
      * ExplicitOrMaximal
      
      * clippy
      dd933ee7
  6. Feb 19, 2021
  7. Feb 18, 2021
  8. Feb 17, 2021
  9. Feb 16, 2021
  10. Feb 15, 2021
  11. Feb 12, 2021
  12. Feb 11, 2021
  13. Feb 10, 2021
    • Svyatoslav Nikolsky's avatar
      Account proof size in weight formula (#679) · 55dfe710
      Svyatoslav Nikolsky authored
      
      
      * fix broken message lane benchmarks
      
      * proof-size related benchmarks
      
      * impl Size for proof parameters
      
      * include proof weight into weight formula
      
      * left TODO
      
      * fixed proof size
      
      * WeightInfoExt::receive_messages_proof_weight
      
      * charge for extra message bytes delivery in send_message
      
      * removed default impl of WeightsInfoExt
      
      * moved weight formulas to WeightInfoExt
      
      * receive_messages_proof_outbound_lane_state_overhead is included twice in weight
      
      * typo
      
      * typo
      
      * fixed TODO
      
      * more asserts
      
      * started wotk on message-lane documentation
      
      * expected_extra_storage_proof_size() is actually expected in delivery confirmation tx
      
      * update README.md
      
      * ensure_able_to_receive_confirmation
      
      * test rialto message lane weights
      
      * removed TODO
      
      * removed unnecessary trait requirements
      
      * fixed arguments
      
      * fix compilation
      
      * decreased basic delivery tx weight
      
      * fmt
      
      * clippy
      
      * Update modules/message-lane/src/benchmarking.rs
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      
      * structs
      
      * Update primitives/millau/src/lib.rs
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      
      * removed readme.md
      
      * removed obsolete trait bounds
      
      * Revert "removed readme.md"
      
      This reverts commit 50b7376a41687a94c27bf77565434be153f87ca1.
      
      * Update bin/runtime-common/src/messages.rs
      
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      
      * Update bin/runtime-common/src/messages.rs
      
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      
      * Update bin/runtime-common/src/messages.rs
      
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      
      * Update bin/runtime-common/src/messages.rs
      
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      
      * Update bin/runtime-common/src/messages.rs
      
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      
      * Update bin/runtime-common/src/messages.rs
      
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      
      * Update bin/runtime-common/src/messages.rs
      
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      
      * PreComputedSize
      
      Co-authored-by: default avatarHernando Castano <[email protected]>
      Co-authored-by: default avatarTomasz Drwięga <[email protected]>
      55dfe710
    • Hernando Castano's avatar
      Stop Importing Full Header Chain (#707) · 0b3b2e2a
      Hernando Castano authored
      * Make AncestryProof type more flexible
      
      * Only import single finalized header instead of a chain
      
      * Fix unchecked header import tests
      
      * Add option for limiting ancestry proof size
      
      * Update finality verifier Config in runtimes
      
      * Update some documentation
      
      * Fix Clippy warning
      
      * Allow AncestryChecker to return proof size
      
      Stops us from abusing the `Size` trait
      
      * Remove Size impl for Vec<T>
      
      * Remove size contraints for ancestry proofs
      
      With different proof types its unclear how to "size" should be interpreted,
      so we remove this requirement all together to avoid confusion.
      0b3b2e2a
  14. Feb 09, 2021
  15. Feb 04, 2021
  16. Feb 03, 2021
  17. Feb 02, 2021
  18. Feb 01, 2021
  19. Jan 29, 2021