hadv / hadv/ethaura

Upgrade Solidity to 0.9.0 and remove legacy transfer/send methods

Open
#180 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

## Description
Upgrade the codebase to use Solidity version 0.9.0.
This involves updating the `pragma solidity` in all `.sol` files and updating the compiler configuration.

## Requirements
- [ ] Update `pragma solidity` versions in all `src/` files to `0.9.0`.
- [ ] Update `foundry.toml` or other config files if necessary.
- [ ] Ensure `transfer()` and `send()` are not used (preliminary search showed no usage).
- [ ] Verify all tests pass with the new version.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.