Skip to content

Commit

Permalink
docs: Migrate dapp/sapphire/precompiles chapter to api.docs.oasis.io
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Dec 20, 2023
1 parent 7c05201 commit 0da0c67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion external/sapphire-paratime
Submodule sapphire-paratime updated 47 files
+18 −0 .github/workflows/ci-lint.yaml
+5 −0 .github/workflows/contracts-test.yaml
+6 −0 .github/workflows/publish.yaml
+30 −6 README.md
+17 −0 clients/js/CHANGELOG.md
+2 −2 clients/js/package.json
+5 −0 clients/py/.gitignore
+22 −0 clients/py/Makefile
+36 −0 clients/py/README.md
+4 −0 clients/py/requirements.dev.txt
+3 −0 clients/py/requirements.txt
+0 −0 clients/py/sapphirepy/__init__.py
+584 −0 clients/py/sapphirepy/deoxysii.py
+128 −0 clients/py/sapphirepy/envelope.py
+3 −0 clients/py/sapphirepy/error.py
+141 −0 clients/py/sapphirepy/sapphire.py
+0 −0 clients/py/sapphirepy/tests/__init__.py
+103 −0 clients/py/sapphirepy/tests/test_deoxysii.py
+92 −0 clients/py/sapphirepy/tests/test_e2e.py
+66 −0 clients/py/sapphirepy/tests/testdata/Deoxys-II-256-128-official-20190608.json
+1 −0 clients/py/sapphirepy/tests/testdata/Deoxys-II-256-128.json
+1 −0 clients/py/sapphirepy/tests/testdata/Greeter.abi
+1 −0 clients/py/sapphirepy/tests/testdata/Greeter.bin
+35 −0 clients/py/sapphirepy/tests/testdata/Greeter.sol
+33 −0 clients/py/setup.py
+48 −0 contracts/CHANGELOG.md
+11 −2 contracts/README.md
+16 −13 contracts/contracts/ConsensusUtils.sol
+12 −11 contracts/contracts/EIP155Signer.sol
+35 −27 contracts/contracts/EthereumUtils.sol
+8 −28 contracts/contracts/RLPWriter.sol
+344 −49 contracts/contracts/Sapphire.sol
+422 −45 contracts/contracts/Subcall.sol
+2 −25 contracts/contracts/opl/Enclave.sol
+18 −17 contracts/contracts/opl/Endpoint.sol
+1 −1 contracts/contracts/opl/Host.sol
+68 −5 contracts/contracts/tests/SubcallTests.sol
+1 −1 contracts/package.json
+8 −4 contracts/test/gas.ts
+2 −2 contracts/test/semantics.ts
+191 −31 contracts/test/subcall.ts
+2 −1 docs/addresses.md
+5 −313 docs/precompiles.md
+1 −2 runtime/.cargo/audit.toml
+3 −3 runtime/Cargo.lock
+2 −2 runtime/Cargo.toml
+4 −4 runtime/src/lib.rs
1 change: 0 additions & 1 deletion sidebarDapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const sidebars = {
'dapp/sapphire/browser',
'dapp/sapphire/authentication',
'dapp/sapphire/gasless',
'dapp/sapphire/precompiles',
'dapp/sapphire/addresses',
'dapp/sapphire/security',
{
Expand Down

0 comments on commit 0da0c67

Please sign in to comment.