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

[WIP] Credit draft implementation. #144

Closed
wants to merge 2 commits into from
Closed

Conversation

pgev
Copy link
Collaborator

@pgev pgev commented Jan 24, 2019

No description provided.

Copy link
Contributor

@benjaminbollen benjaminbollen left a comment

Choose a reason for hiding this comment

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

Looks good, but as mentioned, without an active credit, it is helpful if the rule can still pass idempotently over the CreditRule contract onwards to TokenRules

external
{
require(
credits[_from].inProgress,
Copy link
Contributor

Choose a reason for hiding this comment

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

if no credit is in progress, executeTransfers should just pass on the data to TokenRules without transfering a credit and function normally, not revert

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done.

@benjaminbollen
Copy link
Contributor

needs an issue to connect to

@benjaminbollen benjaminbollen mentioned this pull request Apr 3, 2019
@pgev
Copy link
Collaborator Author

pgev commented Apr 18, 2019

Closing as a new (updated) PR has been created for Credit (#198).

@pgev pgev closed this Apr 18, 2019
@pgev pgev removed their assignment Apr 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants