@smartledger/bsv 3.3.5 → 3.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/README.md +149 -20
  3. package/anchor-entry.js +1 -0
  4. package/bin/cli.js +349 -0
  5. package/bsv-anchor.min.js +12 -0
  6. package/bsv-covenant.min.js +8 -8
  7. package/bsv-didweb.min.js +12 -0
  8. package/bsv-gdaf.min.js +9 -9
  9. package/bsv-ltp.min.js +9 -9
  10. package/bsv-mnemonic.min.js +2 -2
  11. package/bsv-shamir.min.js +3 -3
  12. package/bsv-smartcontract.min.js +9 -9
  13. package/bsv-statuslist.min.js +18 -0
  14. package/bsv-vcjwt.min.js +12 -0
  15. package/bsv.bundle.js +9 -9
  16. package/bsv.min.js +8 -8
  17. package/build/webpack.anchor.config.js +17 -0
  18. package/build/webpack.didweb.config.js +17 -0
  19. package/build/webpack.statuslist.config.js +17 -0
  20. package/build/webpack.vcjwt.config.js +17 -0
  21. package/demos/browser-test.html +1 -1
  22. package/didweb-entry.js +1 -0
  23. package/docs/technical/roadmap.md +3 -3
  24. package/examples/legacy/README.md +11 -0
  25. package/index.js +39 -1
  26. package/lib/anchor/index.js +102 -0
  27. package/lib/browser-utxo-manager-es5.js +11 -4
  28. package/lib/browser-utxo-manager.js +15 -8
  29. package/lib/didweb/index.js +177 -0
  30. package/lib/ltp/claim.js +1 -0
  31. package/lib/ltp/obligation.js +1 -0
  32. package/lib/ltp/registry.js +2 -0
  33. package/lib/ltp/right.js +1 -0
  34. package/lib/statuslist/index.js +164 -0
  35. package/lib/transaction/transaction.js +1 -1
  36. package/lib/util/_.js +7 -1
  37. package/lib/vcjwt/index.js +189 -0
  38. package/package.json +19 -13
  39. package/statuslist-entry.js +1 -0
  40. package/vcjwt-entry.js +1 -0
  41. package/demos/gdaf_core_test.js +0 -131
  42. package/examples/scripts/custom_script_signature_test.js +0 -344
  43. package/tests/browser-compatibility/README.md +0 -35
  44. package/tests/browser-compatibility/test-cdn-vs-local.html +0 -186
  45. package/tests/browser-compatibility/test-pbkdf2.html +0 -51
  46. package/tests/bundle-completeness-test.html +0 -131
  47. package/tests/bundle-demo.html +0 -476
  48. package/tests/smartcontract-test.html +0 -239
  49. package/tests/standalone-modules-test.html +0 -260
  50. package/tests/test.html +0 -612
  51. package/tests/test_standalone_shamir.html +0 -83
  52. package/tests/unpkg-demo.html +0 -194
  53. package/utilities/blockchain-state.json +0 -118565
  54. /package/{lib/smart_contract/test_integration.js → examples/legacy/smart_contract_test_integration.js} +0 -0
  55. /package/{tests → examples/legacy}/test_builtin_verify.js +0 -0
  56. /package/{tests → examples/legacy}/test_debug_integration.js +0 -0
  57. /package/{tests → examples/legacy}/test_ecdsa_little.js +0 -0
  58. /package/{tests → examples/legacy}/test_shamir.js +0 -0
  59. /package/{tests → examples/legacy}/test_smartverify_der.js +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.