Skip to content

Commit

Permalink
Merge branch 'main' into add-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Oct 9, 2023
2 parents fc5a06e + d501b11 commit 381104a
Show file tree
Hide file tree
Showing 69 changed files with 352 additions and 12,146 deletions.
4 changes: 0 additions & 4 deletions articleRedirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,10 +480,6 @@ exports.articleRedirects = [
from: '/shimmer/smart-contracts/contribute',
to: '/learn/smart-contracts/introduction',
},
{
from: '/shimmer/smart-contracts/guide/example_projects/fair_roulette',
to: '/wasp-wasm/tutorials/fair_roulette',
},
{
from: '/shimmer/smart-contracts/metrics',
to: '/wasp/metrics',
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/generator": "^7.21.5",
"@babel/parser": "^7.21.2",
"@babel/parser": "^7.23.0",
"@babel/types": "^7.21.5",
"@iota-wiki/core": "workspace:^",
"@yarnpkg/shell": "^3.2.0",
Expand Down
21 changes: 0 additions & 21 deletions common/community/research/iota-devnet-wallet.md

This file was deleted.

1 change: 0 additions & 1 deletion common/community/the-community/how-to-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ After you have fulfilled the requirements, open the following repositories and _
![Add a star to IOTA's repositories on Github](/img/participate/how-to-support/github_iota_star.png)

- [Firefly](https://github.com/iotaledger/firefly)
- [GoShimmer](https://github.com/iotaledger/goshimmer)
- [Hornet](https://github.com/iotaledger/hornet)
- [Identity](https://github.com/iotaledger/identity.rs)
- [iota.rs](https://github.com/iotaledger/iota.rs)
Expand Down
2 changes: 1 addition & 1 deletion docs/build/getting-started/networks-endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ token.
<a href='/learn/protocols/stardust/introduction/'>Stardust</a>
</td>
<td>
<a href='https://api.stardust-mainnet.iotaledger.net/api/v2/info'>
<a href='https://api.stardust-mainnet.iotaledger.net/api/core/v2/info'>
https://api.stardust-mainnet.iotaledger.net
</a>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords:

# Alias Output

The IOTA method uses the IOTA ledger which uses the [unspent transaction output (UTXO) model](/goshimmer/protocol_specification/components/ledgerstate). Also, the features of the [Stardust](/introduction/stardust/explanations/what_is_stardust) upgrade are fundamental to the IOTA DID method.
The IOTA method uses the IOTA ledger which uses the [unspent transaction output (UTXO) model](/learn/protocols/chrysalis/core-concepts/switch-to-UTXO/). Also, the features of the [Stardust](/introduction/stardust/explanations/what_is_stardust) upgrade are fundamental to the IOTA DID method.

The Alias Output is used for storing the DID Document on the ledger. It is a specific implementation of the UTXO state machine that can hold arbitrary data in its `State Metadata`. The Alias Output has two kinds of controllers, a state controller and a governor. A state controller can execute a state transition which allows updating the data in the `State Metadata`. The governor, on the contrary, can't update the `State Metadata` but can change both controllers and destroy the Alias Output.
A controller can be either Ed25519 Address, Alias Address or an NFT Address and at most one of each can be set for an Alias Output.
Expand Down
353 changes: 244 additions & 109 deletions docs/build/identity.rs/1.0-rc.1/docs/libraries/wasm/api_reference.mdx

Large diffs are not rendered by default.

329 changes: 0 additions & 329 deletions docs/build/wasp-wasm/0.7/docs/tutorials/fair_roulette.md

This file was deleted.

Loading

0 comments on commit 381104a

Please sign in to comment.