dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.
https://internetcomputer.org/developers
Apache License 2.0
171 stars 83 forks source link

refactor(asset): Return batch id and evidence from prepare_sync_for_proposal #3869

Closed Sawchord closed 1 month ago

Sawchord commented 1 month ago

Description

This PR changes prepare_sync_for_proposal, such that it returns a tuple (Nat, ByteBuf), with the batch id and the byte buffer. This may be needed by tools, that do not want to directly request the commit, but rather store or process this information otherwise.

Fixes # (SDK-1789)