solana-trie: add support for witness account #1732
master.yml
on: pull_request
Miscellaneous checks
4m 48s
Anchor Test
20m 5s
Rust tests
8m 47s
Annotations
3 errors and 2 warnings
failed to resolve: use of undeclared crate or module `solana_trie`:
/home/runner/work/emulated-light-client/emulated-light-client/solana/witnessed-trie/src/api.rs#L5
error[E0433]: failed to resolve: use of undeclared crate or module `solana_trie`
--> /home/runner/work/emulated-light-client/emulated-light-client/solana/witnessed-trie/src/api.rs:5:9
|
5 | pub use solana_trie::witness::Data as WitnessData;
| ^^^^^^^^^^^ use of undeclared crate or module `solana_trie`
|
Miscellaneous checks
Clippy had exited with the 101 exit code
|
Rust tests
Process completed with exit code 101.
|
Miscellaneous checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Miscellaneous checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|