Previously the wallet would record as many events as it could hold. This could result in a call running out of cycles when the vector needed to be reallocated. This sets a cap on events as 10,000 global events and 1,000 canister-specific events per canister.
Previously the wallet would record as many events as it could hold. This could result in a call running out of cycles when the vector needed to be reallocated. This sets a cap on events as 10,000 global events and 1,000 canister-specific events per canister.
Fixes #75.