Commit Graph

13762 Commits

Author SHA1 Message Date
Richard Holland
c09f91f36e rewrite float_root, fix bug in float_sum, start of float unit tests 2022-11-01 13:23:42 +00:00
Richard Holland
82e9601712 sethook structure testing done, move on to hook api testing 2022-10-25 12:51:40 +00:00
Richard Holland
44513d3fc5 minor bug fixes with hook grants, grants testcases 2022-10-25 11:03:34 +00:00
Richard Holland
239c5bbf62 parameter and grants testing 2022-10-21 13:01:54 +00:00
Richard Holland
e4c3b14b1e further improve parameter management on update operation 2022-10-21 08:18:29 +00:00
Richard Holland
9ba518f0da fix hso update, to make it more intuitive 2022-10-20 15:31:14 +00:00
Richard Holland
15fd4b11c2 fix update hook bug 2022-10-20 12:15:54 +00:00
Richard Holland
8ebf358c9a nsdelete and delete test cases 2022-10-20 09:25:32 +00:00
Richard Holland
0f72472980 fix for https://github.com/XRPL-Labs/xrpld-hooks/issues/59 2022-10-20 08:37:15 +00:00
manojsdoshi
ebbf4b64a5 Set version to 1.10.0-b2 2022-10-14 13:15:44 -07:00
Scott Schurr
649ab872ff Add featureImmediateOfferKilled for tfImmediateOrCancel offers:
Fixes #4115; https://github.com/ripple/rippled/issues/4115
2022-10-14 12:54:59 -07:00
Scott Schurr
7e9e9104ea Rename SHAMapStoreImp::stopping() to healthWait() 2022-10-14 12:54:59 -07:00
greg7mdp
3726f8bf31 Release TaggedCache object memory outside the lock 2022-10-14 12:54:59 -07:00
Ed Hennis
e37dc710cf Improve timing of NodeToShardRPC unit test to reduce false failures 2022-10-14 12:54:59 -07:00
Richard Holland
ba24a3e72c more glassbox tests 2022-10-14 14:37:51 +00:00
Richard Holland
071d584cb0 start adding glassbox tests 2022-10-14 11:15:09 +00:00
Ed Hennis
5d38e4cfbf Work around soci build issues 2022-10-13 15:44:49 -07:00
CJ Cobb
28f4cc7817 Remove gRPC code previously used for the xpring SDK 2022-10-13 15:44:43 -07:00
Richard Holland
223606aacb more unit tests for hooks, still wip 2022-10-13 12:37:47 +00:00
Richard Holland
09a4087256 more hooks unit testing params/grants 2022-10-13 09:11:03 +00:00
Chenna Keshava B S
95fabd5762 Remove inacessible code paths and outdated data format wchar_t 2022-10-11 18:11:32 -07:00
Alexander Kremer
23ce431876 Remove const_cast usage 2022-10-11 16:38:10 -07:00
seelabs
04ef885108 Support for boost 1.80.0:
Boost intrusive renamed the `comp()` function -> `get_comp()`
2022-10-11 16:36:30 -07:00
manojsdoshi
d33df35378 Merge master (1.9.4) into develop (1.10.0-b2) 2022-10-11 16:34:36 -07:00
Richard Holland
f1cbeca57d params and grants tests, fix param validation 2022-10-11 12:52:08 +00:00
Richard Holland
01e7793df1 more test cases 2022-10-11 11:34:54 +00:00
Richard Holland
2a57c89176 more hook unit test tooling 2022-10-10 12:48:52 +00:00
Richard Holland
f5a0c951fe support inline wat2wasm in sethook unit tests 2022-10-10 09:36:40 +00:00
Richard Holland
a399cd2425 allow guard checker to work with stdin 2022-10-10 08:17:57 +00:00
Richard Holland
23da73a472 more hooks unit tests 2022-10-07 12:49:16 +00:00
Richard Holland
105cd06d7e add more hook unit tests, and test wasm checker 2022-10-07 11:41:33 +00:00
Richard Holland
eff650c922 initial wasm builder for unit testing 2022-10-07 09:01:00 +00:00
Richard Holland
8662adcff8 start of some js str_concat/find tests 2022-10-06 10:43:38 +00:00
Richard Holland
80ab5ce731 remove str_format 2022-10-06 10:20:19 +00:00
Richard Holland
28a4a50f0f str_concat finished, not tested 2022-10-06 10:09:06 +00:00
Richard Holland
04a938377d initial version of hook str api 2022-10-06 08:11:49 +00:00
Nik Bougalis
ba3c0e5145 Set version to 1.9.4 2022-09-20 18:23:13 -07:00
Michael Legleux
be1ce5eca9 Pin postgres, zlib, krb5, libuv and cassandra to stable versions 2022-09-20 18:22:37 -07:00
Richard Holland
e99ffe29a3 https://github.com/XRPL-Labs/xrpld-hooks/issues/51 2022-09-19 12:48:09 +00:00
Richard Holland
2273fe99a2 update readme 2022-09-19 12:22:03 +00:00
Richard Holland
cafa3484f4 tfStrongTSH for NFTs 2022-09-16 12:51:24 +00:00
Ikko Ashimine
df66e4151e Fix typo in detail/Node.h
minumum -> minimum
2022-09-14 14:17:30 -07:00
seelabs
9a31f321cd Allow gcc 12 compilation:
Compiling with gcc 12 on manjaro (arch variant) had compilation errors
without adding an additional include file.
2022-09-14 14:16:40 -07:00
Scott Schurr
e40e38e8d3 Introduce fixRemoveNFTokenAutoTrustLine amendment:
It turns out that the feature enabled by the tfTrustLine flag
on an NFTokenMint transaction could be used as a means to
attack the NFToken issuer.  Details are in
https://github.com/XRPLF/rippled/issues/4300

The fixRemoveNFTokenAutoTrustLine amendment removes the
ability to set the tfTrustLine flag on an NFTokenMint
transaction.

Closes 4300.
2022-09-14 14:15:20 -07:00
Howard Hinnant
f5af42a640 Remove use of deprecated std::iterator 2022-09-14 14:14:18 -07:00
Richard Holland
feee395231 further fix to sfHookNamespaces managment 2022-09-01 11:27:00 +00:00
Richard Holland
6dfbf39c99 add lockedbalance and lockcount to account_lines rpc 2022-08-30 11:15:03 +00:00
Richard Holland
73bf8f3fff add lockedbalance and lockcount to account_lines rpc 2022-08-30 11:11:31 +00:00
Richard Holland
ce09f9a4c6 make sfStateCount absent when it is 0 2022-08-30 09:32:10 +00:00
Richard Holland
d81cc2104b revise destroyNamespace logic 2022-08-30 09:15:28 +00:00