File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2
2
" hardhat " : patch
3
3
---
4
4
5
- Use default value for rpcCachePath when running solidity tests
5
+ Speed up Solidity Tests when forking by setting an rpc cache path ( [ # 6459 ] ( https://github.com/NomicFoundation/hardhat/issues/6459 ) )
Original file line number Diff line number Diff line change 3
3
" hardhat " : patch
4
4
---
5
5
6
- Added a mutex to synchronize compiler list downloads
6
+ Fixed errors in compiler list downloads with a synchronization mutex ( [ # 6437 ] ( https://github.com/NomicFoundation/hardhat/issues/6437 ) )
Original file line number Diff line number Diff line change 31
31
"@nomicfoundation/example-project" : " 3.0.1"
32
32
},
33
33
"changesets" : [
34
+ " calm-clouds-work" ,
34
35
" cool-waves-wonder" ,
35
36
" early-wolves-move" ,
36
37
" eighty-clouds-act" ,
38
+ " giant-chairs-drop" ,
39
+ " little-laws-shop" ,
40
+ " long-toes-deny" ,
37
41
" many-wombats-grin" ,
38
42
" neat-frogs-punch" ,
39
43
" olive-lobsters-carry" ,
44
+ " polite-crabs-relax" ,
45
+ " release-3.0.0-next.2" ,
40
46
" selfish-worms-remain" ,
41
47
" short-beans-rest" ,
42
48
" short-zoos-arrive" ,
43
49
" slow-lobsters-watch" ,
50
+ " small-buckets-ring" ,
44
51
" strong-mugs-change"
45
52
]
46
53
}
Original file line number Diff line number Diff line change 1
1
---
2
2
" @nomicfoundation/hardhat-typechain " : patch
3
+ " hardhat " : patch
3
4
---
4
5
5
- Added support for the ` attach ` method in ` hardhat-typechain ` .
6
+ Added support for the ` attach ` method in ` hardhat-typechain ` ( [ # 6315 ] ( https://github.com/NomicFoundation/hardhat/issues/6315 ) )
You can’t perform that action at this time.
0 commit comments