@leofcoin/chain 1.3.11 → 1.4.0

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 (49) hide show
  1. package/block-worker.js +1 -1
  2. package/demo/chain.browser.js +4 -0
  3. package/dist/browser/workers/block-worker.js +1977 -5692
  4. package/dist/browser/workers/machine-worker.js +1955 -5670
  5. package/dist/browser/workers/pool-worker.js +1636 -5531
  6. package/dist/browser/workers/transaction-worker.js +1626 -5521
  7. package/dist/chain.js +9865 -1192
  8. package/dist/client-80bc8156.js +491 -0
  9. package/dist/commonjs-7fe3c381.js +270 -0
  10. package/dist/generate-account-445db122.js +46 -0
  11. package/dist/index-57f93805.js +718 -0
  12. package/dist/{messages.browser.js → messages-bce1b91d-81af3b00.js} +26 -39
  13. package/dist/module/chain.js +9820 -1174
  14. package/dist/module/client-8031ec88.js +489 -0
  15. package/dist/module/commonjs-9005d5c0.js +268 -0
  16. package/dist/module/generate-account-489552b6.js +44 -0
  17. package/dist/module/index-ac2285c4.js +688 -0
  18. package/dist/module/messages-bce1b91d-eaf75d83.js +302 -0
  19. package/dist/module/node.js +6833 -2
  20. package/dist/module/workers/block-worker.js +3 -287
  21. package/dist/module/workers/machine-worker.js +3 -287
  22. package/dist/node.js +6845 -8
  23. package/dist/workers/machine-worker.js +1 -1
  24. package/package.json +11 -20
  25. package/src/chain.js +9 -12
  26. package/src/contract.js +2 -2
  27. package/src/machine.js +10 -7
  28. package/src/node.js +2 -2
  29. package/src/transaction.js +5 -5
  30. package/test/chain.js +5 -7
  31. package/test/index.js +1 -3
  32. package/tsconfig.js +15 -0
  33. package/workers/block-worker.js +40 -0
  34. package/workers/machine-worker.js +219 -0
  35. package/workers/pool-worker.js +28 -0
  36. package/workers/transaction-worker.js +20 -0
  37. package/workers/workers.js +9 -0
  38. package/dist/865.browser.js +0 -10
  39. package/dist/chain.browser.js +0 -66838
  40. package/dist/generate-account.browser.js +0 -50
  41. package/dist/multi-wallet.browser.js +0 -15
  42. package/dist/node.browser.js +0 -9858
  43. package/dist/pako.browser.js +0 -6900
  44. package/dist/peernet-swarm.browser.js +0 -839
  45. package/dist/storage.browser.js +0 -3724
  46. package/dist/wrtc.browser.js +0 -28
  47. package/rollup.config.js +0 -229
  48. package/src/standards/initializer.js +0 -10
  49. package/webpack.config.js +0 -109

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.