Skip to content

Commit 559c3ba

Browse files
authored
Merge pull request #997 from helium/develop
Develop
2 parents b63449b + d38b605 commit 559c3ba

File tree

269 files changed

+25288
-1967
lines changed

Some content is hidden

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

269 files changed

+25288
-1967
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ jobs:
153153
- tests/voter-stake-registry.ts
154154
- tests/fanout.ts
155155
- tests/sus.ts
156+
- tests/mini-fanout.ts
156157
steps:
157158
- uses: actions/checkout@v3
158159
- uses: ./.github/actions/build-anchor/

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ accounts
2727
!.yarn/versions
2828
packages/helium-vote-service/helium-vote-proxies/
2929
!packages/docsite/src/data
30+
.cursor/*

Anchor.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ mobile_entity_manager = "memMa1HG4odAFmUbGWfPwS1WWfK95k99F2YTkGvyxZr"
1818
hexboosting = "hexbnKYoA2GercNNhHUCCfrTRWrHjT6ujKPXTa5NPqJ"
1919
no_emit = "noEmmgLmQdk6DLiPV8CSwQv3qQDyGEhz9m5A4zhtByv"
2020
hpl_crons = "hcrLPFgFUY6sCUKzqLWxXx5bntDiDCrAZVcrXfx9AHu"
21+
mini_fanout = "mfanLprNnaiP4RX9Zz1BMcDosYHCqnG24H1fMEbi9Gn"
22+
welcome_pack = "we1cGnTxTkDP9Sk49dw1d3T7ik7V2NfnY4qDGCDHXfC"
2123

2224
[workspace]
2325
members = [
@@ -36,6 +38,8 @@ members = [
3638
"programs/hexboosting",
3739
"programs/no-emit",
3840
"programs/hpl-crons",
41+
"programs/mini-fanout",
42+
"programs/welcome-pack"
3943
]
4044

4145
[registry]
@@ -57,6 +61,9 @@ url = "https://api.mainnet-beta.solana.com"
5761
[[test.validator.clone]]
5862
address = "tuktukUrfhXT6ZT77QTU8RQtvgL967uRuVagWF57zVA" # tuktuk
5963

64+
[[test.validator.clone]]
65+
address = "HGBovqKte26DbEMBma3T1TvvdmAFYSSgjncRoKECqfXq" # tuktuk config
66+
6067
[[test.validator.clone]]
6168
address = "GkUxZMcw2RbwZ64VL3MvBtYNV8zim3y7UfzabFTybAUJ" # tuktuk-idl
6269

CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,78 @@
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.10.20](https://github.com/helium/helium-program-library/compare/v0.10.19...v0.10.20) (2025-07-01)
7+
8+
**Note:** Version bump only for package helium-program-library
9+
10+
11+
12+
13+
14+
## [0.10.19](https://github.com/helium/helium-program-library/compare/v0.10.17...v0.10.19) (2025-06-26)
15+
16+
**Note:** Version bump only for package helium-program-library
17+
18+
19+
20+
21+
22+
## [0.10.18](https://github.com/helium/helium-program-library/compare/v0.10.14...v0.10.18) (2025-06-12)
23+
24+
**Note:** Version bump only for package helium-program-library
25+
26+
27+
28+
29+
30+
## [0.10.17](https://github.com/helium/helium-program-library/compare/v0.10.16...v0.10.17) (2025-06-10)
31+
32+
**Note:** Version bump only for package helium-program-library
33+
34+
35+
36+
37+
38+
## [0.10.16](https://github.com/helium/helium-program-library/compare/v0.10.15...v0.10.16) (2025-06-04)
39+
40+
**Note:** Version bump only for package helium-program-library
41+
42+
43+
44+
45+
46+
## [0.10.15](https://github.com/helium/helium-program-library/compare/v0.10.14...v0.10.15) (2025-05-27)
47+
48+
**Note:** Version bump only for package helium-program-library
49+
50+
51+
52+
53+
54+
## [0.10.14](https://github.com/helium/helium-program-library/compare/v0.9.34...v0.10.14) (2025-05-20)
55+
56+
57+
58+
## [0.10.3](https://github.com/helium/helium-program-library/compare/v0.10.2...v0.10.3) (2025-03-25)
59+
60+
61+
62+
## [0.10.2](https://github.com/helium/helium-program-library/compare/v0.10.1...v0.10.2) (2025-03-24)
63+
64+
65+
66+
## [0.10.1](https://github.com/helium/helium-program-library/compare/v0.10.0...v0.10.1) (2025-03-21)
67+
68+
69+
70+
# [0.10.0](https://github.com/helium/helium-program-library/compare/v0.9.31...v0.10.0) (2025-03-20)
71+
72+
**Note:** Version bump only for package helium-program-library
73+
74+
75+
76+
77+
678
## [0.10.13](https://github.com/helium/helium-program-library/compare/v0.10.12...v0.10.13) (2025-05-12)
779

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

Cargo.lock

Lines changed: 191 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)