-
Notifications
You must be signed in to change notification settings - Fork 372
feat(ICRC_Ledger): FI-1592: Implement ICRC-106 in the ICRC ledger #2857
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
feat(ICRC_Ledger): FI-1592: Implement ICRC-106 in the ICRC ledger #2857
Conversation
…ledger # Conflicts: # rs/ethereum/ledger-suite-orchestrator/src/scheduler/mod.rs # rs/ledger_suite/icrc1/ledger/src/lib.rs # rs/ledger_suite/icrc1/ledger/src/tests.rs # rs/ledger_suite/icrc1/ledger/tests/tests.rs # rs/ledger_suite/tests/sm-tests/src/lib.rs
…ledger # Conflicts: # rs/ledger_suite/icrc1/ledger/tests/tests.rs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this pull request affects the behavior of any canister owned by
the Governance team, remember to update the corresponding
unreleased_changes.md file(s).
To acknowldge this reminder (and unblock the PR), dismiss this
code review by going to the bottom of the pull request page, and
supply one of the following reasons:
-
Done.
-
No canister behavior changes.
gregorydemay
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only looked at the part owned by the cross-chain team and I have some understanding question.
…ledger # Conflicts: # rs/ledger_suite/icrc1/ledger/tests/tests.rs
…ledger # Conflicts: # packages/icrc-ledger-types/src/lib.rs # rs/ethereum/ledger-suite-orchestrator/tests/tests.rs # rs/ledger_suite/icrc1/ledger/ledger.did # rs/ledger_suite/icrc1/ledger/src/lib.rs # rs/ledger_suite/icrc1/ledger/src/main.rs # rs/ledger_suite/tests/sm-tests/src/lib.rs
Implement ICRC-106 (relocated from here) in the ICRC ledger.