Skip to content

Commit ca5954e

Browse files
committed
add latest updates
1 parent 3bdc40b commit ca5954e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

blog/2025-07-30-dtg-july-update/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ _**TL;DR**: Ethereum and Solidity turn ten. Ethereum Foundation, Optimism's Ret
1616

1717
* [Argot Collective](https://argot.org/) (includes guild members Solidity & Sourcify) secured [three years of operational funding](https://argot.org/blog/ef-grant-announcement) from the Ethereum Foundation.
1818
* Optimism's [Retro Funding: Dev Tooling](https://atlas.optimism.io/missions/retro-funding-dev-tooling) (until end of 2025) is supporting member projects: [Solidity](https://atlas.optimism.io/project/0xcc8d03e014e121d10602eeff729b755d5dc6a317df0d6302c8a9d3b5424aaba8), [Vyper](https://atlas.optimism.io/project/0x9ca1f7b0e0d10d3bd2619e51a54f2e4175e029c87a2944cf1ebc89164ba77ea0), [alloy](https://atlas.optimism.io/project/0x56ce7cbc27852a8d8ef5869dc9033a215c8893f799468f61527dacb9f92be790), [ethers.js](https://atlas.optimism.io/project/0xa3d07f453f70d844196d89d79848aa2e70a0bd8b38bf0f493cba1547bb3bca5e), [Nethereum](https://atlas.optimism.io/project/0x4a5e771af86cf1938056b43cddbf0018dca1376d578f631f7449fe10ac4958ed), [viem](https://atlas.optimism.io/project/0x6bd057da522918a4675396313ae33a2f2788a1ceeb3bd7ae228015e3eb317a7d), [web3.py](https://atlas.optimism.io/project/0xebe03c3d6d33cad60124b9b05ef6e2ff056293a1de3c5fa51dfbb90c86c14bf7), [Ape](https://atlas.optimism.io/project/0xa0b16714baef75d97ec07fd48eaf42e79df92fe2a3c2d725d2388ede587ea54c), [Foundry](https://atlas.optimism.io/project/0x4562c0630907577f433cad78c7e2cc03349d918b6c14ef982f11a2678f5999ad), [Scaffold-ETH](https://atlas.optimism.io/project/0x154a42e5ca88d7c2732fda74d6eb611057fc88dbe6f0ff3aae7b89c2cd1666ab) and [Sourcify](https://atlas.optimism.io/project/0x51cda5996ef1a2ccd8fcf4ee5792337695599454c83eb1218c3ad4388dcb5bf5)
19-
* Golem Foundation's [Octant Epoch 8](https://octant.app/home) supported member projects: [Solidity](https://octant.app/project/8/0xe2F7cF9C2b12c0BfcdAB571F9E50418fC08F4AD1), [Vyper](https://octant.app/project/8/0x0b450A3688a55d4221329D31e2F103bCe9adAc40) and [ethers.js](https://octant.app/project/8/0x8ba1f109551bD432803012645Ac136ddd64DBA72)
19+
* Golem Foundation's [Octant Epoch 8](https://octant.app/home) supported member projects: [Solidity](https://octant.app/project/8/0xe2F7cF9C2b12c0BfcdAB571F9E50418fC08F4AD1), [Vyper](https://octant.app/project/8/0x0b450A3688a55d4221329D31e2F103bCe9adAc40), [ethers.js](https://octant.app/project/8/0x8ba1f109551bD432803012645Ac136ddd64DBA72) and Scaffold-ETH (via [BuidlGuidl](https://octant.app/project/8/0x6A4E5ed62d3827128Dbd70c5bDe25C0e6c6aA537))
2020

2121
### Smart Contract Language
2222
#### [Solidity](https://soliditylang.org/)
2323
* Celebrating [10 years of Solidity](https://x.com/solidity_lang/status/1942905422467551248).
24-
* Learn about current priorities and upcoming changes in their weekly [Language Design calls](https://meet.solidity.org) (Wednesdays 13:00 UTC).
24+
* Learn about current priorities and upcoming changes in the weekly [Language Design calls](https://meet.solidity.org) (Wednesdays 13:00 UTC).
2525

2626
#### [Vyper](https://vyperlang.org/)
2727

@@ -45,7 +45,10 @@ _**TL;DR**: Ethereum and Solidity turn ten. Ethereum Foundation, Optimism's Ret
4545
* Uniswap SDK v0.3 released, including new solver implementation and `uni` cli
4646

4747
#### [Foundry](https://getfoundry.sh/)
48+
* Foundry [v1.3.0-rc1](https://github.com/foundry-rs/foundry/releases/tag/v1.3.0-rc1) - [v1.3.0-rc2](https://github.com/foundry-rs/foundry/releases/tag/v1.3.0-rc2)
49+
4850
#### [Scaffold-ETH](https://scaffoldeth.io/)
51+
* [create-eth v1](https://github.com/scaffold-eth/create-eth/releases) cli launched! (currently [v1.0.2](https://github.com/scaffold-eth/create-eth/releases/tag/v1.0.2)): Now more flexible and customizable, allowing extension developers to build more powerful extensions on top of Scaffold-ETH
4952

5053
### Standardisation Tooling
5154
#### [Sourcify](https://sourcify.dev/)
@@ -58,7 +61,7 @@ _**TL;DR**: Ethereum and Solidity turn ten. Ethereum Foundation, Optimism's Ret
5861
Ethereum turns ten. :cake:
5962

6063
### Gas limit increase
61-
* Gas limit on mainnet can safely be raised to 45M, client releases set this as the default, with almost 50% of validators [signaling for 45M](https://gaslimit.pics/).
64+
* Gas limit on mainnet can be raised to 45M, with ~47% of validators [signaling for 45M](https://gaslimit.pics/).
6265

6366
### History expiry
6467
* [Partial history expiry](https://blog.ethereum.org/2025/07/08/partial-history-exp): nodes can run without pre-Merge data, saving 300-500GB in disk space.

0 commit comments

Comments
 (0)