Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Rename solana_program_interface to solana_sdk #1609

Merged
merged 2 commits into from
Oct 25, 2018
Merged

Conversation

mvines
Copy link
Contributor

@mvines mvines commented Oct 25, 2018

cc: #1542

@mvines mvines force-pushed the ver branch 2 times, most recently from 63093e6 to d952368 Compare October 25, 2018 18:38
Cargo.toml Outdated
noop = { path = "programs/native/noop" }
bpf_loader = { path = "programs/native/bpf_loader" }
lua_loader = { path = "programs/native/lua_loader" }
solana-program-native-noop = { path = "programs/native/noop" }
Copy link
Contributor

Choose a reason for hiding this comment

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

Does 'program' really need to be in there?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I guess not, I'll remove it

Copy link
Contributor

Choose a reason for hiding this comment

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

I'm thinking native could go away too. Why would the choice of interpreter leak into the package name?

Cargo.toml Outdated
bpf_loader = { path = "programs/native/bpf_loader" }
lua_loader = { path = "programs/native/lua_loader" }
solana-program-native-noop = { path = "programs/native/noop" }
solana-program-native-bpf_loader = { path = "programs/native/bpf_loader" }
Copy link
Contributor

Choose a reason for hiding this comment

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

The mix of hyphens and underscores is quite ugly. I'd prefer all hyphens, but wouldn't be opposed to all underscores.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did that because with solana-program-native-bpf-loader we lose the difference between
programs/native/ and bpf_loader. Don't care?

Copy link
Contributor

Choose a reason for hiding this comment

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

bpfloader?

@mvines
Copy link
Contributor Author

mvines commented Oct 25, 2018

How about now?

@mvines mvines merged commit e47fcb1 into solana-labs:master Oct 25, 2018
@mvines mvines deleted the ver branch October 25, 2018 19:31
vkomenda pushed a commit to vkomenda/solana that referenced this pull request Aug 29, 2021
)

Bumps [@solana/web3.js](https://github.com/solana-labs/solana-web3.js) from 1.2.7 to 1.4.0.
- [Release notes](https://github.com/solana-labs/solana-web3.js/releases)
- [Changelog](https://github.com/solana-labs/solana-web3.js/blob/master/.releaserc.json)
- [Commits](solana-labs/solana-web3.js@v1.2.7...v1.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
wen-coding added a commit to wen-coding/solana that referenced this pull request Jul 23, 2024
* Make validator::new return ValidatorError.

* Try switching to anyhow and thiserror.

* Switch to matches! on error matching.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants