Rebranding: Mycel is rebranding from Account Transfer Protocol to its own Layer 1 blockchain.
Building the Mycel Stack with HyphaBFT and Ownership Transfer Protocol to deliver truly chain-agnostic cross-chain swaps.
https://t.co/bNBEdebtRT
Today, we’re launching Cloudflare Email Service. Send and receive email directly from your Workers with native bindings—no API keys needed. https://t.co/N72XYmknqR #BirthdayWeek
Introducing 𝚡𝟺𝟶𝟸-𝚖𝚌𝚙.
Bring x402 payments into Agents & MCP servers with the AI SDK.
• Open protocol based on HTTP 402: Payment Required
• <$0.01 fees, sub-$0.001 minimums
• Account-less + anonymous
• 3 LOC to implement
https://t.co/N2WUl0hu3D
built an ethers.js extension (yes lol) to enable apps to universally verify signatures for EOAs AND Smart Contract Accounts.
if you're still using ethers.js, please use this module to verify signatures and support smart contract wallets!
中国が「このままだと通信衛星メガコンステレーションの競争で衛星が100万機規模になるので、インターネット網のように世界で衛星を共有してコンステを統合しよう。そうすれば4万8000機ですむ」という提案を論文で出してきた。理屈としてはもちろんわかるけどね。
Addressing the dilemma of one million satellites: a Chinese solution to alleviate orbital congestion in space, via @EurekAlert! https://t.co/gV7NHx29DQ
I'm proposing EIP-7997 for Glamsterdam, a native CREATE2 factory.
If you're a dev and would like to have this, now's the time to speak up.
It avoids issues of current factories: Nick's method's hardcoded gas, centrally managed keys, or reliance on EIP-7702, and is quantum safe.
Solidity trivia: differences between `calldata` and `memory` for nested dynamic datatypes in structs.
For calldata, the offsets can be negative, as long as the final range does not exceed the entire calldata bounds.
For memory, the offsets must be less than `2**64`.
Foundry has a new stable release: v1.3.1!
Highlights include: forge lint, time-based campaigns and coverage guided fuzzing for invariant tests, 20%+ perf boost for tests, table tests and improved EIP-712 support
$ foundryup --update
$ foundryup -i stable