Andrew Yang

Results 2 issues of Andrew Yang

### Nano (`NANO`) Formerly known as RaiBlocks (`XRB`) * link to logo: https://www.reddit.com/r/nanocurrency/comments/7wh5uz/nano_media_kit_logos_for_websites_apps_etc/ (Logos in Google Drive link) * official website: https://nano.org/en

protobuf.js version: 7.2.2 Resolves https://github.com/protobufjs/protobuf.js/issues/1203 As illustrated in the attached test, `{"1":"2"}` is transformed into `{"\x01\x00\x00\x00\x00\x00\x00\x00":2}` without the decoder fix. Applying `util.longToHash` to the long key value here isn't necessary