-
As of today, all the solidity typing using strict versioning, like so:
```javascript
pragma solidity 0.8.20
```
While this is perfect for deploying contracts at a specific pragma, what needs t…
-
# Aptos Documentation Issue
@pr-aptos had the excellent suggestion to create a Solidity to Move migration guide. I do see some guidance online, but not much:
https://www.blockchain-council.org/blo…
-
# Lines of code
https://github.com/code-423n4/2024-08-superposition/blob/4528c9d2dbe1550d2660dac903a8246076044905/pkg/sol/OwnershipNFTs.sol#L13
# Vulnerability details
## Bug Description
The cont…
-
Gas costs are relevant not only on Ethereum but on L2s as well. It can even influence the choice of the protocol by users. There is already an [ongoing discussion](https://github.com/sablier-labs/v2-c…
-
## Abstract
I want to do this:
```solidity
abstract contract A {
uint256 immutable FOO;
constructor (uint256 _foo) {
FOO = _foo;
}
}
contract B is A {
uint256…
-
### Describe the feature
I've been tasked with exploring the topic of parallelized compilation in solc, especially in the context of improving the speed of compilation via IR. We wanted to know what …
-
(Note: initial draft from Cat, not James)
think this would be an awesome resource
1. solidity-by-example dao contract -> private voting in aztec.nr
2. Patrick Collins smart contract
@catmcg…
jzaki updated
1 month ago
-
We experienced a lot of lack of mana (gas) issues, I think we should deploy sensum contract at https://www.optimism.io/ or something similar in order to fix the situation
-
Hi,
I noticed an insecure practice in the following example (_GameItem.sol_), from the documentation: https://docs.openzeppelin.com/contracts/4.x/erc721#constructing_an_erc721_token_contract
`…
-
For registry, gateway and subnet actor, we can provide some kind of version information so that we know if the latest fendermint is actually compatible with those contra[\#649 Adding version informati…