sublimator
|
6ef30debd2
|
Merge pull request #459 from wltsmrz/fix-transaction-constructor
Fix transaction construction for SetRegularKey transactions
|
2015-07-28 14:50:58 +07:00 |
|
wltsmrz
|
4766bace4e
|
Fix transaction construction for SetRegularKey transactions
|
2015-07-28 00:47:30 -07:00 |
|
sublimator
|
261500a3a4
|
Merge pull request #460 from wltsmrz/fix-transaction-sequencing
Fix transaction sequencing
|
2015-07-28 14:37:32 +07:00 |
|
wltsmrz
|
fae22b7023
|
Fix transaction sequencing
|
2015-07-27 23:17:05 -07:00 |
|
Chris Clark
|
4568b39997
|
Merge pull request #450 from clark800/api-names
Rename API parameters
|
2015-07-27 17:06:14 -07:00 |
|
Chris Clark
|
4a218cacfa
|
Merge pull request #449 from clark800/numbers
Express trustline quality and account transferRate as floats
|
2015-07-27 17:02:35 -07:00 |
|
Chris Clark
|
34a4dd3077
|
Express transferRate as a float
|
2015-07-27 16:59:58 -07:00 |
|
Chris Clark
|
a383bd7e52
|
Express trustline quality as a float
|
2015-07-27 16:56:46 -07:00 |
|
Chris Clark
|
e76e693bdb
|
Merge pull request #452 from darkdarkdragon/develop-RLJS-370-9-1
Increase tests coverage even more
|
2015-07-27 16:35:59 -07:00 |
|
Ivan Tivonenko
|
2c52e4aa69
|
more unit tests coverage
|
2015-07-28 02:24:27 +03:00 |
|
Ivan Tivonenko
|
13dee36e93
|
propagate message from remote error to RippledNetworkError
|
2015-07-28 02:17:40 +03:00 |
|
Ivan Tivonenko
|
6e180439d1
|
cover api/ledger/transaction.js with unit tests
|
2015-07-28 02:17:38 +03:00 |
|
Ivan Tivonenko
|
e8d0c1ae95
|
make api.getTransaction return NotFound error in case of transaction not found
instead of core.RippleError
|
2015-07-28 02:16:30 +03:00 |
|
Ivan Tivonenko
|
068bda0c95
|
cover api/ledger/transactions.js with unit tests
|
2015-07-28 02:16:28 +03:00 |
|
Ivan Tivonenko
|
ab694381d5
|
fix some api functions to work with parsed version of transaction
|
2015-07-28 02:13:54 +03:00 |
|
Chris Clark
|
dc2a6c75cf
|
Merge pull request #456 from clark800/docs
Update api.html doc
|
2015-07-27 14:57:13 -07:00 |
|
Chris Clark
|
98dbba8f27
|
Add api.html doc
|
2015-07-27 14:54:15 -07:00 |
|
Chris Clark
|
9a1b80d77a
|
Merge pull request #451 from clark800/sample
Add sample API usage for getting balances and making a payment
|
2015-07-27 14:46:59 -07:00 |
|
Chris Clark
|
a655be30d6
|
Merge pull request #455 from clark800/doc
Add api.html
|
2015-07-27 14:46:50 -07:00 |
|
Chris Clark
|
e5aabc3072
|
Add api.html
|
2015-07-27 14:42:29 -07:00 |
|
Chris Clark
|
2cd32d58ad
|
Merge pull request #454 from clark800/response-schemas
Add response schemas and small fixes
|
2015-07-27 14:22:55 -07:00 |
|
Chris Clark
|
0c02b92717
|
Add response schemas and small fixes
|
2015-07-27 14:20:09 -07:00 |
|
Geert Weening
|
c58a077a2f
|
Merge branch 'release' into develop
|
2015-07-24 15:39:50 -07:00 |
|
Geert Weening
|
6e7dc9d7d3
|
Merge branch 'master' into release
Conflicts:
npm-shrinkwrap.json
package.json
|
2015-07-24 15:39:00 -07:00 |
|
Geert Weening
|
572c945274
|
Bump version to 0.12.6
0.12.6
|
2015-07-24 15:32:07 -07:00 |
|
Geert Weening
|
c605efab61
|
Update release notes
|
2015-07-24 15:31:59 -07:00 |
|
wltsmrz
|
2695f4302a
|
Merge pull request #436 from wltsmrz/fix-orderbook-notification
Fix orderbook notification while disconnected
|
2015-07-25 06:25:31 +08:00 |
|
Chris Clark
|
a17011243e
|
Fix webpack require failure due to "./" notation
|
2015-07-24 15:24:40 -07:00 |
|
Geert Weening
|
9a533ab807
|
Merge branch 'develop' into release
|
2015-07-24 15:22:35 -07:00 |
|
wltsmrz
|
a037952493
|
Fix orderbook notification while disconnected
|
2015-07-24 15:22:21 -07:00 |
|
Geert Weening
|
dc96795a02
|
Merge pull request #453 from clark800/webpack-fix
Fix webpack require failure due to "./" notation
|
2015-07-24 15:03:44 -07:00 |
|
Chris Clark
|
8d9746d7b1
|
Fix webpack require failure due to "./" notation
|
2015-07-24 14:59:25 -07:00 |
|
Chris Clark
|
00342c4239
|
Merge pull request #446 from darkdarkdragon/develop-RLJS-370-8
Increase tests coverage
|
2015-07-23 16:47:42 -07:00 |
|
Chris Clark
|
e48df2c1fd
|
Add sample API usage for getting balances and making a payment
|
2015-07-23 15:51:15 -07:00 |
|
Ivan Tivonenko
|
6ade0f6554
|
cover api/ledger/pathfind.js with tests
|
2015-07-24 01:34:54 +03:00 |
|
Ivan Tivonenko
|
a88157bb92
|
change pathfind scheme so destination can be specified without counterparty
|
2015-07-24 01:34:51 +03:00 |
|
Ivan Tivonenko
|
00f318284f
|
cover api/transaction/utils.js with tests
|
2015-07-24 01:34:49 +03:00 |
|
Chris Clark
|
2e12dc6d53
|
Merge pull request #445 from darkdarkdragon/develop-RLJS-370-7
fix settings.json schema to allow empty stings to
|
2015-07-23 15:27:50 -07:00 |
|
Chris Clark
|
34435d4d05
|
Rename API parameters
|
2015-07-23 14:24:11 -07:00 |
|
Ivan Tivonenko
|
a99452b773
|
fix settings.json schema to allow null to
'walletSize', 'transferRate', 'emailHash' and
'walletLocator' fields so they
can be cleared
cover api/transaction/settings.js with tests
|
2015-07-23 23:29:00 +03:00 |
|
Geert Weening
|
a05cb39ab0
|
Merge pull request #447 from geertweening/develop
Remove `src/js`
|
2015-07-23 11:12:21 -07:00 |
|
Geert Weening
|
0c69f7f10e
|
Remove src/js
|
2015-07-23 11:06:12 -07:00 |
|
Geert Weening
|
8d50034265
|
Bump version to 0.13.0-rc1
0.13.0-rc1
|
2015-07-22 12:02:15 -07:00 |
|
Geert Weening
|
64f451e904
|
Merge branch 'release' into develop
Conflicts:
npm-shrinkwrap.json
package.json
|
2015-07-22 11:59:36 -07:00 |
|
Geert Weening
|
b1b47d7d91
|
Bump version to 0.12.5
0.12.5
|
2015-07-22 11:53:13 -07:00 |
|
Geert Weening
|
a93c580c92
|
Bump version to 0.12.5-rc3
0.12.5-rc3
|
2015-07-22 11:49:08 -07:00 |
|
Geert Weening
|
030e2786d1
|
Update release notes
|
2015-07-22 11:48:34 -07:00 |
|
Geert Weening
|
56bbe1d437
|
Update shrinkwrap
|
2015-07-22 11:42:34 -07:00 |
|
Ivan Tivonenko
|
1fff5ea6dc
|
[FIX] fix AutobridgeCalculator (RT-3445)
pass issuers to AutobridgeCalculator so
it can create offers with right issuers
|
2015-07-22 11:28:10 -07:00 |
|
Ivan Tivonenko
|
ad9956375f
|
[FIX] change var to let and const
|
2015-07-22 11:28:00 -07:00 |
|