-
-
Notifications
You must be signed in to change notification settings - Fork 775
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: rsk integration for bounties + hackathons #8259
Conversation
2dc5956
to
b1d8386
Compare
code snippet : to reproduce, head over to gitcoin site and paste this in browser
|
@thelostone-mc it fails because |
code to test ERC-20 transfer (tRif) init connection
Do transfer
|
LGTM |
@@ -26,7 +26,7 @@ def record_payout_activity(fulfillment): | |||
kwargs['profile'] = fulfillment.funder_profile | |||
kwargs['metadata']['from'] = fulfillment.funder_profile.handle | |||
kwargs['metadata']['to'] = fulfillment.profile.handle | |||
kwargs['metadata']['payout_amount'] = fulfillment.payout_amount | |||
kwargs['metadata']['payout_amount'] = str(fulfillment.payout_amount) |
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.
why does this change ? does this affect the round function that is used in frontend
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.
there's always been an error like object of type Decimal is not JSON serializable
while running sync_pending_fulfillments
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.
Did we check to make sure that does this not have any side affects ? @chibie
Description
Chain ID: 30
Tokens:
Mainnet
Testnet
Fixes: #8348
Fixes: #8318
closes #8349
closes #8350
closes #8351
closes #8352
Tests