Skip to content

Commit edc4e1a

Browse files
authored
Update known issues for the next revive release (#33)
Signed-off-by: Cyrill Leutwiler <[email protected]>
1 parent 9d949c2 commit edc4e1a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/known_issues/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following compiler issues are known and we are working on it. Please do not
1515

1616
### Release
1717

18-
resolc `0.1.0-dev.5`
18+
resolc `0.1.0-dev.6`
1919

2020
### Missing features
2121

@@ -24,14 +24,10 @@ resolc `0.1.0-dev.5`
2424
- The emulated EVM linear contract memory is limited to 64kb in size. Will be fixed with support for metered dynamic memory.
2525
- [The contract calldata is currently limited to 1kb in size](https://github.com/paritytech/revive/issues/57)
2626
- [EIP-4844 opcodes are not supported](https://github.com/paritytech/revive/issues/64)
27-
- [Delegate calls are not supported](https://github.com/paritytech/revive/issues/67)
28-
- [The `blockhash` opcode is not supported](https://github.com/paritytech/revive/issues/61)
2927
- [Gas limits for contract calls are ignored](https://github.com/paritytech/revive/issues/60)
3028
- [Gas related opcodes are not supported](https://github.com/paritytech/revive/issues/60)
3129
- IPFS metadata hashes are not supported
3230
- [Compiled contract artifacts can exceed the pallet static memory limit and fail to deploy](https://github.com/paritytech/revive/issues/96).
33-
- [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.
34-
- [Source level debug information and contract execution tracing](https://github.com/paritytech/revive/issues/18)
3531
- [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)
3632

3733
## REMIX

0 commit comments

Comments
 (0)