zeitgeist icon indicating copy to clipboard operation
zeitgeist copied to clipboard

Review `#[transactional]` usage in functions that are not entry-points

Open maltekliemann opened this issue 2 years ago • 0 comments

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.

maltekliemann avatar May 14 '22 10:05 maltekliemann