問題タブ [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.
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
.
ring
Solanaの依存関係のようです。私はRustが初めてで、これを修正する方法がわかりません。
rust - 簡単な行「Pubkey::new_unique()」を追加すると、Solana プログラムが壊れます
https://github.com/solana-labs/example-helloworld/blob/master/src/program-rust/src/lib.rs#内に「Pubkey::new_unique()」のような単純な行を導入する理由を誰もが知っていますか? L22はプログラムを失敗させますか?