-
Notifications
You must be signed in to change notification settings - Fork 11
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 contract #69
Merged
Merged
Feat contract #69
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yanguoyu
force-pushed
the
feat-contract
branch
2 times, most recently
from
March 3, 2023 08:57
6713e9f
to
d3bfa8c
Compare
yanguoyu
requested review from
Daryl-L,
Keith-CY,
PainterPuppets and
zhengjianhui
March 3, 2023 09:28
Keith-CY
reviewed
Mar 15, 2023
Keith-CY
reviewed
Mar 15, 2023
Keith-CY
approved these changes
Mar 18, 2023
@Daryl-L @PainterPuppets @zhengjianhui please have a review |
Daryl-L
approved these changes
Mar 20, 2023
Please squash and merge after conflicts are resolved |
author yanguoyu <841185308@qq.com> 1670485818 +0800 committer yanguoyu <841185308@qq.com> 1679301169 +0800 gpgsig -----BEGIN PGP SIGNATURE----- iQGzBAABCAAdFiEEV9lGWxNFVh7dkSjRu4XTbIob1vwFAmQYGjEACgkQu4XTbIob 1vw0UAwApY+vpeL9oPOeZzVSdxSZFwm1MP/DTjq8XLAAIN4PLbSJ/gOLp/qL6hG6 DyJLBjTi9c6hCvLk+7qJxBjD1ea4mF0o0Cct4W7bR34fJVs81q68cU7kSv7a3aFs DVYqT5rs6DLp742bT1lkw8HGlzkxioQY4IoB3xMX6E8dArs5b5FY2m+WcNQia3Ey 1GD1WW6tmaCfahYYY190gk7slA2awpMxEJOE45Kpv8MnY5Ve6gUIe2Yi8Qntvu5G gB+Dz5XiCopMBKWMv+Vjf9NwzHoc/QlxeOAAMQbBekzBokuo0V62EXwnEPBWx1o4 5+RzP62FqpCSiVXF04jw+0WG/9HRK3QY2zxqDLnSlZ9J9XegoKrO5nsgc1WC8/h/ ZZSrTuVh2J80FbQiSE+hKbAKOivF76Zs3Rl/TEkKPB50SAFEzdwtQGlHFO+ndXuQ 1+Z1mM8N1TPPrst7ghTYqjK5QQ5MfapwpqW8gUIS+a08/UVPEOnVh3TyITNCE1Zs 2RpfdR0/ =F0oW -----END PGP SIGNATURE----- feat: Implement of contract. fix: Upload lock file. fix: Fix types after rebase develop fix: upgrade undici version fix: Remove method to payload.value
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add
Contract
extendsStore
, the Contract implements two functions:run
function can call remote or local service.link
function can mount functions onContract
, most of the time it is used to mount other's DApp's functions.