What's Changed
Limit the number of nested transactions
The number of nested transactions for the Safe's history is now limited via MAX_NESTED_TRANSFERS
. The default value is 100 transactions.
Note: Setting a negative value would still limit the number of transactions but would show the first numberOfTransactions - MAX_NESTED_TRANSFERS
(instead of the first MAX_NESTED_TRANSFERS
)
Full Changelog: v1.10.0...v1.10.1