issues
search
futureversecom
/
trn-seed
Implementation of The Root Network node in Rust, based on the Substrate framework.
https://www.therootnetwork.com
Apache License 2.0
17
stars
5
forks
source link
Remove Storage getters from pallets
#907
Open
JasonTulp
opened
1 week ago
JasonTulp
commented
1 week ago
Description
This PR removes the storage getter macros from pallets in favour of calling
::get()
Context & Background
Substrate has deprecated the use of these macros in a future update so this work is needed for when we upgrade to Stable2409-1
Notes & Additional Information
Related Issues
https://futureverse.atlassian.net/browse/TRN-733?atlOrigin=eyJpIjoiNWQ4ZmQ5ZGQ4OGQ3NDBlMjgyZjhmYmU1MzVhZTc4M2YiLCJwIjoiaiJ9
zees-dev
commented
1 week ago
CI needs to be fixed; otherwise LGTM!
Description
::get()
Context & Background
Notes & Additional Information
Related Issues