問題タブ [solana]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
3312 参照

rust - `ring v0.16.12` のカスタム ビルド コマンドの実行に失敗しました

これ ( https://github.com/solana-labs/solana ) を新しい Mac m1 でビルドしていますが、失敗しました。

の作者は、ring依存関係をアップグレードすることで修正できると言っています ( https://github.com/briansmith/ring/issues/1163 )。

に追加しようとring = "0.16.19"しましcargo.tomlたが失敗しましたthis virtual manifest specifies a [dependencies] section, which is not allowed

ringプロジェクトディレクトリを検索しようとしましたが、 cargo.lock.

ringSolanaの依存関係のようです。私はRustが初めてで、これを修正する方法がわかりません。

0 投票する
1 に答える
68 参照

rust - 簡単な行「Pubkey::new_unique()」を追加すると、Solana プログラムが壊れます

https://github.com/solana-labs/example-helloworld/blob/master/src/program-rust/src/lib.rs#内に「Pubkey::new_unique()」のような単純な行を導入する理由を誰もが知っていますか? L22はプログラムを失敗させますか?