catalyst_cardano_serialization 1.0.0 copy "catalyst_cardano_serialization: ^1.0.0" to clipboard
catalyst_cardano_serialization: ^1.0.0 copied to clipboard

Dart package providing serialization/deserialization for common structures for Cardano blockchain.

5
likes
130/ 160
pub points
66
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: catalyst_cardano_serialization,
    • contains a version property, and,
    • does not contain a publish_to property.

catalyst_voices/packages/libs/catalyst_cardano_serialization/pubspec.yaml from the repository defines publish_to, thus, we are unable to verify the package is published from here.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/input-output-hk/catalyst-voices/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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: Apache-2.0.

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

647 out of 664 API elements (97.4 %) have documentation comments.

Some symbols that are missing documentation: catalyst_cardano_serialization, catalyst_cardano_serialization.AssetName.AssetName.new, catalyst_cardano_serialization.AssetName.name, catalyst_cardano_serialization.Coin.Coin.new, catalyst_cardano_serialization.Coin.value.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:catalyst_cardano_serialization/catalyst_cardano_serialization.dart that imports:
  • package:catalyst_cardano_serialization/src/rbac/x509_metadata_envelope.dart that imports:
  • package:catalyst_compression/catalyst_compression.dart that declares support for platforms: Web.
Package does not support platform `iOS`.

Because:

  • package:catalyst_cardano_serialization/catalyst_cardano_serialization.dart that imports:
  • package:catalyst_cardano_serialization/src/rbac/x509_metadata_envelope.dart that imports:
  • package:catalyst_compression/catalyst_compression.dart that declares support for platforms: Web.
Package does not support platform `Windows`.

Because:

  • package:catalyst_cardano_serialization/catalyst_cardano_serialization.dart that imports:
  • package:catalyst_cardano_serialization/src/witness.dart that imports:
  • package:catalyst_key_derivation/catalyst_key_derivation.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:catalyst_cardano_serialization/catalyst_cardano_serialization.dart that imports:
  • package:catalyst_cardano_serialization/src/witness.dart that imports:
  • package:catalyst_key_derivation/catalyst_key_derivation.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `macOS`.

Because:

  • package:catalyst_cardano_serialization/catalyst_cardano_serialization.dart that imports:
  • package:catalyst_cardano_serialization/src/rbac/x509_metadata_envelope.dart that imports:
  • package:catalyst_compression/catalyst_compression.dart that declares support for platforms: Web.
Package does not support platform `Web`.

Because:

  • package:catalyst_cardano_serialization/catalyst_cardano_serialization.dart that imports:
  • package:catalyst_cardano_serialization/src/witness.dart that imports:
  • package:catalyst_key_derivation/catalyst_key_derivation.dart that declares support for platforms: Android, iOS, macOS.

Passed check 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

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

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

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

Package Constraint Compatible Latest Notes
asn1lib ^1.5.3 1.6.4 1.6.4
bech32 ^0.2.2 0.2.2 0.2.2
bip32_ed25519 ^0.6.0 0.6.2 0.6.2
catalyst_compression ^1.0.0 1.0.0 1.0.0
catalyst_compression_web ^1.0.0 1.0.0 1.0.0
catalyst_key_derivation ^1.0.0 1.0.0 1.0.0
cbor ^6.2.0 6.3.6 6.3.6
convert ^3.1.1 3.1.2 3.1.2
cryptography ^2.7.0 2.7.0 2.7.0
equatable ^2.0.7 2.0.7 2.0.7
pinenacl ^0.6.0 0.6.0 0.6.0
uuid ^4.5.1 4.5.1 4.5.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
build_cli_annotations - 2.1.0 2.1.0
catalyst_compression_platform_interface - 1.0.0 1.0.0
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
ffi - 2.1.4 2.1.4
fixnum - 1.1.1 1.1.1
flutter_rust_bridge - 2.5.1 2.9.0
hex - 0.2.0 0.2.0
ieee754 - 1.0.3 1.0.3
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
sprintf - 7.0.0 7.0.0
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.5
web - 1.1.1 1.1.1

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.21, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jun 4Jul 2Jul 30Aug 27Sep 24Oct 22Nov 19Dec 17Jan 14Feb 11Mar 11Apr 8020406080100120140160180200>=0.0.0-0 <1.0.0>=1.0.0-0 <2.0.0
5
likes
130
points
66
downloads

Publisher

verified publisherprojectcatalyst.io

Weekly Downloads

2024.05.28 - 2025.04.22

Dart package providing serialization/deserialization for common structures for Cardano blockchain.

Topics

#blockchain #cardano #cryptocurrency #wallet

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

asn1lib, bech32, bip32_ed25519, catalyst_compression, catalyst_compression_web, catalyst_key_derivation, cbor, convert, cryptography, equatable, pinenacl, uuid

More

Packages that depend on catalyst_cardano_serialization