Files
pezkuwi-subxt/substrate/frame
Xiliang Chen 34352e82cf remove recursion limit (#3348)
According to the
[doc](https://doc.rust-lang.org/reference/attributes/limits.html), the
default is 128, so no point to specify limit with 128

Co-authored-by: Bastian Köcher <git@kchr.de>
2024-02-16 12:39:42 +00:00
..
2024-02-06 13:01:29 +00:00
2024-02-06 13:01:29 +00:00
2024-02-16 12:39:42 +00:00
2024-02-06 13:01:29 +00:00
2024-02-16 12:39:42 +00:00
2024-02-16 12:39:42 +00:00
2023-09-04 12:02:32 +03: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