-
Notifications
You must be signed in to change notification settings - Fork 64
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
Bounty payout voting and payment execution - self-evolving AI-DAO #5986 #70
Conversation
d4f4c56
to
99caf7b
Compare
@xoriole we rebased the commit history and fixed a gradle dependency error from com.mattskala:itemadapter:0.4 project-wide. Locally, the tests are passing, but there is still an issue with dependency com.goterl.lazycode:lazysodium-android:4.1.0 on the CI (you can check the logs). I don't think that this has to do with our PR. Anyways, we wanted to let you know that our code is now ready to be merged/reviewed |
@RFHuisman Thanks for the update. Instead of using itemadapter library as file dependency, can you try using this jitpack dependency? For lazysodium, it seems the package has changed, new packages are:
Note that repo is |
@RFHuisman @StevenL98 Could you please rebase the PR to master? The dependency issues should be fixed after rebase. |
59a31ce
to
f9ae52b
Compare
@xoriole it should be fine now 👍 |
@xoriole documentation has been added now as well in the readme's |
@RFHuisman Based on the meeting today, final tasks to finish:
|
update detailed readme with documentation
@xoriole we removed all commented code from the codebase and updated the currencyii readme to link to our repository with the serverside code. This repository contains documentation on how to setup and maintain the regtest server. |
The final .apk file can be downloaded here! |
This is the final result for the Blockchain project of team #5986.
For more information see the corresponding issue.
The updated readmes are on their way.