Til FHE and MPC become more feasible TEE is here to stay. Many uses cases both on the crytpoinfra side of thing as well as general off-chain computation for app specific chains for it be used.
TEEs / trusted hardware are in theory a perfect complement to blockchains. But security concerns have slowed adoption.
The Sting Framework (SF) is a new defensive layer for TEEs and other systems that enforce secrecy. See our blog post https://t.co/RPYAepAvqt or the TLDR below.
Super dumb question on based Rollups: do they rely on aggregation with other L2 txs once in the L1 mempool or that a batched transaction is directly sent to the L1? I’d think the latter? And that the question of how transactions are hatched is more open.
I am excited to share my first blog post. It's about separating the sequencer into 2 logical entities. The aggregator and header producer. Hope you enjoy it!
https://t.co/nHoITptEX0
Are there any protocols similiar to cowSwap that do not disclose the party's who have the same wants?
Or examples of similiar things: dark pools / private batching / etc?
I've been working on a series on the properties of money and the tensions between them. Here is the intro: https://t.co/yqadUs3lgf
And a short thread on whats at stake 👇
Cosmos: A Builder’s Thesis
With a market cap of 59B across 74 chains, The Interchain is growing fast with titans like @dYdX moving from Starkware to Cosmos to build “the best product possible"
Should you build on Cosmos, anon? Let’s dig in!
From a mech design perspective ABCI++ opens up so many more options. Not only will it change how we think of finality, but it will drastically shift how MEV is handled on cosmos chains.
AFAIK I thought that calldata was almost always preferred but from its immutability but also for overall gas optimization as it's deleted after a function call.
Does anyone know of an instance where memory will perform more optimally then calldata for structs? Running some gas tests and seeing a reduction in overall cost when using memory in my function parameters instead of call data.