Skip to content

Commit ac30566

Browse files
authored
Merge pull request #12568 from elec7reify/patch-2
Update oasis_std link to reference latest version on `/rust` page
2 parents af17da6 + 83e7925 commit ac30566

File tree

13 files changed

+13
-13
lines changed
  • public/content
    • developers/docs/programming-languages/rust
    • translations
      • de/developers/docs/programming-languages/rust
      • es/developers/docs/programming-languages/rust
      • fr/developers/docs/programming-languages/rust
      • hu/developers/docs/programming-languages/rust
      • id/developers/docs/programming-languages/rust
      • it/developers/docs/programming-languages/rust
      • ja/developers/docs/programming-languages/rust
      • pl/developers/docs/programming-languages/rust
      • pt-br/developers/docs/programming-languages/rust
      • ro/developers/docs/programming-languages/rust
      • tr/developers/docs/programming-languages/rust
      • zh/developers/docs/programming-languages/rust

13 files changed

+13
-13
lines changed

public/content/developers/docs/programming-languages/rust/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Need a more basic primer first? Check out [ethereum.org/learn](/learn/) or [ethe
4242
- [pwasm-ethereum](https://github.com/paritytech/pwasm-ethereum) - _Collection of externs to interact with ethereum-like network_
4343
- [Lighthouse](https://github.com/sigp/lighthouse) - _Fast Ethereum consensus layer client_
4444
- [Ethereum WebAssembly](https://ewasm.readthedocs.io/en/mkdocs/) - _Proposed redesign of the Ethereum smart contract execution layer using a deterministic subset of WebAssembly_
45-
- [oasis_std](https://docs.rs/oasis-std/0.2.7/oasis_std/) - _OASIS API reference_
45+
- [oasis_std](https://docs.rs/oasis-std/latest/oasis_std/index.html) - _OASIS API reference_
4646
- [Solaris](https://github.com/paritytech/sol-rs) - _Solidity Smart Contracts unit test harness using the native Parity Client EVM._
4747
- [SputnikVM](https://github.com/rust-blockchain/evm) - _Rust Ethereum Virtual Machine Implementation_
4848
- [Wavelet](https://wavelet.perlin.net/docs/smart-contracts) - _Wavelet smart contract in Rust_

public/content/translations/de/developers/docs/programming-languages/rust/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Sind Sie an einigen grundlegenden Informationen interessiert? Dann sehen Sie sic
4444
- [pwasm-ethereum](https://github.com/paritytech/pwasm-ethereum) - _Sammlung von Externen zur Interaktion mit einem Ethereum-ähnlichen Netzwerk_
4545
- [Lighthouse](https://github.com/sigp/lighthouse)_Schneller Ethereum-Client auf Konsensebene_
4646
- [Ethereum WebAssembly](https://ewasm.readthedocs.io/en/mkdocs/) - _Vorgeschlagene Neugestaltung der Ausführungsebene für Ethereum Smart-Contracts mit einer deterministischen Teilmenge von WebAssembly_
47-
- [oasis_std](https://docs.rs/oasis-std/0.2.7/oasis_std/) - _OASIS-API-Referenz_
47+
- [oasis_std](https://docs.rs/oasis-std/latest/oasis_std/index.html) - _OASIS-API-Referenz_
4848
- [Solaris](https://github.com/paritytech/sol-rs) - _Testumgebung für Solidity Smart Contracts Einheitstests unter Verwendung der nativen Parity Client EVM._
4949
- [SputnikVM](https://github.com/rust-blockchain/evm)_Implementierung der virtuellen Maschine von Rust Ethereum_
5050
- [Wavelet](https://wavelet.perlin.net/docs/smart-contracts) - _Wavelet Smart Contract in Rust_

public/content/translations/es/developers/docs/programming-languages/rust/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Utiliza Ethereum para crear aplicaciones descentralizadas (o "dapps"), que aprov
4242
- [pwasm-ethereum:](https://github.com/paritytech/pwasm-ethereum) _colección de recursos externos para interactuar con redes similares a Ethereum_
4343
- [Lighthouse:](https://github.com/sigp/lighthouse) _cliente de capa de consenso de Ethereum rápido_
4444
- [Ethereum WebAssembly:](https://ewasm.readthedocs.io/en/mkdocs/) _rediseño propuesto de la capa de ejecución de contratos inteligentes de Ethereum utilizando un subconjunto determinístico de WebAssembly_
45-
- [oasis_std](https://docs.rs/oasis-std/0.2.7/oasis_std/): _referencia de la API de OASIS_
45+
- [oasis_std](https://docs.rs/oasis-std/latest/oasis_std/index.html): _referencia de la API de OASIS_
4646
- [Solaris:](https://github.com/paritytech/sol-rs) _arnés de pruebas unitarias de contratos inteligentes de Solidity usando la Parity Client EVM nativa._
4747
- [SputnikVM:](https://github.com/rust-blockchain/evm) _implementación de máquina virtual de Ethereum de Rust_
4848
- [Wavelet:](https://wavelet.perlin.net/docs/smart-contracts) _contrato inteligente de Wavelet en Rust_

public/content/translations/fr/developers/docs/programming-languages/rust/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Besoin d’une approche plus élémentaire ? Consultez [ethereum.org/learn](/le
4343
- [pwasm-ethereum](https://github.com/paritytech/pwasm-ethereum) - _Collection d'éléments externes pour interagir avec un réseau de type Ethereum_
4444
- [Lighthouse](https://github.com/sigp/lighthouse) - _Client rapide de la couche de consensus d'Ethereum_
4545
- [Ethereum WebAssembly](https://ewasm.readthedocs.io/en/mkdocs/) - _Proposition de refonte de la couche d'exécution des contrats intelligents d'Ethereum en utilisant un sous-ensemble déterministe de WebAssembly_
46-
- [oasis_std](https://docs.rs/oasis-std/0.2.7/oasis_std/) - _Référence de l'API OASIS_
46+
- [oasis_std](https://docs.rs/oasis-std/latest/oasis_std/index.html) - _Référence de l'API OASIS_
4747
- [Solaris](https://github.com/paritytech/sol-rs) - _Exploiter le test unitaire des contrats intelligents Solidity utilisant l'EVM natif du client Parity._
4848
- [SputnikVM](https://github.com/rust-blockchain/evm) - _Implémentation en Rust de machines virtuelles Ethereum_
4949
- [Wavelet](https://wavelet.perlin.net/docs/smart-contracts) - _Contrats intelligents Wavelet sous Rust_

public/content/translations/hu/developers/docs/programming-languages/rust/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Szükséged van egy méginkább kezdőknek szóló alapozóra? Tekintse meg az [
4242
- [pwasm-ethereum](https://github.com/paritytech/pwasm-ethereum)_Külső elemek gyűjteménye az Ethereum-szerű hálózattal való interakcióhoz_
4343
- [Lighthouse](https://github.com/sigp/lighthouse)_Gyors Ethereum-konszenzusrétegkliens_
4444
- [Ethereum WebAssembly](https://ewasm.readthedocs.io/en/mkdocs/)_Az Ethereum okosszerződés végrehajtási rétegének javasolt újratervezése a WebAssembly egy determinisztikus részét használva_
45-
- [oasis_std](https://docs.rs/oasis-std/0.2.7/oasis_std/) - _OASIS API hivatkozás_
45+
- [oasis_std](https://docs.rs/oasis-std/latest/oasis_std/index.html) - _OASIS API hivatkozás_
4646
- [Solaris](https://github.com/paritytech/sol-rs)_Solidity okosszerződések egységtesztelésének irányítása a natív Parity kliens EVM használatával._
4747
- [SputnikVM](https://github.com/rust-blockchain/evm)_Rust Ethereum virtuálisgép-implementáció_
4848
- [Wavelet](https://wavelet.perlin.net/docs/smart-contracts)_Wavelet okosszerződés Rust-ban_

public/content/translations/id/developers/docs/programming-languages/rust/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Perlu penjelasan yang lebih mendasar? Kunjungi [ethereum.org/learn](/learn/) ata
4242

4343
- [pwasm-ethereum](https://github.com/paritytech/pwasm-ethereum) - _Koleksi eksternal untuk berinteraksi dengan jaringan seperti Ethereum._
4444
- [Ethereum WebAssembly](https://ewasm.readthedocs.io/en/mkdocs/)
45-
- [oasis_std](https://docs.rs/oasis-std/0.2.7/oasis_std/) - _Referensi API OASIS_
45+
- [oasis_std](https://docs.rs/oasis-std/latest/oasis_std/index.html) - _Referensi API OASIS_
4646
- [Solaris](https://github.com/paritytech/sol-rs)
4747
- [SputnikVM](https://github.com/sorpaas/rust-evm) - _Implementasi Mesin Virtual Ethereum Rust_
4848
- [Parity](https://github.com/paritytech/parity-ethereum) - _Klient Rust Ethereum_

public/content/translations/it/developers/docs/programming-languages/rust/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Hai prima bisogno di nozioni di base? Dai un'occhiata a [ethereum.org/learn](/le
4242
- [pwasm-ethereum](https://github.com/paritytech/pwasm-ethereum) - _Raccolta di esterni per interagire con reti simili a Ethereum_
4343
- [Lighthouse](https://github.com/sigp/lighthouse) - _Client veloce del livello di consenso di Ethereum_
4444
- [Ethereum WebAssembly](https://ewasm.readthedocs.io/en/mkdocs/) - _Rivisitazione proposta del livello di esecuzione del contratto intelligente di Ethereum, utilizzando un sottoinsieme deterministico di WebAssembly_
45-
- [oasis_std](https://docs.rs/oasis-std/0.2.7/oasis_std/) - _Riferimento API di OASIS_
45+
- [oasis_std](https://docs.rs/oasis-std/latest/oasis_std/index.html) - _Riferimento API di OASIS_
4646
- [Solaris](https://github.com/paritytech/sol-rs) - _Test unitario dei contratti intelligenti in Solidity che sfrutta l'utilizzo dell'EVM nativa del Client di Parity._
4747
- [SputnikVM](https://github.com/rust-blockchain/evm) - _Implementazione della Macchina Virtuale di Ethereum in Rust_
4848
- [Wavelet](https://wavelet.perlin.net/docs/smart-contracts) - _Smart Contract Wavelet in Rust_

public/content/translations/ja/developers/docs/programming-languages/rust/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ incomplete: true
4343
- [pwasm-ethereum](https://github.com/paritytech/pwasm-ethereum) - _イーサリアムライクのネットワークとやり取りするための extern のコレクション_
4444
- [Lighthouse](https://github.com/sigp/lighthouse) - _高速イーサリアムコンセンサスレイヤークライアント_
4545
- [Ethereum WebAssembly](https://ewasm.readthedocs.io/en/mkdocs/) - _WebAssembly の決定論的サブセットを使用して、イーサリアムスマートコントラクト実行レイヤーを再設計する提案_
46-
- [oasis_std](https://docs.rs/oasis-std/0.2.7/oasis_std/) - _OASIS API リファレンス_
46+
- [oasis_std](https://docs.rs/oasis-std/latest/oasis_std/index.html) - _OASIS API リファレンス_
4747
- [Solaris](https://github.com/paritytech/sol-rs) - _ネイティブ Parity クライアント EVM を使用した Solidity スマートコントラクトのユニットテストハーネス_
4848
- [SputnikVM](https://github.com/rust-blockchain/evm) - _Rust のイーサリアム仮想マシンの実装_
4949
- [Wavelet](https://wavelet.perlin.net/docs/smart-contracts) - _Rust で書かれた Wavelet スマートコントラクト_

public/content/translations/pl/developers/docs/programming-languages/rust/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Potrzebujesz bardziej podstawowych informacji? Sprawdź na [ethereum.org/learn](
4242

4343
- [pwasm-ethereum](https://github.com/paritytech/pwasm-ethereum) - _Kolekcja zewnętrznych źródeł interakcji z siecią podobną do ethereum._
4444
- [Ethereum WebAssembly](https://ewasm.readthedocs.io/en/mkdocs/)
45-
- [oasis_std](https://docs.rs/oasis-std/0.2.7/oasis_std/) - _OASIS API referencja_
45+
- [oasis_std](https://docs.rs/oasis-std/latest/oasis_std/index.html) - _OASIS API referencja_
4646
- [Solaris](https://github.com/paritytech/sol-rs)
4747
- [SputnikVM](https://github.com/sorpaas/rust-evm) - _Wdrażanie maszyny wirtualnej Rust Ethereum_
4848
- [Parity](https://github.com/paritytech/parity-ethereum) - _Ethereum Rust klient_

public/content/translations/pt-br/developers/docs/programming-languages/rust/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Precisa de uma introdução geral? Confira [ethereum.org/learn](/learn/) ou [eth
4444
- [pwasm-ethereum](https://github.com/paritytech/pwasm-ethereum)_Coleção de externos para interagir com uma rede análoga ao Ethereum._
4545
- [Lighthouse](https://github.com/sigp/lighthouse)_Cliente rápido da camada de consenso do Ethereum_
4646
- [Ethereum WebAssembly](https://ewasm.readthedocs.io/en/mkdocs/)_Proposta de reformulação da camada de execução de contrato inteligente do Ethereum usando um subconjunto determinístico do WebAssembly_
47-
- [oasis_std](https://docs.rs/oasis-std/0.2.7/oasis_std/) - _referência da API OASIS_
47+
- [oasis_std](https://docs.rs/oasis-std/latest/oasis_std/index.html) - _referência da API OASIS_
4848
- [Solaris](https://github.com/paritytech/sol-rs)_Agente de teste unitário dos contratos inteligentes no Solidity usando o EVM nativo do cliente Parity._
4949
- [SputnikVM](https://github.com/rust-blockchain/evm)_Implementação da Máquina Virtual do Ethereum no Rust_
5050
- [Wavelet](https://wavelet.perlin.net/docs/smart-contracts) - _smart contract Wavelet em Rust_

0 commit comments

Comments
 (0)