Skip to content
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

Gnt driver #110

Merged
merged 55 commits into from
Mar 6, 2020
Merged

Gnt driver #110

merged 55 commits into from
Mar 6, 2020

Conversation

bidzyyys
Copy link
Contributor

@bidzyyys bidzyyys commented Feb 18, 2020

  • request_funds_from_faucet
  • get_account_balance
  • schedule_payment
  • get_payment_status
  • verify_payment
  • get_transaction_balance

@bidzyyys bidzyyys self-assigned this Feb 18, 2020
@bidzyyys bidzyyys added this to In progress in LWG PoC via automation Feb 18, 2020
@bidzyyys bidzyyys added this to the PoC Demo milestone Feb 18, 2020
@bidzyyys

This comment has been minimized.

core/payment-driver/src/error.rs Show resolved Hide resolved
Err(PaymentDriverError::LibraryError {
msg: format!("{}", e),
})
},
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend implementing appropriate From traits for error conversion. This whole method body could look like this:

Ok(Contract::from_json(self.web3.eth(), address, json_abi)?)

@bidzyyys bidzyyys force-pushed the feature/gnt_driver branch 5 times, most recently from 40359ef to dc417c2 Compare February 25, 2020 00:20
@prekucki prekucki marked this pull request as ready for review February 26, 2020 14:02
prekucki
prekucki previously approved these changes Mar 6, 2020
LWG PoC automation moved this from In progress to Reviewer approved Mar 6, 2020
LWG PoC automation moved this from Reviewer approved to Review in progress Mar 6, 2020
@prekucki prekucki self-requested a review March 6, 2020 17:28
LWG PoC automation moved this from Review in progress to Reviewer approved Mar 6, 2020
@prekucki prekucki merged commit 3aacd00 into master Mar 6, 2020
LWG PoC automation moved this from Reviewer approved to Done Mar 6, 2020
@tworec tworec mentioned this pull request Apr 6, 2020
@tworec tworec deleted the feature/gnt_driver branch April 6, 2020 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
LWG PoC
  
Done
Development

Successfully merging this pull request may close these issues.

TE: Payment API
3 participants