Lohann Paterno Coutinho Ferreira
Lohann Paterno Coutinho Ferreira
# Issue Solidity supports method overloading and Rust don’t. # How to Reproduce Currently **ethabi-derive** and **ethabi-contract** doesn't support contracts with overloaded methods, like the [ERC721](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v3.2.0/contracts/token/ERC721/IERC721.sol#L54) standard: ```solidity function safeTransferFrom(address...
Would be nice to support the sync primitives too, async_std and tokio have their own sync primitives, I created a trait for abstract their behavior, also fallback to rust-std in...
I noticed that the **Ligature Caret List Table** parsing [is being skipped](https://github.com/RazrFalcon/ttf-parser/blob/v0.19.0/src/tables/gdef.rs#LL45C52-L45C52), I need this table in order to properly position the cursor and highlight text in a text editor...
# Description Follow a Branchless version of Log2, Square Root, Min and Max functions, all of them consumes less gas than the current implementation, and have a constant gas cost...
### Component Forge ### Describe the feature you would like I'm building a cross-chain bridge, and forge's `vm.createFork` is being super useful! However in the unit tests my intent is...
## What did you implement: Automatically detect the client host endpoint, the same way as [docker-cli](https://github.com/docker/cli/blob/v24.0.5/opts/hosts.go#L11-L33) does. I've implemented this feature in a project I'm working, so I decided to...
Would be very helpful for me if this library support no_std environments, this would make this crate usable in embedded hardware such as the surveillance cameras, this also improves the...
# Description Adds gas efficient [saturating arithmetic](https://en.wikipedia.org/wiki/Saturation_arithmetic) operators, those operators are useful when both overflow and revert are not desired. This PR also optimizes and remove unnecessary branching from various...
Crate version: [v0.41.0](https://crates.io/crates/evm/0.41.0) I was using this evm for syncing to ethereum mainnet, as sanity check I computed the state root using the VM and compared it against the expected...