From 317561381aacbe9bc595b793c59cf84ee81cc1cd Mon Sep 17 00:00:00 2001 From: Samuel Hawksby-Robinson Date: Fri, 12 Jun 2020 22:56:37 +0100 Subject: [PATCH] Updated 2020-06-12 --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index e5061bf..70aa007 100644 --- a/README.md +++ b/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 + - `` + - 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