-
Notifications
You must be signed in to change notification settings - Fork 10
feat(contracts): shielded token contracts #205
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
Conversation
👷 Deploy request for lunarswap pending review.A Netlify team Owner will need to approve the deploy before you can run your build. Are you a team Owner? Visit the deploys page to approve it → Need more help? Learn more in the Netlify docs →
|
|
@andrew-fleming I'm sorry for having those two unrelated commits 508343b, 6aeb82a I just needed origially to fix an workflow failing issue and then I took the chance to enhance the existing workflow. LMK if you prefer that to be in a separate PR. |
Nah n/p 👍 |
andrew-fleming
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.
Looking good, @0xisk! I left some comments
contracts/shielded-token/src/openzeppelin/ShieldedERC20.compact
Outdated
Show resolved
Hide resolved
contracts/shielded-token/src/test/ShieldedFungibleToken.test.ts
Outdated
Show resolved
Hide resolved
contracts/shielded-token/src/test/ShieldedFungibleToken.test.ts
Outdated
Show resolved
Hide resolved
contracts/shielded-token/src/test/ShieldedFungibleToken.test.ts
Outdated
Show resolved
Hide resolved
contracts/shielded-token/src/test/ShieldedFungibleToken.test.ts
Outdated
Show resolved
Hide resolved
contracts/shielded-token/src/test/ShieldedFungibleToken.test.ts
Outdated
Show resolved
Hide resolved
5aa96dc to
aaaa857
Compare
aaaa857 to
206d77c
Compare
andrew-fleming
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.
Changes look good! I left a few final suggestions/comments, but we're just about good to go. btw I believe there are three other occurrences of midnight-dapps lurking about:
- README
- package.json
- /contracts/math/src/Index.compact
contracts/shielded-token/src/test/ShieldedFungibleToken.test.ts
Outdated
Show resolved
Hide resolved
contracts/shielded-token/src/test/ShieldedFungibleToken.test.ts
Outdated
Show resolved
Hide resolved
contracts/shielded-token/src/test/ShieldedFungibleToken.test.ts
Outdated
Show resolved
Hide resolved
contracts/shielded-token/src/test/ShieldedFungibleToken.test.ts
Outdated
Show resolved
Hide resolved
contracts/shielded-token/src/test/ShieldedFungibleToken.test.ts
Outdated
Show resolved
Hide resolved
contracts/shielded-token/src/test/ShieldedFungibleToken.test.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Andrew Fleming <fleming.andrew@protonmail.com>
andrew-fleming
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.
LGTM!
Description
This PR is for the Shielded token compact contracts.
Related to: #192