zeitgeist
zeitgeist copied to clipboard
Review `#[transactional]` usage in functions that are not entry-points
It's generally discouraged to "stack" #[transactional]
usage. In some non-entry-points (like in the implementation of the Swaps
API), we still use #[transactional]
. We should review if and where this is necessary.
See also https://github.com/zeitgeistpm/zeitgeist/pull/576#discussion_r872959902.