Files
pezkuwi-subxt/substrate/frame
Deepanshu Hooda 2a8ca4ceb2 Add try_state check to Pallet MessageQueue (#13502)
* feat: Add try_state for message_queue

* Update frame/message-queue/src/lib.rs

change if let to while let and modify bump_service_head function

Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* feat: update try_state, add checks for storage

* fix: add try_state builder for remaining tests

* Update frame/message-queue/src/mock.rs

Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* chore: assert statement to ensure

* Fix tests

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Use ensure instead of assert

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Fix function signature and feature gate

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Cleanup code

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Juan <juangirini@gmail.com>
2023-08-14 17:19:07 +00:00
..
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-14 11:41:22 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-09 09:38:50 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-08-01 20:25:59 +00:00
2023-03-04 13:01:04 +00:00

FRAME

The FRAME development environment provides modules (called "pallets") and support libraries that you can use, modify, and extend to build the runtime logic to suit the needs of your blockchain.

Documentation

https://docs.substrate.io/reference/frame-pallets/

Issues

https://github.com/orgs/paritytech/projects/40