Personal tools
You are here: Home Workspace bugs

Tracker log

An overview of recent activity in the tracker.

New issue »replace basehttpserver by socket« added by Jörg Baach

Currently we are using basehttpserver for receiving via internet. This does not allow timeouts. Replace it by something with a custom socket.

Added 993 day(s) ago.

New issue »wap wallet« added by Jörg Baach

Just an idea: could a python script on the mobile phone serve as a wap server? That would allow easy migration to something evil like a web wallet

Added 994 day(s) ago.

New issue »Create new favicon« added by Josef Davies-Coates

The existing favicon doesn't fit in with the design of the rest of the site.

A new favicon is needed, perhaps similar to the coins in the header image.

Added 994 day(s) ago.

New issue »create api for storage« added by Jörg Baach

Right now the storage is a dictonary - a better solution would be to do the operations through an api.

Added 995 day(s) ago.

New issue »wallet logo colors are inversed« added by Jörg Baach

The logo for the wallet should like the logo for this site. Instead, the colors are inversed.

This is most likely due to the svg-t transformation / some pys60 issue.

Added 995 day(s) ago.

New issue »Authorizer should not be asked in real time« added by Jörg Baach

Right now on the issuer side the authorizer is passed an incoming request for authorization. This makes the authorizer an online available target of attack.

It would be much better if the authorizer would 'offline' issue a statement which would allow minting of N coins. In the end that certificate is the authorization.

How would those certs however be handled by mobile phones? Maybe the authorizer would sign a statement of the form "<N> <currencyId>", and the mobile would present the signature (only) along with the mint request?

Added 998 day(s) ago.

New issue »good source of randomness in wallet« added by Jörg Baach

Right now the default pseudo random number generator of python is used in the wallet. There is no urandom, and python recommends not to use the random generator for crypto, which we do.

Added 1000 day(s) ago.