Hi,
there has been a slight change in project structure.
For all developers:
the githubs have been migrated from my personal github to a github project. they can now be found at
https://github.com/project-ecc/eccoin and
https://github.com/project-ecc/LynxFor everyone else:
if you find a link to either the Lynx or eccoin github link that is no longer working because of the migration, please report it so it can be fixed.
To answer the question of "what are the devs working on" and ease any concerns, here is our current checklist we were trying to complete for the next release (this is just a copy and paste so its in dev speak and has some developer notes in it).
GUI
-
downlaods menu is no longer a tab, start button now replaces itself-
daemon now replaced with wallet-
configuration under settings where it should be-
fix balance bug, should now show all balances correctly-
fix wallet version, should read from package file-
fix the transaction table-fix new version available message
-
fix internal server error- fix backup wallet button
- add button to menu to change staking state without restarting the wallet using setgenerate
- make time to unlock wallet option. should have some arbitrary high default value if no specific number input
- progress bar for daemon download, helps on slower connections even though its only 30MB
DAEMON
-
add ability to toggle where change is sent in tx, now defaults to address where coins were being sent from instead of creating a new address. This should help users check their addresses on BE with better accuracy-
add service tx's for ANS and other services. no port available, no one has done this-
implement full network manager for all network services. no port available, no one has done this-
implement chain manager. no port available, no one has done this- add ANS tx checks to processtx
-
fix the transaction table, combine coinstake inputs and outputs-
import autogen/configure scripts-
fix travisCI configs- add rpc call to reload settings from config file, will need to pause wallet to do this safely. some settings cannot be reloaded with this command, see safety list
- rpc to add contact to address book
- rpc to delete contact from address book
- rpc to modify contact in address book
- rpc to check password validity/encryption precense
- add load percentage to block index
- improve network sync time. port from 14.2
- improve load block index time.
- port in rescan ability without full wallet restart from 14.2
For everyone having issues, we are working on it. You can always seek help for any problems you might have in support channel in slack
Thank you,
-Griffith
Happy to see this one on the todo list - improve load block index time.
Thanks for all the effort you are putting into ECC, keep up the good work!