when can the windows wallet gui be expected?
I have been trying to create a simple wrapper for the simplewallet and daemon. But I'm running into problems with the public (JSON RPC) API. The documentation on the bytecoin wiki is not accurate (some methods don't exists any more, others are missing specification of the input).
I can read the balance from the wallet and general info from the daemon. But I can't read a list of incomming transfers (this method does not seem to be available). I tried getting all the blocks and parsing them, but I can get the call for getblocks.bin working.
Has anyone got any further than me? I can post examples of how to make the JSON RPC calls. But I'm still missing big parts of functionality before I can even think of making a Windows wallet implementation.