Svyatoslav Nikolsky
|
dd7242bc79
|
Migrate back to Substrate master (#528)
* migrate back to Substrate master
* fmt
* clippy
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
53791a1d4a
|
Chain specific message lane apis (#503)
* replace generic message lane APIs with chain-specific
* moved SubstrateHeadersSyncPipeline to headers_pipeline.rs
* substrate-specific message lane trait
* Update relays/substrate/src/messages_lane.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
07a514e9f7
|
Get substrate dependencies from crates io (#387)
* get Substrate dependencies from crates.io
* removing unused dependencies
* cargo fmt --all
* remove commented dependencies
* remove commented dependencies again
* try to fix compilation
|
2024-04-10 10:28:37 +02:00 |
|
Tomasz Drwięga
|
be050bda84
|
Bump Substrate to v2.0.0 (#382)
* Change script to update versions.
* Bump versions.
* Address remainders.
* cargo fmt --all
* Fix tests.
* Whitelist BlueOak license
* Fix benchmarks?
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
3cd8937b38
|
Fees, weights, message delivery and dispatch (#339)
* introduce BridgedHeaderChain trait
* LaneMessageVerifier + tests
* fixed tests
* do not expose intenal functions
* cargo fmt --all + fix no_std compilation
* ByWeightDispatcher
* process queued messages from message-lane::on_initialize
* scheduled_messages_are_processed_from_on_initialize
* flush
* deal with fees + weights
* drop heavy messages on dispatch
* cargo fmt
* clippy
* fix comment
* Update primitives/message-lane/src/source_chain.rs
Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
* removed messages_processed
* Update primitives/message-lane/src/source_chain.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* Update modules/message-lane/src/lib.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* remove queueing from message-lane
* also remove queueing from RPCs
* remove by-weight traces
* dispatch fee
* receiving -> delivery
* receival -> delivery
* remove extra line
* Update primitives/message-lane/src/source_chain.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* cargo fmt --all
* clippy
* let dispatch_weight to be larger than actual_dispatch_weight
* post-merge fix
Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
|
2024-04-10 10:28:37 +02:00 |
|
Svyatoslav Nikolsky
|
f6d45a38da
|
Initial version of DummyOrdered pallet (#299)
* initial commit of DummyOrdered (aka message-lane) pallet
* API for relay
* cargo fmt --all
* some clippy + no_std
* more clippy + no_std
* inbound lane tests
* outbound lane tests
* cargo fmt --all
* prune old messages whenever outbound lane is updated
* do not care about MessageNonce overflow
* cargo fmt --all
* update crate docs
* MaxHeadersToPruneAtOnce -> MaxMessagesToPruneAtOnce
* MessageAction -> MessageResult
* cargo fmt --all
* fire MessageAccepted + MessagesDelivered
* confirm message processing
* cargo fmt --all
* clippy
* cargo fmt again
* Update modules/message-lane/src/lib.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* Update modules/message-lane/src/lib.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* use crate::*
* cargo fmt --all
* Storage -> S
* Update modules/message-lane/src/outbound_lane.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* add method doc
* Update modules/message-lane/src/inbound_lane.rs
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
* added detailed module docs
* Update modules/message-lane/src/lib.rs
Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
* updated OnMessageReceived docs
* prune only when new message is sent
* removed #![warn(missing_docs)]
* fixed merge with overlapped PR
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
|
2024-04-10 10:28:37 +02:00 |
|