Skip to content

Instantly share code, notes, and snippets.

@melanke
Created July 17, 2018 06:42
Show Gist options
  • Select an option

  • Save melanke/f0dc0295b20bfabfafe2740ea41dec97 to your computer and use it in GitHub Desktop.

Select an option

Save melanke/f0dc0295b20bfabfafe2740ea41dec97 to your computer and use it in GitHub Desktop.

Revisions

  1. melanke created this gist Jul 17, 2018.
    27 changes: 27 additions & 0 deletions gil-contribution-week-54.md
    Original 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