-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add smart contract wallet #413
Conversation
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.
Nice work ;)
I decided to change the Event flow of depositing cis2 tokens into the smart contract wallet is as follows now: MintEvent (in
|
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.
LGTM 👍
6473fc0
to
b6048ef
Compare
b6048ef
to
4a67ac9
Compare
Purpose
closes #412
Next: Update the CIS5 standard proposal document to match the reference implementation:
Concordium/concordium-update-proposals#60
e.g. the service fee is deposited to the
public_key
of the service fee recipient in this implementation to avoid too much dust amounts being sent to addresses.Changes
Add smart contract wallet reference implementation.