File tree Expand file tree Collapse file tree 15 files changed +72
-14
lines changed
ethers-provider-fireblocks
hardhat-plugin-fireblocks Expand file tree Collapse file tree 15 files changed +72
-14
lines changed Original file line number Diff line number Diff line change 11# @appliedblockchain/silentdatarollup-core
22
3+ ## 1.0.3
4+
5+ ### Patch Changes
6+
7+ - Estimate gas when sending transaction
8+
39## 1.0.2
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @appliedblockchain/silentdatarollup-core" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "description" : " Core library for Silent Data [Rollup]" ,
55 "author" : " Applied Blockchain" ,
66 "homepage" : " https://github.com/appliedblockchain/silent-data-rollup-providers#readme" ,
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ class CustomContractRunner implements ContractRunner {
3131 'latest' ,
3232 )
3333 tx . nonce = latestNonce
34+ if ( ! tx . gasLimit ) {
35+ tx . gasLimit = await this . provider . estimateGas ( tx )
36+ }
3437 return this . signer . sendTransaction ( tx )
3538 }
3639}
Original file line number Diff line number Diff line change 11# @appliedblockchain/silentdatarollup-custom-rpc
22
3+ ## 1.0.3
4+
5+ ### Patch Changes
6+
7+ - Estimate gas when sending transaction
8+ - Updated dependencies
9+ - @appliedblockchain/silentdatarollup-core @1.0.3
10+
311## 1.0.2
412
513### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @appliedblockchain/silentdatarollup-custom-rpc" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "description" : " Custom RPC for Silent Data [Rollup]" ,
55 "author" : " Applied Blockchain" ,
66 "homepage" : " https://github.com/appliedblockchain/silent-data-rollup-providers#readme" ,
2525 "prepack" : " npm run build"
2626 },
2727 "dependencies" : {
28- "@appliedblockchain/silentdatarollup-core" : " 1.0.2 " ,
28+ "@appliedblockchain/silentdatarollup-core" : " 1.0.3 " ,
2929 "body-parser" : " 1.20.3" ,
3030 "dotenv" : " 16.4.7" ,
3131 "ethers" : " 6.13.2" ,
Original file line number Diff line number Diff line change 11# @appliedblockchain/silentdatarollup-ethers-provider -fireblocks
22
3+ ## 1.0.3
4+
5+ ### Patch Changes
6+
7+ - Estimate gas when sending transaction
8+ - Updated dependencies
9+ - @appliedblockchain/silentdatarollup-core @1.0.3
10+
311## 1.0.2
412
513### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @appliedblockchain/silentdatarollup-ethers-provider-fireblocks" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "description" : " Ethers.js provider for Silent Data [Rollup] with Fireblocks integration" ,
55 "author" : " Applied Blockchain" ,
66 "homepage" : " https://github.com/appliedblockchain/silent-data-rollup-providers#readme" ,
3232 "prepack" : " npm run build"
3333 },
3434 "dependencies" : {
35- "@appliedblockchain/silentdatarollup-core" : " 1.0.2 " ,
35+ "@appliedblockchain/silentdatarollup-core" : " 1.0.3 " ,
3636 "@fireblocks/fireblocks-web3-provider" : " 1.3.8" ,
3737 "debug" : " 4.3.4" ,
3838 "ethers" : " 6.13.2"
Original file line number Diff line number Diff line change 11# @appliedblockchain/silentdatarollup-ethers-provider
22
3+ ## 1.0.3
4+
5+ ### Patch Changes
6+
7+ - Estimate gas when sending transaction
8+ - Updated dependencies
9+ - @appliedblockchain/silentdatarollup-core @1.0.3
10+
311## 1.0.2
412
513### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @appliedblockchain/silentdatarollup-ethers-provider" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "description" : " Ethers.js provider for Silent Data [Rollup]" ,
55 "author" : " Applied Blockchain" ,
66 "homepage" : " https://github.com/appliedblockchain/silent-data-rollup-providers#readme" ,
3232 "test" : " jest"
3333 },
3434 "dependencies" : {
35- "@appliedblockchain/silentdatarollup-core" : " 1.0.2 " ,
35+ "@appliedblockchain/silentdatarollup-core" : " 1.0.3 " ,
3636 "debug" : " 4.3.7" ,
3737 "ethers" : " 6.13.2"
3838 },
Original file line number Diff line number Diff line change 11# @appliedblockchain/silentdatarollup-hardhat-plugin -fireblocks
22
3+ ## 1.0.3
4+
5+ ### Patch Changes
6+
7+ - Estimate gas when sending transaction
8+ - Updated dependencies
9+ - @appliedblockchain/silentdatarollup-core @1.0.3
10+
311## 1.0.2
412
513### Patch Changes
You can’t perform that action at this time.
0 commit comments