Skip to content

Commit

Permalink
Update known issues for the next revive release (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Cyrill Leutwiler <[email protected]>
  • Loading branch information
xermicus authored Nov 30, 2024
1 parent 9d949c2 commit edc4e1a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/known_issues/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following compiler issues are known and we are working on it. Please do not

### Release

resolc `0.1.0-dev.5`
resolc `0.1.0-dev.6`

### Missing features

Expand All @@ -24,14 +24,10 @@ resolc `0.1.0-dev.5`
- The emulated EVM linear contract memory is limited to 64kb in size. Will be fixed with support for metered dynamic memory.
- [The contract calldata is currently limited to 1kb in size](https://github.com/paritytech/revive/issues/57)
- [EIP-4844 opcodes are not supported](https://github.com/paritytech/revive/issues/64)
- [Delegate calls are not supported](https://github.com/paritytech/revive/issues/67)
- [The `blockhash` opcode is not supported](https://github.com/paritytech/revive/issues/61)
- [Gas limits for contract calls are ignored](https://github.com/paritytech/revive/issues/60)
- [Gas related opcodes are not supported](https://github.com/paritytech/revive/issues/60)
- IPFS metadata hashes are not supported
- [Compiled contract artifacts can exceed the pallet static memory limit and fail to deploy](https://github.com/paritytech/revive/issues/96).
- [Transfers to inexistent accounts will fail if the transferred value lies below the ED.](https://github.com/paritytech/revive/issues/83) Will be fixed in the pallet to make the ED completely transparent for contracts.
- [Source level debug information and contract execution tracing](https://github.com/paritytech/revive/issues/18)
- [Compiling contracts requiring `solc` version earlier than `0.8.0` requires using the EVM legacy assembly pipeline. This is in a highly experimental state.](https://github.com/paritytech/revive/issues/89)

## REMIX
Expand Down

0 comments on commit edc4e1a

Please sign in to comment.