Skip to content

Commit

Permalink
Add Filecoin deprecation notice. (#206)
Browse files Browse the repository at this point in the history
* Add Filecoin deprecation notice.

Signed-off-by: bgravenorst <[email protected]>

* Update docs/index.md

Co-authored-by: Alexandra Tran Carrillo <[email protected]>

* Remove incorrect characters.

Signed-off-by: bgravenorst <[email protected]>

---------

Signed-off-by: bgravenorst <[email protected]>
Co-authored-by: Alexandra Tran Carrillo <[email protected]>
  • Loading branch information
bgravenorst and alexandratran authored Oct 9, 2023
1 parent 8b5f808 commit c15ff9b
Show file tree
Hide file tree
Showing 4 changed files with 2,590 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ slug: /

# Web3Signer

:::caution Filecoin deprecation notice

Web3Signer has deprecated Filecoin and will remove it in a future release. If you still require this feature, we encourage
community members to maintain the code by creating a fork and submitting pull requests. Alternatively, you can continue
using an older version of Web3Signer that still supports Filecoin.

:::

Web3Signer is an open-source signing service developed under the Apache 2.0 license and written in Java.

## What can you do with Web3Signer?
Expand Down
8 changes: 8 additions & 0 deletions docs/reference/api/filecoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ toc_max_heading_level: 2

# Filecoin JSON-RPC API

:::caution Filecoin deprecation notice

Web3Signer has deprecated Filecoin and will remove it in a future release. If you still require this feature, we encourage
community members to maintain the code by creating a fork and submitting pull requests. Alternatively, you can continue
using an older version of Web3Signer that still supports Filecoin.

:::

Access Filecoin JSON-RPC API methods at `http://<HOST>:<PORT>/rpc/v1/filecoin`, where:

- `<HOST>` is specified using [`--http-listen-host`](../cli/options.md#http-listen-host).
Expand Down
8 changes: 8 additions & 0 deletions docs/reference/cli/subcommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ sidebar_position: 2

# Subcommands

:::caution Filecoin deprecation notice

Web3Signer has deprecated Filecoin and will remove it in a future release. If you still require this feature, we encourage
community members to maintain the code by creating a fork and submitting pull requests. Alternatively, you can continue
using an older version of Web3Signer that still supports Filecoin.

:::

Use the Web3Signer subcommands to specify the platform being used:

- `web3signer [options] eth2 [Eth2 options]`
Expand Down
Loading

1 comment on commit c15ff9b

@vercel
Copy link

@vercel vercel bot commented on c15ff9b Oct 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.