Machinomy Versions Save

Node.js library for micropayments in Ether and ERC20 tokens over HTTP

[email protected]

5 years ago

🐛 For now migrate only if run on Node.js. If on browser, migrations are passed. @ARyaskov ♻️ Add proper type declarations for serialised payments. @kincaidoneil

[email protected]

5 years ago

Fixed: Broken payment validation.

Incorrect behaviour found: Individual validations return Promise. They are combined using && operator. Promise is an object and is always typecasted to true. Thus, the validations are effectively useless.

[email protected]

5 years ago

@machinomy/[email protected]

5 years ago

v1.8.0

6 years ago

🚀 Export Payment and PaymentChannel.

v1.7.14

6 years ago

🚀 Use native type declarations from safe-buffer package.

v1.7.13

6 years ago

:fire: Remove dependency on @types/commander. Use native type declarations distributed with commander package.

v1.0.0-alpha.0

6 years ago