Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,6 @@ export function getSidebar() {
},
],
},
{
text: 'Migrate from v1 to v2',
link: '/references/dataProtector/migrate-from-v1',
},
],
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,7 @@ import { type GetResultFromCompletedTaskResponse } from '@iexec/dataprotector';

The actual content of the protected file.

```

<script setup>
import RequiredBadge from '@/components/RequiredBadge.vue'
import OptionalBadge from '@/components/OptionalBadge.vue'
</script>
```
146 changes: 0 additions & 146 deletions src/references/dataProtector/migrate-from-v1.md

This file was deleted.

12 changes: 7 additions & 5 deletions src/references/dataProtector/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,19 @@

### datasetprice: <span class="text-yellow">`string`</span>

- Price (in nRLC) to charge the user specified in `requesterrestrict` for each
use of this `protectedData`
- Total number of authorized accesses for processing a Protected Data when the
access was signed and published

Check notice on line 21 in src/references/dataProtector/types.md

View workflow job for this annotation

GitHub Actions / vale

[vale] src/references/dataProtector/types.md#L21

[Google.Passive] In general, use active voice instead of passive voice ('was signed').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('was signed').", "location": {"path": "src/references/dataProtector/types.md", "range": {"start": {"line": 21, "column": 10}}}, "severity": "INFO"}

### volume: <span class="text-yellow">`string`</span>

- Number of authorized uses of this `protectedData`; each use decrements this
counter

### remainingAccess: <span class="text-yellow">`number`</span>

Check warning on line 28 in src/references/dataProtector/types.md

View workflow job for this annotation

GitHub Actions / vale

[vale] src/references/dataProtector/types.md#L28

[Google.Headings] 'remainingAccess: ******' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'remainingAccess: ******' should use sentence-style capitalization.", "location": {"path": "src/references/dataProtector/types.md", "range": {"start": {"line": 28, "column": 1}}}, "severity": "WARNING"}

Check failure on line 28 in src/references/dataProtector/types.md

View workflow job for this annotation

GitHub Actions / vale

[vale] src/references/dataProtector/types.md#L28

[Vale.Spelling] Did you really mean 'remainingAccess'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'remainingAccess'?", "location": {"path": "src/references/dataProtector/types.md", "range": {"start": {"line": 28, "column": 5}}}, "severity": "ERROR"}

- Number of remaining authorized accesses for processing a protected data; each
use decrements this counter

### tag: <span class="text-yellow">`string`</span>

- Defines whether a `protectedData` is usable in a TEE environment; `0x00` is
Expand Down Expand Up @@ -120,6 +125,3 @@
<!-- prettier-ignore-start -->
_Hash example:_ `0xc9c2d58fc01fe54149b7daf49a0026d4ab1fdd3d10fb7c76350790fff03fe24d`
<!-- prettier-ignore-end -->

You can read more about the [iExec Explorer]
(/get-started/tooling-and-explorers/iexec-explorer).
16 changes: 0 additions & 16 deletions src/references/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,14 +245,6 @@ See [Deal](#deal) and [PoCo](#poco-proof-of-contribution) for more information.

## O

### Oilers

A term of affection used to designate the iExec community. Oilers are said to be
holding "digital oil". This term could also be in reference to the iExec
whitepaper that states: " iExec introduces a new paradigm in cloud computing: it
will allow the trading of computing resources as commodities; in the same way
markets may observe with resources such as oil, gold or rice."

### Oracle

Data feeds that connect the off-chain world to blockchain products. Oracles act
Expand Down Expand Up @@ -424,14 +416,6 @@ special security measures that keep its contents completely private and secure.

## W

### Whitepaper

Explain the purpose and technology behind a project. Producing a whitepaper is a
key step for a crypto startup to help investors understand technical information
about its concept; whitepaper usually include a roadmap for how the project
plans to grow and succeed. iExec's whitepaper is available at
[iEx.ec/whitepaper](https://www.iex.ec/whitepaper)

### Workers

Individuals or companies who own computing resources and are willing to make
Expand Down