Manuel Montenegro
Manuel Montenegro
The idea behind this is to create 'nucypher' docker images automatically using GH actions. The trigger could be a tag like "dev-". This could facilitate deploying these new images using...
Hi, I'm deploying a private network based on Hyperledger Besu. I have 5 docker containers, one per node, running Besu (v 1.5). Also, I have 5 docker container running ethstats-cli...
Currently there is support for Polygon Mumbai testnet (Chain ID and explorer URL can be found). But this network has been deprecated in favor of Polygon Amoy. https://polygon.technology/blog/introducing-the-amoy-testnet-for-polygon-pos
### The problem If we try to encrypt something using an expired ritual, we will get something similar to: ``` /Users/manumonti/Projects/nucypher/taco-web/packages/taco/src/dkg.ts:169 throw new Error(ERR_RITUAL_NOT_FINALIZED(ritualId, ritual)); ^ Error: Ritual 0 is...
The supported chains for the TACo conditions can vary over the time due to the deprecation of the different networks or because we decide to support only some testnets depending...
Is the idea for this issue only to address name resolution on the client-side (i.e. at encryption time, just use the resolved wallet address in place of the ens name),...
From EthIstambul hacker's feedback: There is some confusion about the different flows of nucypher: encryption / decryption / payment / root network vs child network... Maybe some diagrams could be...