Created
July 17, 2018 06:42
-
-
Save melanke/f0dc0295b20bfabfafe2740ea41dec97 to your computer and use it in GitHub Desktop.
Revisions
-
melanke created this gist
Jul 17, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,27 @@ # Neo-Sharp at Neo's Shanghai Office ### RpcServer planning, interface and implementention (work in progress) - https://github.com/CityOfZion/neo-sharp/pull/225 ### Interval scheduler, a helper to be able to execute a repetitive task - https://github.com/CityOfZion/neo-sharp/pull/207 - https://github.com/CityOfZion/neo-sharp/pull/211 - https://github.com/CityOfZion/neo-sharp/pull/215 ### Create account with mismatch password check, so the user can't have a different password for 2 accounts of the same wallet - https://github.com/CityOfZion/neo-sharp/pull/197 ### Spliting Regis reposotories in 2: Json and Binary - https://github.com/CityOfZion/neo-sharp/pull/216 ### Fix create wallet, calling getpasswordhash less times - https://github.com/CityOfZion/neo-sharp/pull/200 ### Delete account on prompt - https://github.com/CityOfZion/neo-sharp/pull/202 ### Asking for password more explicity on prompt - https://github.com/CityOfZion/neo-sharp/pull/212 ### Fix wallet prompt commands to fit the neo-python style, but it was rejected - https://github.com/CityOfZion/neo-sharp/pull/193