Post
Topic
Board Altcoin Discussion
Re: Bytecoin website and roadmap release (including CryptoNote protocol updates)
by
Ullo
on 31/03/2015, 13:55:39 UTC
Nice to see a future road map with upcoming features. (A GUI wallet was very well due I believe)
Now it just remains to be seen how well and how fast these features are implemented.

Good luck!
Btw, new website is pretty damn awesome. Actually, all Bytecoin website were awesome, is there a gallery of some sort? Cheesy
At last! Is that the GUI preview on the main page? It looks cute!

Thank you for the kind words! We will do our best to deliver the promised features.

By the way, I wonder what are the differences between old low-level API and up-coming lowlevel API?

...

Any new methods? Where may I see them now (wiki/documentations)?

Previously, only the high-level API interfaces were available, including INode and IWallet. They provided access to all the Bytecoin features, but lacked flexibility. It was impossible to interfere with the way the transaction was created or signed. That is what the purpose of low-level API is, as it splits one "create transaction" method into a group of lower level ones. What's more, the multisig API was not previously available.

The documentation is hosted on Bytecoin wiki. However, we are going to significantly update it with the next release.