Adam Babik
Adam Babik
This change allows to configure how binary fields are serialized by `Encoder`. It is backward compatible and defaults to base64 encoding. Closes #730
By default, `jsonEncoder` encodes bytes using base64. In my case, it would be much more useful if bytes are encoded using hex encoding. I tried to build a wrapper around...
# Problem We have this patch https://github.com/status-im/go-ethereum/blob/patched/1.9/_assets/patches/0023-extract-personal-sign-api.patch. It only requires two methods `EcRecover` and `Sign` which can be easily extracted from geth's `internal/` package. # Implementation Create a new service...
# Problem `Messenger.SendChatMessage()` takes two arguments: `context.Context` and `*Message`. The latter is a very complex structure with a protobuf struct embedded. From the sender perspective, it's unclear which fields must...
# Problem status-go uses its own fork of Whisper, thus, we don't need any patches in https://github.com/status-im/go-ethereum. # Acceptance Criteria 1. Make sure all whisper-related patches are incorporated in https://github.com/status-im/status-go/tree/develop/whisper....
# Problem We have two patches related to the `Key` and `KeyStore` in `github.com/ethereum/go-ethereum/accounts/keystore` package. # Implementation Go to https://github.com/status-im/go-ethereum/blob/patched/1.9/_assets/patches and merge 0000 and 0044 patches into one. Do the...
# Problem Not all packets are currently covered by the spec. - [ ] `11` Batch Ack - [ ] `12` Message Response - [ ] `123` P2P Sync Request...
It might be related to https://github.com/hnrss/hnrss/issues/44. We use this Dockerfile to deploy hnrss to [Cloud Run](https://cloud.google.com/run).
In the VS Code extension, we have a way to detect a language using https://github.com/microsoft/vscode-languagedetection. It has a model embedded which comes from https://github.com/yoeo/guesslang. It executes it using https://github.com/tensorflow/tfjs which...
Highlights: - Remove serializing the `name` attribute if it was not present in the source. - Add spaces between `{ ... }`.