Skip to content

API organization

David Vorick requested to merge vuln into master

I wanted to do a trial PR to see what you think. You can view the markdown on my branch to see what it looks like. I want to start finalizing the API for version 1.

When doing this I did get a few questions about updating:

  1. is it hard to add signatures? B/c they are really important. Otherwise anyone can provide bogus updates and steal coins.
  2. Will the updating work if you are more than 1 update out of date? From what I remember, you a manifest which contains diffs? But if you don't get all of the diffs since you last updated, you will run into problems. (or does the code already handle that well?)
  3. I did change it so that the code is safe if version numbers have different volumes of dots.

Merge request reports