frosty 4.0.0 copy "frosty: ^4.0.0" to clipboard
frosty: ^4.0.0 copied to clipboard

FROST threshold Schnorr signatures using an underlying Rust library

120/ 160
pub points
116
downloads

We analyzed this package 19 hours ago, and awarded it 120 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

170 out of 297 API elements (57.2 %) have documentation comments.

Some symbols that are missing documentation: frosty, frosty.AggregateKeyInfo.AggregateKeyInfo.fromReader, frosty.AggregateKeyInfo.AggregateKeyInfo.new, frosty.AggregateKeyInfo.group, frosty.AggregateKeyInfo.groupKey.

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:frosty/frosty.dart that imports:
  • package:frosty/src/frosty_base.dart that imports:
  • package:frosty/src/rust_bindings/rust_api.dart that imports:
  • package:coinlib/coinlib.dart that imports:
  • package:coinlib/src/coinlib_base.dart that imports:
  • package:coinlib/src/address.dart that imports:
  • package:coinlib/src/taproot/taproot.dart that imports:
  • package:coinlib/src/scripts/script.dart that imports:
  • package:coinlib/src/scripts/operations.dart that imports:
  • package:coinlib/src/tx/inputs/input_signature.dart that imports:
  • package:coinlib/src/tx/inputs/input.dart that imports:
  • package:coinlib/src/tx/inputs/witness_input.dart that imports:
  • package:coinlib/src/tx/inputs/taproot_script_input.dart that imports:
  • package:coinlib/src/tx/inputs/raw_input.dart that imports:
  • package:coinlib/src/tx/transaction.dart that imports:
  • package:coinlib/src/tx/sign_details.dart that imports:
  • package:coinlib/src/tx/output.dart that imports:
  • package:coinlib/src/scripts/program.dart that imports:
  • package:coinlib/src/scripts/programs/multisig.dart that imports:
  • package:coinlib/src/crypto/ec_public_key.dart that imports:
  • package:coinlib/src/secp256k1/secp256k1.dart that imports:
  • package:coinlib/src/secp256k1/secp256k1_web.dart that imports:
  • package:wasm_interop/wasm_interop.dart that imports:
  • package:js/js_util.dart that imports:
  • dart:js_util

Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.

Passed report section
Pass static analysis
50 / 50trigger folding of the section

Passed check 50/50 points: code has no errors, warnings, lints, or formatting issues

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
coinlib ^4.0.0 4.1.0 4.1.0
ffi ^2.1.0 2.2.0 2.2.0
flutter_rust_bridge 2.11.1 2.11.1 2.12.0
freezed_annotation ^2.4.1 2.4.4 3.1.0
path ^1.8.3 1.9.1 1.9.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
build_cli_annotations - 2.1.1 2.1.1
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
dart_base_x - 1.0.0 1.0.0
hex - 0.2.0 0.2.0
js - 0.6.7 0.7.2 Discontinued
json_annotation - 4.12.0 4.12.0
meta - 1.18.3 1.18.3
pointycastle - 3.9.1 4.0.0
typed_data - 1.4.0 1.4.0
wasm_interop - 2.0.1 2.0.1
web - 1.1.1 1.1.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `2.11.1` on flutter_rust_bridge does not support the stable version `2.12.0`.

Try running dart pub upgrade --major-versions flutter_rust_bridge to update the constraint.

The constraint `^2.4.1` on freezed_annotation does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions freezed_annotation to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 16 errors:

  • UNDEFINED_NAMED_PARAMETER - lib/src/rust_bindings/generated/api/main.freezed.dart:140:12 - The named parameter 'includeFromJson' isn't defined.
  • UNDEFINED_NAMED_PARAMETER - lib/src/rust_bindings/generated/api/main.freezed.dart:140:36 - The named parameter 'includeToJson' isn't defined.
  • UNDEFINED_NAMED_PARAMETER - lib/src/rust_bindings/generated/api/main.freezed.dart:225:12 - The named parameter 'includeFromJson' isn't defined.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.12, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
120
points
116
downloads

Documentation

API reference

Publisher

verified publisherpeercoin.net

Weekly Downloads

FROST threshold Schnorr signatures using an underlying Rust library

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

coinlib, ffi, flutter_rust_bridge, freezed_annotation, path

More

Packages that depend on frosty