Skip to content

Commit 11d8bba

Browse files
committed
Merge branch 'main' into develop
2 parents 59edfcd + b35d96a commit 11d8bba

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

+689
-347
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ spl-associated-token-account = "2.3.0"
5757
spl-token = "4.0.0"
5858
itertools = "0.13"
5959
tokio-graceful-shutdown = "0.15"
60-
solana-transaction-utils = { version = "0.1.0", path = "./solana-transaction-utils" }
61-
tuktuk-sdk = { version = "0.2.0", path = "./tuktuk-sdk" }
62-
tuktuk-program = { version = "0.2.0", path = "./tuktuk-program" }
60+
solana-transaction-utils = { version = "0.2.0", path = "./solana-transaction-utils" }
61+
tuktuk-sdk = { version = "0.2.2", path = "./tuktuk-sdk" }
62+
tuktuk-program = { version = "0.2.1", path = "./tuktuk-program" }
6363
# solana-transaction-utils = { version = "0.1.0" }
6464
# tuktuk-sdk = { version = "0.1.0" }
6565
# tuktuk-program = { version = "0.1.0" }

publish-packages.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
cargo release -p tuktuk-program --execute --no-confirm
4+
cargo release -p tuktuk-sdk --execute --no-confirm
5+
cargo release -p solana-transaction-utils --execute --no-confirm
6+
cargo release -p tuktuk-cli --execute --no-confirm
7+
cargo release -p tuktuk-crank-turner --execute --no-confirm

solana-programs/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.0.4 (2025-03-05)
7+
8+
**Note:** Version bump only for package solana-programs
9+
10+
11+
12+
13+
614
## 0.0.3 (2025-02-24)
715

816
**Note:** Version bump only for package solana-programs

solana-programs/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.0.3"
7+
"version": "0.0.4"
88
}

solana-programs/packages/cron-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.0.4 (2025-03-05)
7+
8+
**Note:** Version bump only for package @helium/cron-sdk
9+
10+
11+
12+
13+
614
## 0.0.3 (2025-02-24)
715

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

solana-programs/packages/cron-sdk/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.0.3",
8+
"version": "0.0.4",
99
"description": "Interface to the cron smart contract",
1010
"repository": {
1111
"type": "git",
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@coral-xyz/anchor": "^0.30.1",
3535
"@helium/anchor-resolvers": "^0.10.0-alpha.4",
36-
"@helium/tuktuk-idls": "^0.0.3",
36+
"@helium/tuktuk-idls": "^0.0.4",
3737
"js-sha256": "^0.11.0"
3838
},
3939
"devDependencies": {

solana-programs/packages/cron-sdk/yarn.deploy.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ __metadata:
9292
dependencies:
9393
"@coral-xyz/anchor": ^0.30.1
9494
"@helium/anchor-resolvers": ^0.10.0-alpha.4
95-
"@helium/tuktuk-idls": ^0.0.3
95+
"@helium/tuktuk-idls": ^0.0.4
9696
"@types/crypto-js": ^4.1.1
9797
git-format-staged: ^2.1.3
9898
js-sha256: ^0.11.0
@@ -102,7 +102,7 @@ __metadata:
102102
languageName: unknown
103103
linkType: soft
104104

105-
"@helium/tuktuk-idls@^0.0.3":
105+
"@helium/tuktuk-idls@^0.0.4":
106106
version: 0.0.0-use.local
107107
resolution: "@helium/tuktuk-idls@workspace:packages/tuktuk-idls"
108108
dependencies:

solana-programs/packages/remote-example-server/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.0.4 (2025-03-05)
7+
8+
**Note:** Version bump only for package @helium/faucet-service
9+
10+
11+
12+
13+
614
## 0.0.3 (2025-02-24)
715

816
**Note:** Version bump only for package @helium/faucet-service

solana-programs/packages/remote-example-server/package.json

Lines changed: 3 additions & 3 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.0.3",
9+
"version": "0.0.4",
1010
"description": "Remote example server for Tuktuk",
1111
"repository": {
1212
"type": "git",
@@ -36,8 +36,8 @@
3636
"@coral-xyz/anchor": "^0.30.1",
3737
"@fastify/cors": "^8.1.1",
3838
"@helium/spl-utils": "^0.9.19",
39-
"@helium/tuktuk-idls": "^0.0.3",
40-
"@helium/tuktuk-sdk": "^0.0.3",
39+
"@helium/tuktuk-idls": "^0.0.4",
40+
"@helium/tuktuk-sdk": "^0.0.4",
4141
"@solana/spl-token": "^0.3.8",
4242
"@solana/web3.js": "^1.95.2",
4343
"bn.js": "^5.2.0",

0 commit comments

Comments
 (0)