Conversation
| let sender = accounts[0]; | ||
|
|
||
| // Nonce 0 was used by the contract deployment, nonce 1 by the increase call | ||
| let robust_tx = robust.get_transaction_by_sender_nonce(sender, 1).await?; |
Check failure
Code scanning / CodeQL
Hard-coded cryptographic value Critical test
Copilot Autofix
AI 1 day ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
| let accounts = alloy_provider.get_accounts().await?; | ||
| let sender = accounts[0]; | ||
|
|
||
| let robust_tx = robust.get_transaction_by_sender_nonce(sender, 999).await?; |
Check failure
Code scanning / CodeQL
Hard-coded cryptographic value Critical test
Copilot Autofix
AI 1 day ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
fa69fc9 to
d13c6f0
Compare
Towards #3
WARNING⚠️
Lots of this was AI generated. Please give a sanity check to the tests (i looked over them briefly / updated some to be slightly)
Still Missing
Fee estimation
estimate_eip1559_fees_with(estimator: Eip1559Estimator) -> Eip1559Estimation-> blocked by #46Utility/Other
get_sha3(data: &[u8]) -> B256get_net_version() -> u64raw_request<P, R>(method: Cow<'static, str>, params: P) -> Rraw_request_dyn(method: Cow<'static, str>, params: &RawValue) -> Box<RawValue>