Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Candid Files #613

Closed
wants to merge 1 commit into from
Closed

Update Candid Files #613

wants to merge 1 commit into from

Conversation

sa-github-api
Copy link
Collaborator

Motivation

The canisters APIs have been updated.

Changes

  • Updated the candid interface files for the canisters used in this library.
  • Updated the javascript bindings for the latest candid interfaces.

Tests

  • Please check the API updates for any breaking changes that affect our code.

Copy link
Contributor

size-limit report 📦

Path Size
@dfinity/ckbtc 7.29 KB (0%)
@dfinity/cketh 2.78 KB (+0.57% 🔺)
@dfinity/cmc 1.29 KB (+0.54% 🔺)
@dfinity/ledger-icrc 3.58 KB (+5.55% 🔺)
@dfinity/ledger-icp 14.77 KB (0%)
@dfinity/nns 34.63 KB (+0.59% 🔺)
@dfinity/nns-proto 76.44 KB (0%)
@dfinity/sns 15.72 KB (+0.28% 🔺)
@dfinity/utils 4.44 KB (0%)
@dfinity/ic-management 2.61 KB (0%)

@@ -126,6 +126,7 @@ export const idlFactory = ({ IDL }) => {
'address' : IDL.Text,
'ckerc20_token_symbol' : IDL.Text,
}),
'QuarantinedDeposit' : IDL.Record({ 'event_source' : EventSource }),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I wrote on #615 (review):

I believe adding a new variant to an existing type is a breaking change. I'm checking with Greg if this is OK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants