Skip to content

Commit 2479eab

Browse files
committed
refactor: walletd remove deprecated code
1 parent 8bdf8ee commit 2479eab

29 files changed

+26
-3358
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ The Sia web libraries provide developers with convenient TypeScript SDKs for usi
3636

3737
### Go
3838

39+
- [go.sia.tech/web/sdk](sdk) - SDK for signing transactions, encoding RPCs, computing merkle roots, and more. Compiled with WASM for use in the TypeScript SDK.
3940
- [go.sia.tech/web/ui](ui) - Library for embedding NextJS applications in Go.
40-
- [go.sia.tech/web/sdk](sdk) - SDK for encoding RPCs, computing merkle roots, and more. Compiled with WASM for use in the TypeScript SDK.
41-
- [go.sia.tech/web/walletd/wasm](walletd/wasm) - Wallet library for signing transactions. Compiled with WASM for use in the `walletd` application.
4241
- [go.sia.tech/web/walletd](walletd) - HTTP handler with embedded `walletd` application.
4342
- [go.sia.tech/web/renterd](renterd) - HTTP handler with embedded `renterd` application.
4443
- [go.sia.tech/web/hostd](hostd) - HTTP handler with embedded `hostd` application.

apps/walletd-e2e/src/mocks/consensusNetwork.ts

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

apps/walletd-e2e/src/mocks/consensusTip.ts

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

apps/walletd-e2e/src/mocks/consensusTipState.ts

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

apps/walletd-e2e/src/mocks/mock.ts

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

apps/walletd-e2e/src/mocks/peers.ts

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

apps/walletd-e2e/src/mocks/siaCentralExchangeRates.ts

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

apps/walletd-e2e/src/mocks/txpoolBroadcast.ts

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

0 commit comments

Comments
 (0)