-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fully working wallet daemon and client [$7,500 BOUNTY!] #66
Comments
Can you be more clear about what exactly should be done here? It is absolutly not clear for myself. Can you specify the wallet in question and list all the issues that should be solved? |
I'd be happy to take on some of this, but how are you managing duplicate work by other contributors etc...? Are you breaking down each unit of work into an issue that can be assigned to a particular developer? I can see the remaining issues have various bounties but they don't appear to mount up to the $5000 bounty on this issue. Thanks |
@Donneker it involves the wallet RPC calls and ensuring the wallet works properly. @CCob please join our discord and use the development channels if you haven’t already: https://discord.gg/3Wph6sE |
Below is a list of RPC calls from latest Bitcoin codebase, taken from https://bitcoin.org/en/developer-reference#rpcs. It would be very useful to have people check these off as they're confirmed as fully working...
|
Reminder for the future re this comment: |
I've set up https://testnet.btcprivate.org/ and https://regtest.btcprivate.org and got a lot of people testing commands as much as possible, had various dev calls, created working examples and we're now at 111/119 Bitcoin RPC methods passing, with the rest provably working in the next few days. |
Next steps are to get z methods setup and testable so we can see what doesn't work from those. The standard tests in the test dir also need tweaking as noted on other issues so they all pass as expected. The UI and much dev testing via the CLI proves all works as expected, it's simply a case of adjusting the tests where necessary to run a BTCP focused command (eg some fail due to BTC address etc). |
The rebase is almost finished, however, there are still various issues to be worked out. More manpower is needed to ensure we have a fully working wallet with all passing tests that works for shielded and transparent transactions.
There is a $7500 bounty on this issue.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: