Tech News
All News AI & ML Architecture DevOps Open Source Programming Team Management Testing & QA Web

Latest News

⚑ Report a Problem

Tech news from the best sources

All topics AI Gear News Tech agents ai api architecture automation beginners career database devchallenge devops javascript llm machinelearning mcp opensource performance productivity programming python react security showdev testing tutorial typescript webdev
All EN RU
EN

Six contracts that pass EXTCODESIZE(owner) > 0 and still withdraw their order

On an order book, the depth you see is a promise. The market maker showing you a bid can pull it in the same block you try to take it, and nothing o…

soliditysecurityweb3showdev
Dev.to Aug 27, 2026, 04:15 UTC
EN

3 Things I Learned Building a Smart Contract Project with Foundry

When I started building my NFT marketplace in Solidity, my main goal was simple: Make it work. But as the project grew, I realized that writing Soli…

securitysolidityweb3blockchain
Dev.to Aug 26, 2026, 11:19 UTC
EN

Redbelly Network Troubleshooting Guide: 22 Common Developer Errors and Their Fixes

Redbelly Network Troubleshooting Guide 22 common developer errors, with the exact command that fixes each one. Redbelly Network is an EVM-compatible…

blockchainweb3ethereumsolidity
Dev.to Aug 8, 2026, 15:11 UTC
EN

Two access-control hacks drained $1.4M this month - the one-line bug, and the check that catches it

In the last few weeks two protocols were drained through the same class of bug: an access-control exploit . RISEx lost ~$673k. WEMIX.FI Lend lost ~$…

securitysoliditywebdevweb3
Dev.to Aug 7, 2026, 20:08 UTC
EN

5 false positives your Solidity scanner is probably reporting right now

Every automated Solidity security tool has the same disease: it cries wolf. Run one on an audited protocol and you get 600 "findings," 98% of which…

soliditysecuritywebdevshowdev
Dev.to Aug 6, 2026, 10:00 UTC
EN

My smart-contract scanner reports almost nothing — and that's the whole point

Most Solidity security tools have the same failure mode: they cry wolf. You run them on an audited protocol and get 600 "findings," 98% of which are…

soliditysecuritywebdevshowdev
Dev.to Aug 5, 2026, 19:09 UTC
EN

Function Calling With a Local LLM to Drive Foundry: Fuzz, Read, Repeat

The first time I let a local model drive Foundry unsupervised, it spent eleven turns trying to fix a fuzz test by renaming the test function. Not ch…

aisoliditytestingollama
Dev.to Aug 1, 2026, 15:09 UTC
EN

Qwen2.5-Coder vs DeepSeek-Coder for Solidity Review: What I Actually See Locally

I keep a folder of ten small Solidity contracts with bugs I planted myself: a classic reentrancy in a withdraw function, a missing access modifier o…

aisoliditysecurityollama
Dev.to Jul 31, 2026, 16:06 UTC
EN

Dev Log 07: Mitigating RPC Latency Desyncs During Polygon Hard Forks

Maintaining real-time transaction tracking layers across a multi-tier infrastructure requires seamless node data synchronization. During heavy netwo…

web3polygonsoliditydevops
Dev.to Jul 31, 2026, 05:23 UTC
EN

I ran my Solidity scanner on 6 top-audited DeFi protocols. Every 'critical' was a false positive — here's why.

Most Solidity scanners are high-recall, low-precision. They flag 40 things, 38 are noise, and after the third report you stop reading them — so the…

soliditysecurityethereumsmartcontracts
Dev.to Jul 30, 2026, 22:08 UTC
EN

Dev Log 06: Designing Reentrancy Guards and State Locks in Staking Pools

When building our live core liquidity tiers ( hNobtStaking and BroilerPlusStaking ) on Polygon Mainnet, preventing transaction-ordering dependencies…

soliditypolygonsmartcontractsecurity
Dev.to Jul 26, 2026, 11:55 UTC
EN

I'm Entering My First Sherlock Audit Contest: The Setup, the Plan, the Fear

I have shipped software for 18 years. Roughly 8 of those in crypto. And this week I signed up for my first Sherlock audit contest, and my hands were…

securityweb3soliditycareer
Dev.to Jul 24, 2026, 20:25 UTC
EN

MythX shut down in March and nothing replaced it so I built something

If you were using MythX before March 31st, you already know. ConsenSys quietly sunset the entire MythX suite. One day it was there, the next your CI…

soliditysecurityweb3ai
Dev.to Jul 23, 2026, 21:52 UTC
EN

Shipping a Solidity contract to mainnet? Do this 20-minute self-check first

You built something. Tests pass. You're days from mainnet. Before you either skip security entirely (please don't) or spend weeks lining up a full a…

soliditysecurityethereumsmartcontracts
Dev.to Jul 23, 2026, 21:34 UTC
EN

I ran my Solidity scanner across the 10 most-audited codebases in web3. Here's every flag.

The dirty secret of automated smart-contract security tools isn't that they miss bugs. It's that they cry wolf. Point a typical static analyzer at a…

soliditysecurityethereumsmartcontracts
Dev.to Jul 21, 2026, 16:36 UTC
EN

I almost reported a critical bug that didn't exist. One constant saved me.

Last week I was reviewing the staking engine of a protocol before its mainnet launch. Deep in a 1,400-line contract, I found what looked like a seri…

securitysoliditysmartcontractswebdev
Dev.to Jul 19, 2026, 21:56 UTC
EN

7 ways to drain an ERC-4626 vault (and how a good protocol closes each one)

Based on real audits of production vaults and AMMs. A tokenized vault (ERC-4626) looks simple: deposit assets, get shares; burn shares, get assets b…

soliditysecurityethereumweb3
Dev.to Jul 14, 2026, 09:28 UTC
EN

I built my first Robinhood Chain app as an index basket

I built a small index basket app on Robinhood Chain because I wanted to understand the developer path from the first contract deploy all the way to…

web3soliditytutorial
Dev.to Jul 12, 2026, 15:51 UTC
EN

The Tether Paradox: Shitty ERC-20s, OpenZeppelin, and the Unstoppable Web

I have a confession to make. When I first saw that Tether—the behemoth behind the $110 billion USDT stablecoin—was the primary financial backer of H…

web3solidityarchitecturetether
Dev.to Jul 10, 2026, 18:24 UTC
EN

Signature Replay Attacks in Solidity: The Bug That Looks Correct

Some smart contract bugs scream at you. A missing onlyOwner , a reentrancy with the state update after the transfer. Signature replay is not one of…

securityblockchainsolidityai
Dev.to Jul 9, 2026, 16:32 UTC
EN

AgentJobs: Non-Custodial Agent-to-Agent Escrow, Live on Monad

The problem AI agents are starting to hire each other — one agent delegates a sub-task to another, pays for the output, moves on. The blocker isn't…

web3blockchainsolidityai
Dev.to Jun 24, 2026, 20:21 UTC
EN

Front-Running and MEV: Writing Contracts That Don't Leak Money to the Mempool

When you submit a transaction, it sits in the public mempool before it is mined, visible to everyone. Bots watch that mempool and reorder, insert, o…

securityblockchainsoliditytutorial
Dev.to Jun 21, 2026, 14:54 UTC
EN

The Token Is the Least Interesting Part of Tokenization

"Most tokenization discussions stop at the token. In reality, the token is often the simplest component of the entire system." There is a moment tha…

blockchainweb3solidityarchitecture
Dev.to Jun 19, 2026, 19:59 UTC
EN

Gas Optimization That Doesn't Break Security: Storage, Calldata, and the Traps

Gas optimization is satisfying. You shave a few thousand gas off a function and feel clever. But some optimizations trade away safety in ways that a…

blockchainsoliditysecuritytutorial
Dev.to Jun 18, 2026, 15:15 UTC
EN

Reentrancy in 2026: Why It Still Drains Millions (and How AI Spots It)

Reentrancy is the oldest trick in smart contract exploitation. The DAO fell to it in 2016. You would think a bug this famous would be extinct by now…

web3soliditysecurityai
Dev.to Jun 10, 2026, 15:17 UTC
EN

Access Control Bugs: The #1 Cause of Smart Contract Hacks This Year

Every year the post-mortems pile up, and every year the same category sits at the top of the loss chart. Not reentrancy. Not oracle manipulation. Ac…

web3soliditysecurityblockchain
Dev.to Jun 10, 2026, 13:31 UTC
EN

Foundry Invariant Testing: Finding Bugs Fuzzing Can't

Your fuzz tests pass. Your unit tests pass. Coverage is green. Then the protocol goes live and someone drains the vault with a five-transaction sequ…

web3soliditytestingsecurity
Dev.to Jun 10, 2026, 13:31 UTC
EN

Delayed Ownership on Ethereum: A Different Custody Model

Delayed Ownership on Ethereum: A Different Custody Model Most Ethereum assets assume a simple rule: once a transfer is confirmed, ownership changes…

ethereumsoliditysecurityweb3
Dev.to Jun 9, 2026, 09:21 UTC
EN

A .NET Dinosaur in Web3. Day 16 - ERC-20 Token & ICO

A .NET Dinosaur in Web3. Day 16 - ERC-20 Token & ICO 😈 Day 4 of 7: Building Own Currency… Cryptocurrency! Day 4 it’s exactly give me some practi…

web3ethereumblockchainsolidity
Dev.to May 29, 2026, 07:20 UTC
EN

Generative algorithm using human interpretation

Hi everyone! I released a participatory generative art collection where the algorithm's inputs are human interpretations of a daily cultural prompt…

networkingjavascriptsoliditytypescript
Dev.to May 21, 2026, 01:12 UTC

© Tech News — Headline Aggregator

English Русский
Sitemap Legal Notice Privacy Terms Copyright / Removal DSA Contact

Leaving the site

You are about to open an external website:

Continue →