-
Notifications
You must be signed in to change notification settings - Fork 2
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
Changed core version (pom.xml) and version message to 0.3.1 #16
Conversation
of Utils needed by DownloadProgresstracker
ebd6026 seems to be for the changes I pulled from PaycoinFoundation so it was for bringing my repository up-to-date with this one (https://github.com/brenzosa/paycoinj/commit/ebd602616e161c3bc564fb6dd39a08fdea9ab222). The actual changes in this pull request can be seen here (1416b08 and af04bcf seem to be included correctly): https://github.com/PaycoinFoundation/paycoinj/pull/16/files |
I think I should teach you some git tricks for cleaner commits and pulls. For example you shouldn't pull the changes from paycoinfoundation like you did but rather doing a clean merge etc. I can chat on slack. We should clean this up before merging |
Exposed Wallet#maybeMovePool() for manually inserting txns Remove head from from block locator to replay last block when switching peers -- otherwise, some txns tend to get lost
@brenzosa we should be splitting these up into their own pull requests and this still needs a bit of a clean up. I might do it to at least get the protocol change in the wallet. |
@brenzosa can you please review the pull request splits I've made above (I just cherry-picked your commits so you'll still get the credit). Let me know if any need merging etc. If everything is okay please close this. |
Sure go ahead, that's really the only important change so it should be easy to add. I'll re-open another PR for the other stuff, thanks |
Other minor improvements made were needed by the mobile wallet