From 403ce04d0abba6eebc60664b308bd8ac075fcb55 Mon Sep 17 00:00:00 2001 From: Will Meister Date: Wed, 4 Mar 2020 14:58:34 -0500 Subject: [PATCH] update docs (#18) --- packages/docs/src/core/src/limitations.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/docs/src/core/src/limitations.rst b/packages/docs/src/core/src/limitations.rst index a1c86e403f94..ca330dcbf7bd 100644 --- a/packages/docs/src/core/src/limitations.rst +++ b/packages/docs/src/core/src/limitations.rst @@ -16,10 +16,6 @@ Solidity libraries ------------- Our transpiler does not currently support the usage of libraries in solidity -- this is one of the next things on our chopping block, so stay tuned! In the meantime you can convert the libs into a regular smart contract. -TX.origin -------------- -Msg.sender is supported by the OVM, but ``tx.origin`` is not yet. Stay tuned--it's coming soon! - Parent/Child chain communication ------------- Communication between L1 and L2, also known as deposits and withdrawals, are not yet implemented in the OVM. Stay tuned for more on this! \ No newline at end of file