- Mar 14, 2023
-
-
Branislav Kontur authored
Removed deprecated `#[pallet::generate_store(pub(super) trait Store)]` according to latest Cumulus (#1964)
-
Branislav Kontur authored
* Bump substrate/polkadot/cumulus * sp_finality_grandpa - >sp_consensus_grandpa * sp_beefy -> sp_consensus_beefy * pallet_randomness_collective_flip -> pallet_insecure_randomness_collective_flip * fix * Cumulus parachain stuff * Cumulus parachain stuff one more * Millau/Rialto runtimes * Removed pallet_insecure_randomness_collective_flip * Millau node * Removed session historial * TMP: just try disable all fetches * Docs in gitlab.yml
-
- Mar 09, 2023
-
-
Serban Iorga authored
* Use `HeaderChainError` in parachains module * Use MessageProofError instead of 'static str in some places * Avoid implementing Into<'static str> for some errors We avoid deriving `Debug` for the structs that we use in the runtime and we derive `RuntimeDebug` instead in order to avoid bloating th eruntime with static strs. But implementing `Into<'static str>` does the same. So in some places it makes sense to replace `Into<'static str>` with `Debug`. * Move the messages error definition Move the messages error definition outside of `mod target`
-
- Mar 02, 2023
-
-
Svyatoslav Nikolsky authored
-
- Mar 01, 2023
-
-
Svyatoslav Nikolsky authored
* fixed benchmarks broken by rejecting storage proofs with excessive trie nodes and justifications with extra prevotes * update weights * fmt * accidental paste * revert changes to millau runtime (separate PR) * revert comment change
-
- Feb 28, 2023
-
-
Serban Iorga authored
* Refund messages confirmation tx * Fixes
-
Serban Iorga authored
* Add Chain::ID const * Relayers pallet: extend payment source id * Addressed code review comments * Fix benchmarks * Fix dashboards * Renamings * Fix compilation
-
- Feb 23, 2023
-
-
Serban Iorga authored
-
- Feb 22, 2023
-
-
Svyatoslav Nikolsky authored
get rid of ChainWithMessages::WeightInfo, because we can't have exact weights for "external chains" (#1899)
-
Svyatoslav Nikolsky authored
* weight+size limits for bridge GRANDPA pallet calls * continue * fixed all tests * some changes to refund computations * post_dispatch_refunds_relayer_in_all_finality_batch_with_extra_weight * - dup code * do not return Pays::No if call is above weight/size limits * relayer_pays_tx_fee_when_submitting_huge_mandatory_header and relayer_pays_tx_fee_when_submitting_justification_with_long_ancestry_votes * clippy * fmt * clippy * small change in docs * fixed GRANDPA-limits constants for Polkadot-like chains * clippy * clippy + spelling * Update primitives/polkadot-core/src/lib.rs Co-authored-by: Adrian Catangiu <[email protected]> * Update bin/runtime-common/src/refund_relayer_extension.rs Co-authored-by: Adrian Catangiu <[email protected]> * reverted unnecessary change * GrandpaJustification::max_reasonable_size --------- Co-authored-by: Adrian Catangiu <[email protected]>
-
- Feb 20, 2023
-
-
Serban Iorga authored
* RefundRelayerForMessagesFromParachain changes - some renamings and cosmetics - removing the GI generic param since we can get it from the parachains config - merging (Parachains Instance, Parachain Id) and (Messages Instance, Messages lane Id) generic params - removing unnecessay derives - renaming for the `TransactionFeeCalculation` and defining `ActualFeeRefund` concrete implementation - adding support for multiple RefundRelayerForMessagesFromParachain (by adding a `StaticStrProvider` generic param) * Revert to using RuntimeDebug
-
Svyatoslav Nikolsky authored
* optimize justification before submit * fmt * spelling * clippy * fmt again * aaand compilation * clippy
-
- Feb 16, 2023
-
-
Branislav Kontur authored
-
Svyatoslav Nikolsky authored
* ChainWithGrandpa in primitives * clippy ++ spelling * fix benchmarks comppilation
-
Svyatoslav Nikolsky authored
* fix clippy issues * fix? * fix? * forget about extra_unused_type_parameters lint for now
-
- Feb 15, 2023
-
-
Svyatoslav Nikolsky authored
* reject storage proofs with unused nodes: begin * fix ignores_parachain_head_if_it_is_missing_from_storage_proof * message_proof_is_rejected_if_it_has_duplicate_trie_nodes && message_proof_is_rejected_if_it_has_unused_trie_nodes * proof_with_duplicate_items_is_rejected and proof_with_unused_items_is_rejected * clippy * fix benchmarks compilation * impl From<Error> for &'static str * fix review comments * added comment
-
Svyatoslav Nikolsky authored
* refund extra proof bytes in message delivery transaction * Update modules/messages/src/lib.rs Co-authored-by: Adrian Catangiu <[email protected]> * more tests --------- Co-authored-by: Adrian Catangiu <[email protected]>
-
- Feb 14, 2023
-
-
Serban Iorga authored
* RefundRelayerForMessagesFromParachain improvements * Address code review comments
-
- Feb 13, 2023
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* more tests for message pallet weights * move tests to ensure_weights_are_correct * removed extra tests
-
- Feb 09, 2023
-
-
Svyatoslav Nikolsky authored
* MaxValues for maps in parachain maps * fix compilation
-
Svyatoslav Nikolsky authored
* "refund" proof size in GRANDPa pallet * clippy * extra_proof_size_bytes_works * use saturated_into * fix review comments
-
- Feb 08, 2023
-
-
Svyatoslav Nikolsky authored
* MaxValues limit for storage maps in the pallet-bridge-grandpa * remove use from the future PR
-
- Feb 07, 2023
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* message delivery transaction is not free!!! * test pays_fee
-
Svyatoslav Nikolsky authored
-
- Feb 06, 2023
-
-
Svyatoslav Nikolsky authored
* fix `HeadersToKeep` and `MaxBridgedAuthorities` in Millau benchmarks * typo * impl review suggestion
-
Svyatoslav Nikolsky authored
* cargo update * weights v2 * clippy * no spellcheck for weights.rs * fix proof_size component in MAXIMUM_BLOCK_WEIGHT constants * "fix" proof_size in select_delivery_transaction_limits_works * spellcheck
-
- Jan 27, 2023
-
-
Serban Iorga authored
-
omahs authored
* Fix: typos Fix: typos * Fix: typos Fix: typos * Fix: typo Fix: typo * Fix: typos Fix: typos * Fix: typos Fix: typos
-
Adrian Catangiu authored
-
- Jan 25, 2023
-
-
Svyatoslav Nikolsky authored
* functions to benchmark messages pallet with linked to parachain * unused imports * fmt
-
- Jan 20, 2023
-
-
Svyatoslav Nikolsky authored
* leave-modules.sh * remove bp-rialto dependency from bp-relayers * update leave-modules.sh * fix Cargo.toml of pallet-bridge-relayers * update leave-modules.sh * remove bp-rialto and millau-runtime frombridge-runtime-common Cargo.toml * update leave-modules.sh * remove chain dependencies from bridge-runtime-common crate * fix tests * cleanup script * rename script * kind of success message * remove leave-modules.sh * use TargetHeaderChainAdapter and SourceHeaderChainAdapter in our testnets * update script
-
- Jan 18, 2023
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* default impl for some methods in messages benchmarking pallet config * typo
-
Svyatoslav Nikolsky authored
* use StorageDoubleMapKeyProvider in RelayerRewards * add metrics * clippy * fixed alerts that have caused missing dashboards * fix metric name * fix metric name again * add new metrics to the RialtoParachain <> Millau maintenance dashboard * remove obsolete dashboard
-
Svyatoslav Nikolsky authored
* started crate-level documentation on relays and relayers pallet * fixes in finality and parachain finality relay docs * fix links * grammar fixes
-
- Jan 17, 2023
-
-
Svyatoslav Nikolsky authored
-
Svyatoslav Nikolsky authored
* crate-level docs for the parachains pallet * fix typos
-
- Jan 16, 2023
-
-
Svyatoslav Nikolsky authored
-