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

Add basic autobuyer start/stop #325

Merged
merged 1 commit into from
Apr 13, 2017
Merged

Conversation

jcvernaleo
Copy link
Member

Takes care of the first part of #268

startAutoBuyerError: null,
startAutoBuyerSuccess: action.success,
startAutoBuyerRequestAttempt: false,
startAutoBuyerResponse: action.purchaseTicketsResponse,
Copy link
Member

Choose a reason for hiding this comment

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

wrong action field

stopAutoBuyerError: null,
stopAutoBuyerSuccess: action.success,
stopAutoBuyerRequestAttempt: false,
stopAutoBuyerResponse: action.purchaseTicketsResponse,
Copy link
Member

Choose a reason for hiding this comment

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

another

@jcvernaleo
Copy link
Member Author

Fixed the two errors pointed out but going to hook up to minimal part of gui before enxt review.

@jcvernaleo jcvernaleo force-pushed the jcv_auto branch 4 times, most recently from f86257d to 335e49d Compare April 12, 2017 16:24
@@ -10,6 +10,7 @@ import './fonts.css';
function mapStateToProps(state) {
return {
walletService: state.grpc.walletService,
ticketBuyerService: state.grpc.ticketBuyerService,
Copy link
Member

Choose a reason for hiding this comment

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

Hmmm don't think you need the ticketBuyerService here.

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll remove. That was when I was getting a little desperate trying to find where I was missing something.

Copy link
Member Author

Choose a reason for hiding this comment

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

Removed.

@jcvernaleo jcvernaleo changed the title Add backend functions for autobuyer start/stop Add basic autobuyer start/stop Apr 13, 2017
@jcvernaleo
Copy link
Member Author

Needs more styling of course, but should be good to on in after review now.

@alexlyp
Copy link
Member

alexlyp commented Apr 13, 2017

OK

@alexlyp alexlyp merged commit 64c40ce into decred:master Apr 13, 2017
@jcvernaleo jcvernaleo deleted the jcv_auto branch April 13, 2017 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants