benluelo
640e385aec
feat(frame-support-procedural): add automaticaly_derived attr to NoBound derives ( #2197 )
...
fixes #2196
2023-11-08 12:51:40 +02:00
Bastian Köcher
c54ea64af4
no-bound derives: Use absolute path for core ( #1763 )
...
Closes: https://github.com/paritytech/polkadot-sdk/issues/1718
2023-10-02 06:45:32 +11:00
Joshy Orndorff
ec9274eea6
remove unnecessary hash string ( #1722 )
...
This PR removes some unnecessary `r#`...`#` around a string and the
corresponding comment that it was done because rustfmt wasn't working
for "some reason". It seems to work fine now and clippy prefers it this
way.
---------
Co-authored-by: Joshy Orndorff <git-user-email.h0ly5@simplelogin.com >
2023-09-27 18:48:24 +03:00
Oliver Tale-Yazdi
0853bbba72
[FRAME] Remove V1 Module Syntax ( #14685 )
...
* Remove V1 pallet syntax
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Remove more
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* More...
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Move no_bound derives to own folder
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* fmt
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Keep re-exports
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
---------
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
2023-07-31 16:49:39 +00:00