-
## Abstract
I want to be able to do the following inheritance structure:
```solidity
// SPDX-License-Identifier: MIT-1.0
pragma solidity ^0.8.28;
interface A {
function FOO() external …
-
### Overview
right now to compile only vyper contracts, i do this:
```sh
ape compile contracts/*.vy
```
but that approach is a bit limited.
### Specification
Have it automatically wor…
-
Since we need EIP-1153 for the interop smart contracts, we need to use a more modern Solidity compiler. By only updating some smart contracts to use the new compiler version and keeping the old ve…
tynes updated
3 weeks ago
-
Currently, our land registry smart contract codes lacks appropriate comments. Comments are important because they help external contributors or reviewers understand the codebase.
-
Hello, I'm encountering issues building a solidity contract using the hardhat backend of [`solidity-compiler`](https://github.com/themartiancompany/solidity-compiler).
In particular the error log m…
-
https://github.com/shazow/whatsabi can be used to find contract function selectors from the Solidity contract bytecode.
https://www.4byte.directory/ or https://sig.eth.samczsun.com/ API can be used …
-
**Context and scope**
There is no way to obtain such a list from the contract itself.
**Discussion and alternatives**
Include a description of the changes to be made to the code along with altern…
-
**Github username:** @0xmahdirostami
**Twitter username:** 0xmahdirostami
**Submission hash (on-chain):** 0x043ecfb1a268e58df701e8b70701f98617a303ba8adf0501e03b0b0510d645bb
**Severity:** low
**Descr…
-
### Component
Forge
### Describe the feature you would like
### tldr
The effect of `// forge-import: Contract.sol` is to add a contract to the list of contracts to be compiled (but it does n…
-
Checklist:
- [x] market.curiostorage.com rate endpoint
- [x] solidity contract with tests
- [x] Go-Solidity Signature verification testing
- [x] Premium-ID generation
- [x] upload contract to c…