opendlt_accumulate 2.4.0 copy "opendlt_accumulate: ^2.4.0" to clipboard
opendlt_accumulate: ^2.4.0 copied to clipboard

Production-ready Dart SDK for Accumulate blockchain. Multi-signature support (Ed25519, BTC, ETH, RSA, ECDSA), SmartSigner API, complete V2/V3 protocol.

125/ 160
pub points
700
downloads

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

Failed report section
Follow Dart file conventions
25 / 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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("2.4.0").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

826 out of 1617 API elements (51.1 %) have documentation comments.

Some symbols that are missing documentation: opendlt_accumulate, opendlt_accumulate.ADI.ADI.new, opendlt_accumulate.ADI.auth, opendlt_accumulate.ADI.url, opendlt_accumulate.ADISetup.ADISetup.new.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:opendlt_accumulate/opendlt_accumulate.dart that imports:
  • package:opendlt_accumulate/src/signing/key_manager.dart that imports:
  • package:opendlt_accumulate/src/signing/smart_signer.dart that imports:
  • package:opendlt_accumulate/src/v3/client_v3.dart that imports:
  • package:opendlt_accumulate/src/core/transport.dart that imports:
  • dart:io
Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 514 issues. Showing the first 2:

WARNING: The value of the field '_lastField' isn't used.

lib/src/codec/binary_encoder.dart:17:7

   ╷
17 │   int _lastField = 0;
   │       ^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/codec/binary_encoder.dart

WARNING: The value of the local variable 'i' isn't used.

lib/src/codec/codec.dart:25:9

   ╷
25 │     var i = 0;
   │         ^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/codec/codec.dart

Failed report section
Support up-to-date dependencies
30 / 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
collection ^1.18.0 1.19.1 1.19.1
crypto ^3.0.3 3.0.7 3.0.7
cryptography ^2.6.0 2.9.0 2.9.0
http ^1.0.0 1.6.0 1.6.0
meta ^1.8.0 1.19.0 1.19.0
path ^1.9.0 1.9.1 1.9.1
pointycastle ^3.9.1 3.9.1 4.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
convert - 3.1.2 3.1.2
ffi - 2.2.0 2.2.0
http_parser - 4.1.2 4.1.2
js - 0.7.2 0.7.2 Discontinued
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1

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

The constraint `^3.9.1` on pointycastle does not support the stable version `4.0.0`.

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

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.23.15, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
125
points
700
downloads

Documentation

API reference

Publisher

verified publisheropendlt.org

Weekly Downloads

Production-ready Dart SDK for Accumulate blockchain. Multi-signature support (Ed25519, BTC, ETH, RSA, ECDSA), SmartSigner API, complete V2/V3 protocol.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#blockchain #rpc #json-rpc #accumulate #sdk

License

Apache-2.0 (license)

Dependencies

collection, crypto, cryptography, http, meta, path, pointycastle

More

Packages that depend on opendlt_accumulate