How to fix ERR_SSL_VERSION_OR_CIPHER_MISMATCH
I was setting up SSL for a domain using cloudflare along with nginx-acme and nginx-proxy but I got error ERR_SSL_VERSION_OR_CIPHER_MISMATCH when testing. Checking the container logs, everything looks alright. By using SSL Labs toolkit, it shows error “Failed to communicate with the secure server”:Looking it up, I found https://community.cloudflare.com/t/failed-to-communicate-with-the-secure-server/186871 which links to https://developers.cloudflare.com/ssl/troubleshooting/version-cipher-misma...
How to fix ERR_SSL_VERSION_OR_CIPHER_MISMATCH
I was setting up SSL for a domain using cloudflare along with nginx-acme and nginx-proxy but I got error ERR_SSL_VERSION_OR_CIPHER_MISMATCH when testing. Checking the container logs, everything looks alright. By using SSL Labs toolkit, it shows error “Failed to communicate with the secure server”:Looking it up, I found https://community.cloudflare.com/t/failed-to-communicate-with-the-secure-server/186871 which links to https://developers.cloudflare.com/ssl/troubleshooting/version-cipher-misma...
Sui Study Notes: The Whitepaper
Disclaimer: This study note serves as a personal reminder rather than a comprehensive list of all the concepts in the whitepaper.Programming ModelGlobal object pool: In Sui, persistent storage is supported via Sui’s global object pool rather than the account-based global storage of core MoveMove vs. the Sui MoveModules, Types and AbilitiesObjects and Ownershipobjects are first-class citizens of the systempackage code objects, and struct data objectsTransactions: public tx (i.e. publish a pack...
Sui Study Notes: The Whitepaper
Disclaimer: This study note serves as a personal reminder rather than a comprehensive list of all the concepts in the whitepaper.Programming ModelGlobal object pool: In Sui, persistent storage is supported via Sui’s global object pool rather than the account-based global storage of core MoveMove vs. the Sui MoveModules, Types and AbilitiesObjects and Ownershipobjects are first-class citizens of the systempackage code objects, and struct data objectsTransactions: public tx (i.e. publish a pack...
Optimism Bedrock: Study Notes
Disclaimer: My goal is to learn the OP Bedrock protocol quickly so I can understand the code more easily to be able to plug in with my own DA layer to the OP stack. So I only read the things I think that can be helpful. The goal is not to understand every piece of the details.Study Stepsread Introducing the OP Stackwatch the talks given by OP Labs’ Karl Floersch and Kelvin Fichter at Devcon 6read the following specs: Introduction, Overview, Deposits, Rollup Node, Batch Submitter, System Confi...
Optimism Bedrock: Study Notes
Disclaimer: My goal is to learn the OP Bedrock protocol quickly so I can understand the code more easily to be able to plug in with my own DA layer to the OP stack. So I only read the things I think that can be helpful. The goal is not to understand every piece of the details.Study Stepsread Introducing the OP Stackwatch the talks given by OP Labs’ Karl Floersch and Kelvin Fichter at Devcon 6read the following specs: Introduction, Overview, Deposits, Rollup Node, Batch Submitter, System Confi...
Filecoin/FVM: Study Notes
Study Stepsread https://docs.filecoin.io/about/basics/introduction/read The Filecoin Virtual Machine: Everything You Need to Knowread https://docs.filecoin.io/about/basics/filecoin-faq/read How Filecoin storage and retrieval workswatch Space Warp Summit 🛸 Understanding the FVM - Raul Kripalaniwatch Space Warp Summit 🛸 Programming on the FEVM - Zak AyeshHigh-levelFilecoin is built on top of the same software powering IPFS protocol but they are different networksFilecoin is different from IPF...
Filecoin/FVM: Study Notes
Study Stepsread https://docs.filecoin.io/about/basics/introduction/read The Filecoin Virtual Machine: Everything You Need to Knowread https://docs.filecoin.io/about/basics/filecoin-faq/read How Filecoin storage and retrieval workswatch Space Warp Summit 🛸 Understanding the FVM - Raul Kripalaniwatch Space Warp Summit 🛸 Programming on the FEVM - Zak AyeshHigh-levelFilecoin is built on top of the same software powering IPFS protocol but they are different networksFilecoin is different from IPF...
Quick Study of the OP Tokenomics
Tokenomicshttps://community.optimism.io/docs/governance/economics/ The above page is the official documentation about the Economics of the OP ecosystem. It also has a nice diagram (see below) to demonstrate the economics.However, it does not clearly picture where the token holders fit in. The only thing mentioned in the page is:Value accrues to tokenholders through the productive re-deployment of sequencer revenue. Sequencer revenue is primarily directed to fund public goods, which creates ec...
Quick Study of the OP Tokenomics
Tokenomicshttps://community.optimism.io/docs/governance/economics/ The above page is the official documentation about the Economics of the OP ecosystem. It also has a nice diagram (see below) to demonstrate the economics.However, it does not clearly picture where the token holders fit in. The only thing mentioned in the page is:Value accrues to tokenholders through the productive re-deployment of sequencer revenue. Sequencer revenue is primarily directed to fund public goods, which creates ec...