Skip to content

Conversation

@dharit-tan
Copy link
Contributor

Description

Version upgrades + minor code changes that allow local reward manager cli to work.

How Has This Been Tested?

Ran through full init, submit, transfer process using cli locally for a new mint

@changeset-bot
Copy link

changeset-bot bot commented Sep 22, 2025

⚠️ No Changeset found

Latest commit: 4f78da9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dharit-tan dharit-tan changed the title Rt reward goat Get reward manager cli working Sep 22, 2025
@dharit-tan dharit-tan changed the title Get reward manager cli working Solana upgrades to get reward manager cli working Sep 22, 2025
num-traits = "0.2"
num_enum = "0.5.1"
solana-program = "=1.8.14"
solana-program = "=1.16.27"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

holy upgrade batman

check_fee_payer_balance(
config,
fee_calculator.calculate_fee(&transaction.message()) + additional_balance_required,
5000 * transaction.message().header.num_required_signatures as u64 + additional_balance_required,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

magic number?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah also curious about this. Do we want to be hard-coding a fee here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants