Skip to content

Commit 389405d

Browse files
authored
Merge branch 'main' into feature/integrate-iapp
2 parents f824730 + d06af71 commit 389405d

File tree

5 files changed

+8
-168
lines changed

5 files changed

+8
-168
lines changed

.vitepress/sidebar.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,6 @@ export function getSidebar() {
428428
},
429429
],
430430
},
431-
{
432-
text: 'Migrate from v1 to v2',
433-
link: '/references/dataProtector/migrate-from-v1',
434-
},
435431
],
436432
},
437433
{

src/guides/build-iapp/advanced/build-your-first-sgx-iapp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ docker run -it --rm \
277277
-v /var/run/docker.sock:/var/run/docker.sock \
278278
registry.scontain.com/scone-production/iexec-sconify-image:5.9.1-v16\
279279
sconify_iexec \
280+
--scone-signer=/sig/enclave-key.pem \
280281
--from=${IMG_FROM} \
281282
--to=${IMG_TO} \
282283
--binary-fs \

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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ 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

@@ -27,6 +27,11 @@ Types in DataProtector.
2727

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

30+
- Number of remaining authorized accesses for processing a protected data; each
31+
use decrements this counter
32+
33+
### remainingAccess: <span class="text-yellow">`number`</span>
34+
3035
- Number of remaining authorized accesses for processing a protected data; each
3136
use decrements this counter
3237

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)