Что скрывается за EIP-712: подробный разбор стандарта

EIP-712 — это стандарт, который делает подписи в Ethereum не только безопасными, но и человекочитаемыми. Он позволяет кошелькам показывать пользователю, что скрывается под подписью, состоящей из набора байт. В этой статье разбираем, как устроен EIP-712: от домена и хеширования до тонкостей кодирования различных типов данных. Посмотрим, как правильно реализовать проверку подписи на смарт-контракте, какие ошибки чаще всего допускают солидити разработчики — ведь даже у OpenZeppelin находили баги.

https://habr.com/ru/articles/918648/

#eip712 #domainSeporator #ERC191 #топ_ошибок_в_подписи #solidity #signature #typeHash #sign_data

Что скрывается за EIP-712: подробный разбор стандарта

EIP-712 - это стандарт для хеширования и подписи типизированных данных. Основная цель заключается в улучшение опыта пользователя, позволяя кошелькам показывать "человекочитаемые" данные подписи....

Хабр
How to spot the #RustLang fanatic (me) inside of the #solidity codebase. Newtypes, newtypes everywhere!

It's release time for lintspec!

This new iteration brings a new experimental parser which increases the overall performance by 2-3x and a bunch of minor fixes, especially around the highlighted source code spans in the diagnostics.

https://github.com/beeb/lintspec/releases/tag/v0.6.0

I also added continuous benchmarking with Codspeed.io

#rust #RustLang #FOSS #solidity #benchmarking

Release 0.6.0 - 2025-06-04 · beeb/lintspec

Release Notes Added (definitions) add TryInto/TryFrom implementations for each variant (#80) - (1bd37fa) [breaking] solar parsing backend (#69) - (01e39ee) Changed (deps) update cargo deps ...

GitHub
The Rise of Ethereum and Solidity in Real-World Applications

This blog series breaks down how Ethereum and Solidity work, explores why they’re revolutionary technologies, and highlights successful real-world applications from decentralized finance to tokenized real estate.

Victor Nava

Let's Audit a Bridge Smart Contract,
Ethereum Hacking - Smart Contract Security Series (GR) : Episode 12
https://youtu.be/Rt7CNn0JN3s

#smartcontracts #security #audit #ethereum #audits #solidity

Simple Bridge - Ethereum Hacking #12

YouTube

Steamingly fresh Solidity blog post has been posted!

https://s0ands0.github.io/solidity/reentrancy-guard-and-assembly-deep-dive/

... This one be a deep-dive into optimizing mutex/re-entry locks for gas costs, both for publishing and execution gas costs.

#blockchain #solidity #web3

Reentrancy guard and assembly deep dive

ToC

S0AndS0