Darya
Darya
Made several improvements to the script handling contract packaging and file copying. Key changes include: - Replaced backticks for command substitution with `$(...)`, making the code more readable and robust....
### Description I’ve removed duplicate entries from the list of deployment configurations. Specifically, the entries for `'TIA/arbitrum-neutron'` and `'INJ/inevm-injective'` were listed multiple times, which could have caused issues. The duplicates...
I replaced `assert!(expected == actual)` with `assert_eq!(expected, actual)` in the test. While both work, `assert_eq!` is more idiomatic in Rust as it provides better output for debugging by automatically displaying...
## Description Updates actions/checkout@v4 to actions/checkout@v5 across CI workflows. Upgrade to actions/checkout@v5 for improved performance and stability. Reference: Latest version: https://github.com/actions/checkout/releases/tag/v5.0.0 ## Type of Change Please delete options that are...
Updates actions/checkout@v3 to actions/checkout@v5 across CI workflows. Upgrade to actions/checkout@v5 for improved performance and stability. Reference: Latest version: https://github.com/actions/checkout/releases/tag/v5.0.0
# Description updated the code to use the public Hardhat API. * replaced `import { Artifacts } from 'hardhat/internal/artifacts'` with `import { artifacts, Artifact } from 'hardhat'` and rewrote `getArtifact`...
## Description Updates actions/checkout@v3 to actions/checkout@v5 across CI workflows. Upgrade to actions/checkout@v5 for improved performance and stability. Reference: Latest version: https://github.com/actions/checkout/releases/tag/v5.0.0 ## Type of change - [ ] Docs change...