Elliot Lee
bf90bbe595
Increase minimum lodash version
2019-07-26 17:18:59 -07:00
Elliot Lee
2696a9e138
Update HISTORY.md
2019-07-26 17:17:10 -07:00
Elliot Lee
6324c727a9
Remove codecov.io
2019-07-26 17:14:21 -07:00
Elliot Lee
b53f336a2a
Update mocha
...
- Update mocha.opts to use --require
When updating to Babel v7, this may need to be changed. For details,
see: https://github.com/mochajs/mocha/wiki/compilers-deprecation
2019-07-26 17:08:29 -07:00
Elliot Lee
da5edb0b3b
Throw an error when Amount or Fee contains a decimal ( Fix #31 )
...
Thanks to @jwbusch for review
2019-07-26 16:53:25 -07:00
Elliot Lee
b775a6f3c8
Disable lint rule on 2 lines in test file
2019-07-17 00:40:06 -07:00
Elliot Lee
dc4de56a00
Shorten unit test names
2019-07-16 18:00:00 -07:00
dependabot[bot]
db91892086
Bump eslint from 2.13.1 to 4.18.2
...
Bumps [eslint](https://github.com/eslint/eslint ) from 2.13.1 to 4.18.2.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v2.13.1...v4.18.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-07-17 07:36:53 +00:00
Elliot Lee
d3b29945ea
Restrict to node version 10
...
Many unit tests fail under node 12. It is possible that some of these
are caused by issues in node that will be fixed in the future.
This also removes the dependency on 'assert-diff' since it is not
necessary. It can easily be re-added in the future, if needed.
2019-07-16 21:55:42 -07:00
John Freeman
a49b31aab9
v0.2.1
2019-03-23 11:18:29 -05:00
John Freeman
b580450c20
Add tecKILLED from amendment fix1578
2019-03-23 11:04:44 -05:00
Elliot Lee
9645855105
README: Add npm badge
2018-10-17 16:28:14 -07:00
Elliot Lee
16705c6bb0
v0.2.0
2018-10-17 16:25:55 -07:00
Matthew Fettig
e99031d6af
add DepositPreauth fields
2018-09-28 14:45:22 -05:00
Matthew Fettig
e0a6473814
fix style and bump version
2018-09-05 09:01:16 -05:00
Matthew Fettig
b1eecd7e93
dont validate amounts coming from binary parser
2018-06-06 16:44:20 -05:00
Matthew Fettig
cda8197ee6
bump version
2018-02-21 12:59:18 -08:00
Elliot Lee
cce552c711
Update README.md
2018-02-21 12:25:07 -08:00
Elliot Lee
b1e900f1ae
Add some basic info about the serialization fields
2018-02-16 18:32:29 -08:00
Elliot Lee
75a117701c
Add ConsensusHash and CheckID
2018-02-16 17:34:33 -08:00
Elliot Lee
5672594ab5
Add tecINVARIANT_FAILED and tecEXPIRED
...
Changed ordering of tec* results to match rippled's TER.h:
eaff9a0e6a/src/ripple/protocol/TER.h (L185-L218)
2018-02-16 16:16:46 -08:00
Elliot Lee
a963d862e9
Add Check, CheckCreate, CheckCash, CheckCancel
...
LEDGER_ENTRY_TYPES from:
eaff9a0e6a/src/ripple/protocol/LedgerFormats.h (L36)
TRANSACTION_TYPES from:
eaff9a0e6a/src/ripple/protocol/TxFormats.h (L33)
2018-02-15 10:54:59 -08:00
Matthew Fettig
63a2e9ab67
0.1.12
2017-11-16 22:10:50 -08:00
Matthew Fettig
eb7301b4f6
add DestinationNode definition
2017-11-16 22:10:25 -08:00
Matthew Fettig
91722b18ee
0.1.11
2017-08-23 12:34:22 -07:00
wilsonianb
d528331a37
Decode binary ledger header data
2017-08-16 15:29:23 -05:00
Matthew Fettig
de6e86a3ea
0.1.10
2017-04-13 16:32:19 -07:00
Ben Sharafian
8d0d772835
Add claim encoding for payment channels
2017-03-30 19:18:09 +02:00
Matthew Fettig
e0aa8b6db3
0.1.9
2017-03-30 14:39:54 -07:00
wilsonianb
fd4e2f69e3
Add tecCRYPTOCONDITION_ERROR and MasterSignature
...
Fixes #17
2017-03-28 13:53:55 -07:00
Matthew Fettig
d14b8100ac
0.1.8
2017-03-23 11:56:42 -07:00
Matthew Fettig
4359446101
add TickSize support
2017-03-22 12:15:19 -07:00
wilsonianb
9ddb6498b0
Add escrow support
2017-03-20 15:30:48 -07:00
Ben Sharafian
e897daf443
0.1.7
2017-03-03 17:42:15 +01:00
Ben Sharafian
6604c717b7
fix: Signature is a non-signing field
2017-02-28 18:29:13 +01:00
Ben Sharafian
90189a0596
0.1.6
2017-02-24 11:08:08 +01:00
Ben Sharafian
5cf4301fd0
Add support for PaymentChannel transactions
2017-02-17 16:29:17 +01:00
Chris Clark
c516ed4972
0.1.5
2016-11-30 14:20:44 -08:00
Nicholas Dudfield
27e44658c4
[FOLD] Add own eslintrc
2016-11-26 15:14:42 +07:00
Nicholas Dudfield
a1a938e895
Enforce proper bounds of Amounts
2016-11-15 18:23:47 +10:00
Matthew Fettig
f9ee5aa029
add support for SignerListID and bump version to 0.1.4
2016-09-22 12:35:40 -07:00
Chris Clark
3080121b59
0.1.3
2016-05-11 13:27:02 -07:00
Nicholas Dudfield
bfd022786c
Update enum definitions and dependencies * Remove redundant bytes from field definitions * Remove "date-generated" given hand editing * Remove ripple-lib test dependency * Fix linting errors introduced by updated eslint/eslintrc * Ensure STObject.toJSON returns a plain object
2016-05-09 18:46:51 +07:00
Chris Clark
3680303256
Update eslint dependency
2016-02-04 17:09:55 -08:00
Ivan Tivonenko
51e031323b
Bump version to 0.1.2
2016-02-05 01:15:42 +02:00
Ivan Tivonenko
76e18fd30e
make code uglify-compatible - do not use Function.name
2016-02-04 05:48:19 +02:00
Chris Clark
a0776a77b6
Bump version to 0.1.1
2015-12-10 13:41:57 -08:00
Chris Clark
0d1ae3bfc6
Add support for DeliverMin
2015-12-10 13:41:34 -08:00
Chris Clark
5775554d9d
Bump version to 0.1.0
2015-11-19 11:57:09 -08:00
Chris Clark
4dee6a4493
Bump version to 0.0.7
2015-11-17 10:33:26 -08:00