# Handshake Developer Call 8/6/2020
## News
### Handshake Hackathon
There is a Handshake Hackathon going on, a collaboration between Namebase and Sia.
https://gitcoin.co/hackathon/own-the-internet/?
### Handshake Improvement Proposals
A new Handshake Improvement Proposals respository was created on Github.
https://github.com/handshake-org/HIPs
## Issues/PRs
### Switch to Github Workflows
This PR moves the CI away from CircleCI to Github Workflows.
https://github.com/handshake-org/hsd/pull/484
### Bob Wallet Allow Bids of 0 Value
Recent changes to `hsd` allowed for bids of 0 value to go though, this updated Bob Wallet so that they can be sent.
https://github.com/kyokan/bob-wallet/pull/170
### Bob Wallet Display Punycode
This PR displays punycode next to the names.
https://github.com/kyokan/bob-wallet/pull/194
### Good First Issue: Update Tests with new hs-client
A good first issue for a new contributor to `hsd` would be to update the tests to use the newer version of `hs-client`.
https://github.com/handshake-org/hsd/issues/486
### Merged: Update CHANGELOG
New changes to `hsd` should include an update to the `CHANGELOG` so that this doesn't have to happen again in the future.
https://github.com/handshake-org/hsd/pull/482
### Merged: Node RPC resetrootcache
A new node RPC `resetrootcache` is added that clears the root nameserver cache.
https://github.com/handshake-org/hsd/pull/451
## Extra