I hereby claim:
- I am noamnelke on github.
- I am noamnelke (https://keybase.io/noamnelke) on keybase.
- I have a public key ASBM5KeIOYdf5RMgi0v7D2mZKMbxfOatHFa9-49UGFImJQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
ssh-keygen -f id_rsa.pub -e -m PKCS8 > id_rsa.pkcs8.pubkey
One way to obtain a recipient's public key is from GitHub, by adding .keys
to their profile url, e.g. https://github.com/noamnelke.keys
This pipes a secret string into openssl, encrypts it with the recipient's public key and pipes the result to openssl again to transcode it into base64 (without the last step it would be binary, which is fine for a file, but harder to paste somewhere).
PR | Owner | Comments |
---|---|---|
work parallel worker queue work | Anton | Fixes test issues - should be merged first. |
fixed different active set size in block creation | Anton | Relatively local change, no conflicts expected. |
New CI infrastructure to support private ELK per test | Amit | Changes CI infra, may reduce arbitrary errors in other merges, should be merged early. |
Return 20-byte block ids in api | Noam | Local change that shouldn't cause conflicts. |
Fix flaky blocks-add-node test | Nikita | Fixes one of the tests - should be merged first. Local change that shouldn't cause conflicts. |
Krishna/2225/remove timestamp from block header | Noam | *Community contr |