threefoldfoundation / tf_app

Threefold mobile application backend
Apache License 2.0
0 stars 3 forks source link

Support Rivine 1.0 API #371

Closed bart-at-mobicage closed 5 years ago

bart-at-mobicage commented 6 years ago

First investigate how much stuff has changed and how much time we need to implement this. Let's discuss afterwards to check for a timing when we do this.

lucasvanhalst commented 6 years ago

This function (and some functions it calls) and the data objects will need to be changed: https://github.com/our-city-app/mobicage-android-client/blob/1eb0df9113da600cc23db3d37fe5a54afed1b619/rogerthat/src/main/java/com/mobicage/rogerthat/util/security/ed25519/Ed25519.java#L181

Not sure about iOS but I think it will be less work since we use something generated from the golang rivine code

The wallet (embedded app) will need to be updated so it uses the new data structure.

lucasvanhalst commented 5 years ago

Pull requests:

lucasvanhalst commented 5 years ago

ready to review @bart-at-mobicage