Commit Graph

47 Commits

Author SHA1 Message Date
Sergey Kuznetsov
6ca777ea96 Account tx v1 api support (#874)
* Don't fail on ledger params for v1

* Different error on invalid ledger indexes for v1

* Allow forward and binary to be not bool for v1

* Minor fixes

* Fix tests

* Don't fail if input ledger index is out of range for v1

* Restore deleted test

* Fix comparison of integers with different signedness

* Updated default api version in README and example config
2023-09-28 11:31:35 +01:00
Alex Kremer
547cb340bd Update doxygen comments (#818)
Fixes #421
2023-08-11 21:32:32 +01:00
Arihant Kothari
c20b14494a Add note on code coverage report generation (#821) 2023-08-11 18:38:35 +01:00
Alex Kremer
5411fd7497 Update readme and compiler requirements (#815) 2023-08-08 11:32:18 +01:00
Shawn Xie
1804e3e9c0 Update tmp build instructions in README (#802) 2023-08-02 13:45:04 +01:00
Alex Kremer
24f69acd9e Fix Linux/gcc compilation (#795)
Fixes #803
2023-08-02 13:44:03 +01:00
John Freeman
545886561f Fix link to clio branch of rippled (#789) 2023-07-26 21:44:12 +01:00
Alex Kremer
68eec01dbc Fix TSAN issues part1 (#788)
Fixes a few issues from boost 1.82 migration and some Conan misconfigurations
2023-07-26 21:39:39 +01:00
Alex Kremer
c6ca650767 Add initial Conan integration (#712)
Fixes #645
2023-07-24 18:43:02 +01:00
Alex Kremer
a960471ef4 Support api_version (#695)
Fixes #64
2023-06-16 12:14:30 +01:00
cyan317
557c76233a update gitignore and readme (#481)
Fixes #482
2023-01-19 15:22:29 +00:00
Alex Kremer
1a4180f678 Update readme with more log configurations (#447)
Fixes #446
2022-12-13 19:17:41 +00:00
Francis Mendoza
962fb12410 Update README and example config to describe start_sequence (#438)
Fixes #250
2022-12-12 19:16:46 +00:00
Francis Mendoza
5f32bbbd81 Update documentation and config with ssl_cert_file and ssl_key_file (#443)
Fixes #424
2022-12-12 19:01:43 +00:00
Alex Kremer
031ad411a6 Add clang-format git hook (#395)
Fixes #392
2022-11-09 21:31:49 +00:00
CJ Cobb
b7cae53fcd cleanup README and example config (#247)
* Indicate defaults for logging parameters
* Remove log_to_file from example config
* Remove online_delete from example config
2022-09-07 18:28:32 -04:00
Mwni
92a072d7a8 Add README section for database administration
Add remark about Scyllas default memory reservation behavior.
2022-08-11 13:10:23 -04:00
Michael Legleux
ae8303fdc8 Guard for GCC < 11 and update readme (#243) 2022-08-10 15:02:44 -04:00
CJ Cobb
84d31986d1 config file improvements (#241)
* remove log_to_file param
* change the place of workers
2022-08-10 11:30:43 -04:00
ledhed2222
6bf8c5bc4e Add NFT-specific data stores and add nft_info API (#98) 2022-07-26 15:01:14 -04:00
Nathan Nichols
a704cf7cfe remove "this software is in a beta version" from readme (#204)
* remove "this software is in a beta version" from readme

Co-authored-by: Michael Legleux <legleux@users.noreply.github.com>
2022-07-10 20:05:13 -05:00
Brandon Kong
7ecb894632 Added log rotation feature and console/file logging config options (#161)
- Added log rotation feature, currently set to rotate for every 12h or if log file size exceeds 2 Gb. If the log directory exceeds 50 Gb, old log files will be deleted.
- Added config options for toggling console and file logging.
- Changed config options for log file storage, now writing log files to a directory instead of a single file.
- Added config options to allow specifying the log rotation size, log rotation interval, and log directory max size.
- Added detailed documentation in README.md regarding how to configure log rotation.
- Updated CMake install script to correctly set path in production mode

Co-authored-by: Brandon Kong <bkong@ripple.com>
2022-06-13 11:22:00 -05:00
Michael Legleux
a72aa73afe Run clio_tests with gha 2022-05-18 11:29:48 -07:00
rabbit
ac6c4c25d6 Update Build Instructions (#133)
* protobuf v2 is required.

* Fixed incorrect protobuf version & add step to build instructions.

* Update build instructions so Clio isn't cloned into the boost directory.

* Updated build instructions

* Consolidate build instructions and remove line numbers.

* Change case: clio -> Clio.

* Edit for consistency and brevity.
2022-03-25 11:27:11 -07:00
CJ Cobb
0b2d192f9c change cjcobb23 to XRPLF (#127) 2022-03-22 16:52:16 -04:00
CJ Cobb
524859304c Update status in README 2022-03-22 16:15:42 -04:00
CJ Cobb
ee1b08b99c remove mentions of postgres from README 2022-03-22 15:19:35 -04:00
CJ Cobb
8b044245d5 Update README.md 2022-03-08 00:46:14 -05:00
CJ Cobb
572fed44c2 Delete redundant paragraph in README 2022-03-08 00:37:09 -05:00
CJ Cobb
60b4dc5313 Update README.md 2022-03-03 11:24:31 -05:00
Brandon Kong
a8b4c1f0c6 Added README documentation for unit tests and fixed typos (#106)
* Fixed minor typos in readme

* Created a README for general unit testing purposes and fixed typo in main.cpp of unittests.
2022-03-01 15:02:26 -05:00
CJ Cobb
7c2bef70bc Update README.md 2022-02-10 11:47:49 -05:00
undertome
bedb026923 Advance readme (#91)
* Build fix: specify template parameters

* [FOLD] clang-format

* Improve build instructions in the README
2022-02-02 08:32:42 -05:00
CJ Cobb
5544783903 Update README.md 2022-01-04 11:59:32 -05:00
Scott Branson
e2da960cda protobuf v2 is required. 2021-12-07 18:30:42 -05:00
Wietse Wind
8b2cbec247 Install cmake, mkdir 2021-12-06 12:27:59 -05:00
CJ Cobb
4876d06105 Add comment about project status 2021-12-05 20:26:42 -05:00
CJ Cobb
0db821c0e1 remove cmake step command 2021-12-05 13:57:28 -05:00
manoj
93ae1887cf Update README.md
Adding steps to build Clio from scratch on Ubuntu 20
2021-12-05 13:56:49 -05:00
CJ Cobb
652af9d2a8 Remove mention of rippled as submodule 2021-10-14 15:31:31 -04:00
CJ Cobb
58900a0472 update README 2021-09-24 13:24:18 -04:00
CJ Cobb
ac5bbc9ea1 update backend README 2021-08-12 18:11:28 -04:00
CJ Cobb
1dda8a16fe update readme with run instructions 2021-08-12 14:38:30 -04:00
CJ Cobb
f73d6a8153 Update README.md 2021-06-23 11:12:20 -04:00
CJ Cobb
bf7b3b8f71 Update README.md 2021-06-16 20:40:04 -04:00
CJ Cobb
3acefe89a2 Update README.md 2021-06-16 20:31:25 -04:00
CJ Cobb
e37e2a9448 Create README.md 2021-06-09 17:13:32 -04:00