mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-30 07:55:51 +00:00
AccountSet set/clear, asfDefaultRipple = 8 AccountRoot flag, lsfDefaultRipple = 0x00800000 In trustCreate, set no ripple flag if appropriate. If an account does not have the default ripple flag set, new ripple lines created as a result of its offers being taken or people creating trust lines to it have no ripple set by that account's side automatically Trust lines can be deleted if the no ripple flag matches its default setting based on the account's default ripple setting. Fix default no-rippling in integration tests.
30 lines
642 B
JSON
30 lines
642 B
JSON
{
|
|
"name": "rippled",
|
|
"version": "0.0.1",
|
|
"description": "Rippled Server",
|
|
"private": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"ripple-lib": "0.8.2",
|
|
"async": "~0.2.9",
|
|
"extend": "~1.2.0",
|
|
"simple-jsonrpc": "~0.0.2",
|
|
"deep-equal": "0.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"assert-diff": "^1.0.1",
|
|
"coffee-script": "~1.6.3",
|
|
"mocha": "~1.13.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test/websocket-test.js test/server-test.js test/*-test.{js,coffee}"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ripple/rippled.git"
|
|
},
|
|
"readmeFilename": "README.md"
|
|
}
|