I am developing a swap canister. We keep logs of the swaps but eventually we will run out of space to hold the swap logs. We would like to reuse the icrc1 archive canister. Is this fairly easy to achieve? I noticed that the append_blocks method simply takes an encoded blob so I’m thinking it should just be a case of adding the functions needed to interact with the archive canister on my swap canister? Do you have any recommendations for this?
As always, thanks