Alan Cohen
7bfe4a6cd8
Update version to 0.16.5
2016-01-15 14:44:05 -08:00
Chris Clark
0d6aaee12a
Merge pull request #681 from darkdarkdragon/develop-RLJS-564
...
fix for browser
2016-01-13 11:31:14 -08:00
Ivan Tivonenko
dc03c6e0ac
fix to work in browser
...
run unit tests and integration tests in PhantomJS
add JUnit reporter to unit test so CircleCI can show results
2016-01-13 07:11:39 +02:00
Alan Cohen
0f4d957d14
Update version to 0.16.4
2016-01-04 19:48:59 -08:00
Alan Cohen
71a13224a1
Merge branch 'develop' into release
...
* develop:
Update ws to 1.0.1
run integration tests using standalone server
Add multisignature support
Add sample code to cancel all orders for a specified account
Remove references to browser support
add check for windows eol on commit removes windows eols from some files
Fix error on ledger subscription message without validated_ledgers
2016-01-04 19:47:24 -08:00
Alan Cohen
8097ed60ba
Update version to 0.16.3
2016-01-04 19:45:47 -08:00
Alan Cohen
9433b43873
Update ws to 1.0.1
...
Also, addresses remote memory disclosure vulnerability
https://nodesecurity.io/advisories/67
2016-01-04 19:06:30 -08:00
Chris Clark
c23c6e4fc9
Bump version to 0.16.2
2015-12-10 14:41:45 -08:00
Chris Clark
8f6ea573ff
Bump ripple-binary-codec dependency version to 0.1.1 to fix issue with computeLedgerHash for transactions with DeliverMin
2015-12-10 14:29:28 -08:00
Alan Cohen
3271b544ef
Bump version to 0.16.1
2015-12-09 16:51:26 -08:00
Chris Clark
3caed3c761
Bump version to 0.16.0
2015-12-09 13:17:04 -08:00
Ivan Tivonenko
76866ab901
http server example
...
allows to use both positional and named parameters
2015-12-09 21:00:47 +02:00
Chris Clark
cfc21fde8c
Bump version to 0.15.2
2015-11-25 13:13:53 -08:00
Chris Clark
d8f967d2b8
Bump version to 0.15.1
2015-11-25 11:46:33 -08:00
Chris Clark
dc24f6afe0
Bump version to 0.15.0
2015-11-24 17:53:53 -08:00
Chris Clark
27ed1aadd5
Bump version to 0.14.0
2015-11-23 17:36:16 -08:00
Alan Cohen
9cd8beb778
Bump version to 0.13.2
2015-11-20 10:54:01 -08:00
Alan Cohen
849ba999cb
Bump version to 0.13.1
2015-11-19 18:00:22 -08:00
Alan Cohen
12e5765c64
Bump version on ripple-hashes
2015-11-19 17:42:54 -08:00
Alan Cohen
8a53abc32f
Add babel-polyfill
...
» node
> ripple = require('ripple-lib')
Error: Cannot find module 'babel-core/polyfill'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (/Users/alan/Projects/ripple-connect/node_modules/ripple-lib/dist/npm/index.js:23:3)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
2015-11-19 17:31:52 -08:00
Chris Clark
60842540cb
Bump version to 0.13.0
2015-11-19 12:26:24 -08:00
Chris Clark
5fb8d9214f
Add table of contents to docs
2015-11-19 11:19:35 -08:00
Chris Clark
f7f2de291f
Merge pull request #633 from clark800/docs
...
Add documentation and documentation testing
2015-11-18 17:51:36 -08:00
Chris Clark
02a887776f
Add documentation and documentation testing
2015-11-18 16:54:10 -08:00
Alan Cohen
f8c885c0a9
Bump version to 0.13.0-rc16
2015-11-18 14:43:50 -08:00
Ivan Tivonenko
f146ea05c7
add test case for get transaction of types
...
suspendedPaymentExecution, suspendedPaymentCancellation, suspendedPaymentCreation
2015-11-17 23:43:01 +02:00
Chris Clark
c7b021c7be
Fix and reorganize schemas and switch to ajv validator
2015-10-30 14:28:50 -07:00
Chris Clark
665f5f9664
Add support for order expiration
2015-10-29 17:25:52 -07:00
Chris Clark
c238596a81
Emit Connection errors on RippleAPI, remove unused exports, use ripple-hashes in sign
2015-10-28 11:33:51 -07:00
Chris Clark
97747deed9
Delete core, move "api" directory up to "src", and remove unused dependencies
2015-10-27 12:37:07 -07:00
Chris Clark
1a99a2fddb
BREAKING CHANGE: Remove dependency of src/api on src/core, removes multiserver support
2015-10-26 16:28:43 -07:00
Alan Cohen
3df64091dd
Bump version to 0.13.0-rc15
2015-10-19 08:51:44 -07:00
Chris Clark
0dc000839b
Use ripple-hashes
2015-10-14 15:48:40 -07:00
Chris Clark
1891fe0afd
Update ripple-keypairs
2015-10-14 13:24:13 -07:00
Chris Clark
7419244b39
Delete serialization code
2015-10-13 18:24:21 -07:00
Chris Clark
91a64137fe
BREAKING CHANGE: Use ripple-binary-codec
2015-10-08 15:48:23 -07:00
Geert Weening
57ecbc58f8
bump version to 0.13.0-rc14
2015-10-07 11:42:08 -07:00
Geert Weening
16bc7b986b
Bump version to 0.13.0-rc13
2015-10-07 11:14:39 -07:00
Geert Weening
ed40eec711
Bump version to 0.13.0-rc12
2015-10-05 15:38:20 -07:00
Geert Weening
2f727b553c
Merge branch 'develop' into release
2015-10-05 15:04:18 -07:00
Geert Weening
e2c853e40d
Bump version to 0.13.0-rc11
2015-09-25 17:05:22 -07:00
Chris Clark
b1dbdc03dd
Decouple UInt160 from account.js
2015-09-25 12:42:10 -07:00
Chris Clark
c79b12b27f
Use ripple-lib-value package and update ripple-lib-transactionparser dependency
2015-09-24 12:32:15 -07:00
Chris Clark
715c648d52
Move to new ripple-keypairs API
2015-09-23 14:30:56 -07:00
Geert Weening
fcc9bacb4e
bump version to 0.13.0-rc10
2015-09-22 18:33:48 -07:00
Alan Cohen
d8b5b825b3
Update verison to 0.13.0-rc9
2015-09-21 10:48:03 -07:00
wltsmrz
c6c2dcc6c0
Merge pull request #533 from clark800/webpack-net-fix
...
Fix browser build
2015-09-11 13:15:58 -07:00
Alan Cohen
9ad03ca873
Bump version to 0.13.0-rc8
2015-09-09 13:22:18 -07:00
Alan Cohen
a53249ccd7
Bump version to 0.13.-rc7
2015-09-03 14:04:07 -07:00
Chris Clark
0cda15f2b5
Update is-my-json-valid depedency to fix webpack issue
2015-08-28 14:18:02 -07:00