You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/known_issues/index.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The following compiler issues are known and we are working on it. Please do not
15
15
16
16
### Release
17
17
18
-
resolc `0.1.0-dev.5`
18
+
resolc `0.1.0-dev.6`
19
19
20
20
### Missing features
21
21
@@ -24,14 +24,10 @@ resolc `0.1.0-dev.5`
24
24
- The emulated EVM linear contract memory is limited to 64kb in size. Will be fixed with support for metered dynamic memory.
25
25
-[The contract calldata is currently limited to 1kb in size](https://github.com/paritytech/revive/issues/57)
26
26
-[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)
29
27
-[Gas limits for contract calls are ignored](https://github.com/paritytech/revive/issues/60)
30
28
-[Gas related opcodes are not supported](https://github.com/paritytech/revive/issues/60)
31
29
- IPFS metadata hashes are not supported
32
30
-[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)
35
31
-[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)
0 commit comments