Replace BigInt256 internals with bnum #420
Annotations
1 error and 2 warnings
function `test_random` is never used:
bindings/ergo-lib-wasm/tests/transaction.rs#L11
error: function `test_random` is never used
--> bindings/ergo-lib-wasm/tests/transaction.rs:11:4
|
11 | fn test_random() {
| ^^^^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
cargo audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/audit-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/
|
cargo audit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/audit-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/
|