Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ship native programs in net/-based testnets and the solana docker image #1461

Merged
merged 4 commits into from
Oct 10, 2018

Conversation

mvines
Copy link
Member

@mvines mvines commented Oct 9, 2018

No description provided.

@mvines mvines requested a review from jackcmay October 9, 2018 22:57
@mvines mvines mentioned this pull request Oct 9, 2018
@mvines mvines force-pushed the master branch 4 times, most recently from c811deb to 0ba6939 Compare October 10, 2018 01:01
@mvines mvines changed the title Ship native programs in snap and to net/-based testnets Ship native programs in net/-based testnets and the solana docker image Oct 10, 2018
@garious
Copy link
Contributor

garious commented Oct 10, 2018

@jackcmay, any objections?

@jackcmay
Copy link
Contributor

Possibly, I have comments/questions posted to this pr

@mvines
Copy link
Member Author

mvines commented Oct 10, 2018

I don't see any comments/questions on my end. Did you not hit the "Submit Review" button perhaps?

@mvines
Copy link
Member Author

mvines commented Oct 10, 2018

SDK side: solana-labs/solana-web3.js#24

@@ -107,8 +107,6 @@ sys-info = "0.5.6"
tokio = "0.1"
tokio-codec = "0.1"
untrusted = "0.6.2"

[dev-dependencies]
Copy link
Contributor

Choose a reason for hiding this comment

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

This was required in order to build those projects as part of the development tests. How are they built now?

Copy link
Member Author

Choose a reason for hiding this comment

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

They build always

@@ -0,0 +1,28 @@
#!/bin/bash -e
#
# Installs native programs as |cargo install| doesn't know about them
Copy link
Contributor

Choose a reason for hiding this comment

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

crates.io does not include all projects in the workspace?

Copy link
Member Author

Choose a reason for hiding this comment

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

No! Seems like they've punted on this entirely for now. cargo install will only install programs

src/dynamic_program.rs Outdated Show resolved Hide resolved
@mvines mvines merged commit 5c52371 into solana-labs:master Oct 10, 2018
vkomenda pushed a commit to vkomenda/solana that referenced this pull request Aug 29, 2021
HaoranYi added a commit to HaoranYi/solana that referenced this pull request May 24, 2024
…#1461)

chain parallel iterator

Co-authored-by: HaoranYi <haoran.yi@solana.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants