diff --git a/docs/general/images/architecture/client-km-compute.svg b/docs/general/images/architecture/client-km-compute.svg index 445fe55b7e..9d1eadb20d 100644 --- a/docs/general/images/architecture/client-km-compute.svg +++ b/docs/general/images/architecture/client-km-compute.svg @@ -1,4 +1,4 @@ -2.Get EphemeralParaTime Public Key2....3.Encrypt & SubmitTransaction3....Client(Node.js, MetaMask,Oasis CLI)Client...Oasis NodeKey Manager🔒Oasis Node...4.Get EphemeralParaTime Secret andContract State Keypair4....6.Encrypted TransactionResult6....Oasis NodeParaTime Compute🔒Oasis Node...🔒 Trusted Execution Environment🔒 Trusted Execution Environment1.Generate ClientKeypair1....5.Confidentially Execute Contractand Write to Blockchain5....Text is not SVG - cannot display \ No newline at end of file +2.Get EphemeralParaTime Public Key2....3.Encrypt & SubmitTransaction3....Client(Node.js, MetaMask,Oasis CLI)Client...Oasis NodeKey Manager🔒Oasis Node...4.Get EphemeralParaTime Secret andContract State Keypair4....6.Encrypted TransactionResult6....Oasis NodeParaTime Compute🔒Oasis Node...🔒 Trusted Execution Environment🔒 Trusted Execution Environment1.Generate ClientKeypair1....5.Confidentially Execute Contractand Write to Blockchain5.... \ No newline at end of file diff --git a/external/oasis-core b/external/oasis-core index 18da8bc49d..fb92f74e1f 160000 --- a/external/oasis-core +++ b/external/oasis-core @@ -1 +1 @@ -Subproject commit 18da8bc49d92a543795246b8bb7fb574df070eec +Subproject commit fb92f74e1f64373d2f67de82141c0a9f80fc485c diff --git a/external/sapphire-paratime b/external/sapphire-paratime index d45181d448..c2a7a11327 160000 --- a/external/sapphire-paratime +++ b/external/sapphire-paratime @@ -1 +1 @@ -Subproject commit d45181d448b30b1ee203308e9cf92121677f78d0 +Subproject commit c2a7a1132721f5b3f7c5bbca099a0ca64f01e407 diff --git a/src/css/custom.css b/src/css/custom.css index 5d1a500ef6..c084450079 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -142,11 +142,6 @@ html[data-theme="dark"] { --ifm-link-hover-color: inherit !important; } -/* Hack to make .svg and .png diagrams readable in dark theme */ -html[data-theme='dark'] main img { - background-color: #fff; -} - /* Show the content of tabs slightly indented with a border on the left */ .tabs-container > div { margin-top: inherit !important;