Skip to content

Commit 6b9d1a6

Browse files
committed
Merge branch 'develop' into feat/usdc-to-dc
2 parents fd458f6 + 9fb5611 commit 6b9d1a6

File tree

113 files changed

+1338
-1017
lines changed

Some content is hidden

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

113 files changed

+1338
-1017
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.42](https://github.com/helium/helium-program-library/compare/v0.6.41...v0.6.42) (2024-03-19)
7+
8+
**Note:** Version bump only for package helium-program-library
9+
10+
11+
12+
13+
614
## [0.6.41](https://github.com/helium/helium-program-library/compare/v0.6.40...v0.6.41) (2024-03-18)
715

816
**Note:** Version bump only for package helium-program-library

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"useWorkspaces": true,
7-
"version": "0.6.41"
7+
"version": "0.6.42"
88
}

packages/account-fetch-cache-hooks/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.42](https://github.com/helium/helium-program-libary/compare/v0.6.41...v0.6.42) (2024-03-19)
7+
8+
**Note:** Version bump only for package @helium/account-fetch-cache-hooks
9+
10+
11+
12+
13+
614
## [0.6.41](https://github.com/helium/helium-program-libary/compare/v0.6.40...v0.6.41) (2024-03-18)
715

816
**Note:** Version bump only for package @helium/account-fetch-cache-hooks

packages/account-fetch-cache-hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"registry": "https://registry.npmjs.org/"
66
},
77
"license": "Apache-2.0",
8-
"version": "0.6.41",
8+
"version": "0.6.42",
99
"description": "React hooks and context for account-fetch-cache",
1010
"repository": {
1111
"type": "git",
@@ -31,7 +31,7 @@
3131
"prebuild": "npm run clean && npm run package"
3232
},
3333
"dependencies": {
34-
"@helium/account-fetch-cache": "^0.6.41",
34+
"@helium/account-fetch-cache": "^0.6.42",
3535
"@solana/web3.js": "^1.78.4",
3636
"react-async-hook": "^4.0.0"
3737
},

packages/account-fetch-cache-hooks/yarn.deploy.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ __metadata:
1818
version: 0.0.0-use.local
1919
resolution: "@helium/account-fetch-cache-hooks@workspace:."
2020
dependencies:
21-
"@helium/account-fetch-cache": ^0.6.41
21+
"@helium/account-fetch-cache": ^0.6.42
2222
"@solana/web3.js": ^1.78.4
2323
git-format-staged: ^2.1.3
2424
react-async-hook: ^4.0.0
@@ -30,7 +30,7 @@ __metadata:
3030
languageName: unknown
3131
linkType: soft
3232

33-
"@helium/account-fetch-cache@^0.6.41":
33+
"@helium/account-fetch-cache@^0.6.42":
3434
version: 0.0.0-use.local
3535
resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache"
3636
dependencies:

packages/account-fetch-cache/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.42](https://github.com/helium/helium-program-library/compare/v0.6.41...v0.6.42) (2024-03-19)
7+
8+
**Note:** Version bump only for package @helium/account-fetch-cache
9+
10+
11+
12+
13+
614
## [0.6.41](https://github.com/helium/helium-program-library/compare/v0.6.40...v0.6.41) (2024-03-18)
715

816
**Note:** Version bump only for package @helium/account-fetch-cache

packages/account-fetch-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helium/account-fetch-cache",
3-
"version": "0.6.41",
3+
"version": "0.6.42",
44
"description": "Solana account fetch cache to eliminate reduntant fetching, and batch fetches",
55
"publishConfig": {
66
"access": "public",

packages/account-postgres-sink-service/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.42](https://github.com/helium/helium-program-libary/compare/v0.6.41...v0.6.42) (2024-03-19)
7+
8+
**Note:** Version bump only for package @helium/account-postgres-sink-service
9+
10+
11+
12+
13+
614
## [0.6.41](https://github.com/helium/helium-program-libary/compare/v0.6.40...v0.6.41) (2024-03-18)
715

816
**Note:** Version bump only for package @helium/account-postgres-sink-service

packages/account-postgres-sink-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"registry": "https://registry.npmjs.org/"
77
},
88
"license": "Apache-2.0",
9-
"version": "0.6.41",
9+
"version": "0.6.42",
1010
"description": "Sync account data to postgres",
1111
"repository": {
1212
"type": "git",
@@ -37,7 +37,7 @@
3737
"@connectrpc/connect-node": "^1.3.0",
3838
"@coral-xyz/anchor": "^0.28.0",
3939
"@fastify/cors": "^8.1.1",
40-
"@helium/account-fetch-cache": "^0.6.41",
40+
"@helium/account-fetch-cache": "^0.6.42",
4141
"@metaplex-foundation/mpl-token-metadata": "^2.10.0",
4242
"@solana/web3.js": "^1.78.4",
4343
"@substreams/core": "^0.15.1",

packages/account-postgres-sink-service/yarn.deploy.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ __metadata:
146146
languageName: node
147147
linkType: hard
148148

149-
"@helium/account-fetch-cache@^0.6.41":
149+
"@helium/account-fetch-cache@^0.6.42":
150150
version: 0.0.0-use.local
151151
resolution: "@helium/account-fetch-cache@workspace:packages/account-fetch-cache"
152152
dependencies:
@@ -166,7 +166,7 @@ __metadata:
166166
"@connectrpc/connect-node": ^1.3.0
167167
"@coral-xyz/anchor": ^0.28.0
168168
"@fastify/cors": ^8.1.1
169-
"@helium/account-fetch-cache": ^0.6.41
169+
"@helium/account-fetch-cache": ^0.6.42
170170
"@metaplex-foundation/mpl-token-metadata": ^2.10.0
171171
"@solana/web3.js": ^1.78.4
172172
"@substreams/core": ^0.15.1

packages/active-device-oracle/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.42](https://github.com/helium/helium-program-libary/compare/v0.6.41...v0.6.42) (2024-03-19)
7+
8+
**Note:** Version bump only for package @helium/active-device-oracle
9+
10+
11+
12+
13+
614
## [0.6.41](https://github.com/helium/helium-program-libary/compare/v0.6.40...v0.6.41) (2024-03-18)
715

816
**Note:** Version bump only for package @helium/active-device-oracle

packages/active-device-oracle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"registry": "https://registry.npmjs.org/"
77
},
88
"license": "Apache-2.0",
9-
"version": "0.6.41",
9+
"version": "0.6.42",
1010
"description": "Oracle of helium active devices",
1111
"repository": {
1212
"type": "git",

packages/anchor-resolvers/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.42](https://github.com/helium/helium-program-library/compare/v0.6.41...v0.6.42) (2024-03-19)
7+
8+
**Note:** Version bump only for package @helium/anchor-resolvers
9+
10+
11+
12+
13+
614
## [0.6.41](https://github.com/helium/helium-program-library/compare/v0.6.40...v0.6.41) (2024-03-18)
715

816
**Note:** Version bump only for package @helium/anchor-resolvers

packages/anchor-resolvers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helium/anchor-resolvers",
3-
"version": "0.6.41",
3+
"version": "0.6.42",
44
"description": "Wrappers around anchor custom resolvers to make composition easier",
55
"publishConfig": {
66
"access": "public",

packages/circuit-breaker-sdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.42](https://github.com/helium/helium-program-libary/compare/v0.6.41...v0.6.42) (2024-03-19)
7+
8+
**Note:** Version bump only for package @helium/circuit-breaker-sdk
9+
10+
11+
12+
13+
614
## [0.6.41](https://github.com/helium/helium-program-libary/compare/v0.6.40...v0.6.41) (2024-03-18)
715

816
**Note:** Version bump only for package @helium/circuit-breaker-sdk

packages/circuit-breaker-sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"registry": "https://registry.npmjs.org/"
66
},
77
"license": "Apache-2.0",
8-
"version": "0.6.41",
8+
"version": "0.6.42",
99
"description": "Interface to the circuit breaker smart contract",
1010
"repository": {
1111
"type": "git",
@@ -32,8 +32,8 @@
3232
},
3333
"dependencies": {
3434
"@coral-xyz/anchor": "^0.28.0",
35-
"@helium/anchor-resolvers": "^0.6.41",
36-
"@helium/idls": "^0.6.41",
35+
"@helium/anchor-resolvers": "^0.6.42",
36+
"@helium/idls": "^0.6.42",
3737
"bn.js": "^5.2.0",
3838
"bs58": "^4.0.1"
3939
},

packages/circuit-breaker-sdk/yarn.deploy.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ __metadata:
5858
languageName: node
5959
linkType: hard
6060

61-
"@helium/anchor-resolvers@^0.6.41":
61+
"@helium/anchor-resolvers@^0.6.42":
6262
version: 0.0.0-use.local
6363
resolution: "@helium/anchor-resolvers@workspace:packages/anchor-resolvers"
6464
dependencies:
@@ -77,8 +77,8 @@ __metadata:
7777
resolution: "@helium/circuit-breaker-sdk@workspace:."
7878
dependencies:
7979
"@coral-xyz/anchor": ^0.28.0
80-
"@helium/anchor-resolvers": ^0.6.41
81-
"@helium/idls": ^0.6.41
80+
"@helium/anchor-resolvers": ^0.6.42
81+
"@helium/idls": ^0.6.42
8282
bn.js: ^5.2.0
8383
bs58: ^4.0.1
8484
git-format-staged: ^2.1.3
@@ -88,7 +88,7 @@ __metadata:
8888
languageName: unknown
8989
linkType: soft
9090

91-
"@helium/idls@^0.6.41":
91+
"@helium/idls@^0.6.42":
9292
version: 0.0.0-use.local
9393
resolution: "@helium/idls@workspace:packages/idls"
9494
dependencies:

packages/crons/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.42](https://github.com/helium/helium-program-library/compare/v0.6.41...v0.6.42) (2024-03-19)
7+
8+
**Note:** Version bump only for package @helium/crons
9+
10+
11+
12+
13+
614
## [0.6.41](https://github.com/helium/helium-program-library/compare/v0.6.40...v0.6.41) (2024-03-18)
715

816
**Note:** Version bump only for package @helium/crons

packages/crons/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helium/crons",
3-
"version": "0.6.41",
3+
"version": "0.6.42",
44
"description": "scripts to run on a schedule",
55
"private": true,
66
"publishConfig": {
@@ -32,23 +32,23 @@
3232
},
3333
"dependencies": {
3434
"@coral-xyz/anchor": "^0.28.0",
35-
"@helium/account-fetch-cache": "^0.6.41",
36-
"@helium/distributor-oracle": "^0.6.41",
37-
"@helium/fanout-sdk": "^0.6.41",
38-
"@helium/helium-entity-manager-sdk": "^0.6.41",
39-
"@helium/helium-sub-daos-sdk": "^0.6.41",
40-
"@helium/idls": "^0.6.41",
41-
"@helium/lazy-distributor-sdk": "^0.6.41",
42-
"@helium/mobile-entity-manager-sdk": "^0.6.41",
43-
"@helium/no-emit-sdk": "^0.6.41",
35+
"@helium/account-fetch-cache": "^0.6.42",
36+
"@helium/distributor-oracle": "^0.6.42",
37+
"@helium/fanout-sdk": "^0.6.42",
38+
"@helium/helium-entity-manager-sdk": "^0.6.42",
39+
"@helium/helium-sub-daos-sdk": "^0.6.42",
40+
"@helium/idls": "^0.6.42",
41+
"@helium/lazy-distributor-sdk": "^0.6.42",
42+
"@helium/mobile-entity-manager-sdk": "^0.6.42",
43+
"@helium/no-emit-sdk": "^0.6.42",
4444
"@helium/organization-sdk": "^0.0.8",
45-
"@helium/price-oracle-sdk": "^0.6.41",
45+
"@helium/price-oracle-sdk": "^0.6.42",
4646
"@helium/proposal-sdk": "^0.0.8",
47-
"@helium/rewards-oracle-sdk": "^0.6.41",
48-
"@helium/spl-utils": "^0.6.41",
47+
"@helium/rewards-oracle-sdk": "^0.6.42",
48+
"@helium/spl-utils": "^0.6.42",
4949
"@helium/state-controller-sdk": "^0.0.8",
50-
"@helium/treasury-management-sdk": "^0.6.41",
51-
"@helium/voter-stake-registry-sdk": "^0.6.41",
50+
"@helium/treasury-management-sdk": "^0.6.42",
51+
"@helium/voter-stake-registry-sdk": "^0.6.42",
5252
"@solana/spl-token": "^0.3.8",
5353
"@solana/web3.js": "^1.78.4",
5454
"axios": "^1.3.6",

0 commit comments

Comments
 (0)