Skip to content

Commit d06af71

Browse files
authored
fix: remove outdated migration guide and glossary terms (#74)
1 parent 29ee46a commit d06af71

File tree

5 files changed

+7
-174
lines changed

5 files changed

+7
-174
lines changed

.vitepress/sidebar.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -432,10 +432,6 @@ export function getSidebar() {
432432
},
433433
],
434434
},
435-
{
436-
text: 'Migrate from v1 to v2',
437-
link: '/references/dataProtector/migrate-from-v1',
438-
},
439435
],
440436
},
441437
{

src/references/dataProtector/dataProtectorCore/getResultFromCompletedTask.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,7 @@ import { type GetResultFromCompletedTaskResponse } from '@iexec/dataprotector';
135135

136136
The actual content of the protected file.
137137

138-
```
139-
140138
<script setup>
141139
import RequiredBadge from '@/components/RequiredBadge.vue'
142140
import OptionalBadge from '@/components/OptionalBadge.vue'
143141
</script>
144-
```

src/references/dataProtector/migrate-from-v1.md

Lines changed: 0 additions & 146 deletions
This file was deleted.

src/references/dataProtector/types.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,19 @@ Types in DataProtector.
1717

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

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

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

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

28+
### remainingAccess: <span class="text-yellow">`number`</span>
29+
30+
- Number of remaining authorized accesses for processing a protected data; each
31+
use decrements this counter
32+
2833
### tag: <span class="text-yellow">`string`</span>
2934

3035
- Defines whether a `protectedData` is usable in a TEE environment; `0x00` is
@@ -120,6 +125,3 @@ You can read more about the
120125
<!-- prettier-ignore-start -->
121126
_Hash example:_ `0xc9c2d58fc01fe54149b7daf49a0026d4ab1fdd3d10fb7c76350790fff03fe24d`
122127
<!-- prettier-ignore-end -->
123-
124-
You can read more about the [iExec Explorer]
125-
(/get-started/tooling-and-explorers/iexec-explorer).

src/references/glossary.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,6 @@ See [Deal](#deal) and [PoCo](#poco-proof-of-contribution) for more information.
245245

246246
## O
247247

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

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

425417
## W
426418

427-
### Whitepaper
428-
429-
Explain the purpose and technology behind a project. Producing a whitepaper is a
430-
key step for a crypto startup to help investors understand technical information
431-
about its concept; whitepaper usually include a roadmap for how the project
432-
plans to grow and succeed. iExec's whitepaper is available at
433-
[iEx.ec/whitepaper](https://www.iex.ec/whitepaper)
434-
435419
### Workers
436420

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

0 commit comments

Comments
 (0)