Updated 2020-06-12
This commit is contained in:
parent
40436a70ff
commit
317561381a
19
README.md
19
README.md
|
@ -1,3 +1,22 @@
|
|||
# 2020-06-12
|
||||
|
||||
## Issues
|
||||
|
||||
- [x] [#1937 - Compress public key for chat](https://github.com/status-im/status-go/issues/1937) - `research`
|
||||
- Synced with arnetheduck and cheatfate
|
||||
- `<multicodec integer encoded as libp2p varint><serialized public key>`
|
||||
- identifiers need to be encoded using https://github.com/multiformats/unsigned-varint
|
||||
- keys usable on ETH 1 and ETH 2
|
||||
- `ecp256k1-pub` - `0xe7` - Secp256k1 public key
|
||||
- `bls12_381-g1-pub` - `0xea` - BLS12-381 public key in the G1 field
|
||||
- `bls12_381-g2-pub` - `0xeb` - BLS12-381 public key in the G2 field
|
||||
|
||||
## Posts
|
||||
|
||||
- [x] [Full Status Archive Nodes - A path to independence and true decentralisation](https://discuss.status.im/t/full-status-archive-nodes-a-path-to-independence-and-true-decentralisation/1747) - `discussed`
|
||||
|
||||
---
|
||||
|
||||
# 2020-06-11
|
||||
|
||||
## Schedule
|
||||
|
|
Loading…
Reference in New Issue