Skip to content

Commit

Permalink
docs: remove sharingService
Browse files Browse the repository at this point in the history
removed from SDK by Agoric/agoric-sdk#8124
  • Loading branch information
turadg committed Aug 14, 2023
1 parent 05d3cec commit d7fc225
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 160 deletions.
2 changes: 0 additions & 2 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -622,8 +622,6 @@ ses
setWakeup
sevenSimoleans
SharedMap
sharingService
sharingService's
sidebarDepth
simolean
simoleanAmountMath
Expand Down
1 change: 0 additions & 1 deletion main/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ module.exports = {
'/reference/repl/',
'/reference/repl/timerServices.html',
'/reference/repl/board.html',
'/reference/repl/sharingService.html',
'/reference/repl/networking.html',
'/reference/repl/priceAuthority.html',
'/reference/repl/scratch.html',
Expand Down
7 changes: 1 addition & 6 deletions main/reference/repl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ available, just type `home` into the REPL:

```js
Command[1] home
History[1] {"chainTimerService":[Presence o-50],"sharingService":[Presence o-51],"contractHost":[Presence o-52],"ibcport":[Presence o-53],"registrar":[Presence o-54],"registry":[Presence o-55],"zoe":[Presence o-56],"localTimerService":[Presence o-57],"uploads":[Presence o-58],"spawner":[Presence o-59],"wallet":[Presence o-60],"network":[Presence o-61],"http":[Presence o-62]}
History[1] {"chainTimerService":[Presence o-50],"contractHost":[Presence o-52],"ibcport":[Presence o-53],"registrar":[Presence o-54],"registry":[Presence o-55],"zoe":[Presence o-56],"localTimerService":[Presence o-57],"uploads":[Presence o-58],"spawner":[Presence o-59],"wallet":[Presence o-60],"network":[Presence o-61],"http":[Presence o-62]}
```
The results of what is entered into the REPL is saved under `history[N]`

Expand All @@ -83,11 +83,6 @@ Local off-chain time authority used to schedule events. [Full `localTimerService
### [`board`](./board.md)
Shared on-chain location where users can post generally accessible values. [Full `board` documentation.](./board.md)

### [`sharingService`](./sharingService.md)
Share on-chain objects with other users without making them
available to the general public. In particular, you can share
items between vats connected to the same remote chain. [Full `sharingService` documentation.](./sharingService.md)

### [`ibcport`](./networking.md)
IBC implementation that lets vats open and close listening ports,
connect and disconnect to/from remote ports, and send and receive
Expand Down
151 changes: 0 additions & 151 deletions main/reference/repl/sharingService.md

This file was deleted.

0 comments on commit d7fc225

Please sign in to comment.