Skip to content

Commit be9cc1d

Browse files
committed
fix(types): siafundPool is now siafundTaxRevenue
1 parent a78ea26 commit be9cc1d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+225
-64
lines changed

.changeset/kind-plants-sin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@siafoundation/types': minor
3+
---
4+
5+
ConsensusState siafundPool is now siafundTaxRevenue.

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"@siafoundation/walletd-types": "0.6.2"
3939
},
4040
"changesets": [
41+
"kind-plants-sin",
4142
"pretty-insects-rhyme"
4243
]
4344
}

apps/walletd/lib/mocks/mockConsensusTipState.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function getMockConsensusTipStateResponse(): ConsensusState {
2525
depth: '000000000001aa096ddebfbf467c56faba46eb4b3e53e72c775bf9ab202a4890',
2626
childTarget:
2727
'0000005a6c49bca6186415827e15b13371c3de541dd64b7cf36a519b5128b2f8',
28-
siafundPool: '88386728360671853873752300000',
28+
siafundTaxRevenue: '88386728360671853873752300000',
2929
oakTime: 127103000000000,
3030
oakTarget:
3131
'0000000024d11bd550a6acf3718192825fa2cef5582314db8e92c4f4e5efbf4c',

libs/clusterd/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @siafoundation/clusterd
22

3+
## 0.2.5-beta.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @siafoundation/types@0.11.0-beta.1
9+
- @siafoundation/units@3.4.2-beta.1
10+
- @siafoundation/hostd-js@0.5.3-beta.1
11+
- @siafoundation/renterd-js@0.14.4-beta.1
12+
313
## 0.2.5-beta.0
414

515
### Patch Changes

libs/clusterd/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@siafoundation/clusterd",
33
"description": "Methods controlling clusterd in e2e testing.",
4-
"version": "0.2.5-beta.0",
4+
"version": "0.2.5-beta.1",
55
"license": "MIT",
66
"private": true,
77
"dependencies": {
88
"@technically/lodash": "^4.17.0",
99
"axios": "^0.27.2",
10-
"@siafoundation/renterd-js": "0.14.4-beta.0",
11-
"@siafoundation/units": "3.4.2-beta.0",
12-
"@siafoundation/hostd-js": "0.5.3-beta.0",
13-
"@siafoundation/types": "0.10.1-beta.0"
10+
"@siafoundation/renterd-js": "0.14.4-beta.1",
11+
"@siafoundation/units": "3.4.2-beta.1",
12+
"@siafoundation/hostd-js": "0.5.3-beta.1",
13+
"@siafoundation/types": "0.11.0-beta.1"
1414
},
1515
"types": "./src/index.d.ts"
1616
}

libs/design-system/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 6.0.1-beta.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @siafoundation/types@0.11.0-beta.1
9+
- @siafoundation/explored-types@0.16.1-beta.1
10+
- @siafoundation/react-core@5.0.0-beta.1
11+
- @siafoundation/units@3.4.2-beta.1
12+
- @siafoundation/explored-react@0.7.1-beta.1
13+
314
## 6.0.1-beta.0
415

516
### Patch Changes

libs/design-system/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@siafoundation/design-system",
33
"description": "React-based design system used across Sia apps and websites.",
4-
"version": "6.0.1-beta.0",
4+
"version": "6.0.1-beta.1",
55
"license": "MIT",
66
"peerDependencies": {
77
"react": "^18.2.0",
8-
"@siafoundation/explored-types": "0.16.1-beta.0",
9-
"@siafoundation/explored-react": "0.7.1-beta.0"
8+
"@siafoundation/explored-types": "0.16.1-beta.1",
9+
"@siafoundation/explored-react": "0.7.1-beta.1"
1010
},
1111
"dependencies": {
1212
"@siafoundation/react-icons": "^0.3.1-beta.0",
13-
"@siafoundation/react-core": "^4.0.2-beta.0",
14-
"@siafoundation/units": "^3.4.2-beta.0",
15-
"@siafoundation/types": "^0.10.1-beta.0",
13+
"@siafoundation/react-core": "^5.0.0-beta.1",
14+
"@siafoundation/units": "^3.4.2-beta.1",
15+
"@siafoundation/types": "^0.11.0-beta.1",
1616
"@siafoundation/next": "^0.1.4-beta.0",
1717
"@radix-ui/react-visually-hidden": "^1.1.0",
1818
"class-variance-authority": "^0.7.0",

libs/e2e/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @siafoundation/e2e
22

3+
## 0.6.4-beta.1
4+
5+
### Patch Changes
6+
7+
- @siafoundation/explored-types@0.16.1-beta.1
8+
- @siafoundation/react-core@5.0.0-beta.1
9+
310
## 0.6.4-beta.0
411

512
### Patch Changes

libs/e2e/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@siafoundation/e2e",
33
"description": "Shared e2e testing code.",
4-
"version": "0.6.4-beta.0",
4+
"version": "0.6.4-beta.1",
55
"license": "MIT",
66
"dependencies": {
77
"@playwright/test": "^1.49.1",
88
"playwright": "^1.49.1",
9-
"@siafoundation/react-core": "4.0.2-beta.0",
10-
"@siafoundation/explored-types": "0.16.1-beta.0"
9+
"@siafoundation/react-core": "5.0.0-beta.1",
10+
"@siafoundation/explored-types": "0.16.1-beta.1"
1111
},
1212
"types": "./src/index.d.ts"
1313
}

libs/explored-js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @siafoundation/explored-js
22

3+
## 0.7.1-beta.1
4+
5+
### Patch Changes
6+
7+
- @siafoundation/explored-types@0.16.1-beta.1
8+
39
## 0.7.1-beta.0
410

511
### Patch Changes

0 commit comments

Comments
 (0)