Ayaz Salikhov 
							
						 
					 
					
						
						
							
						
						1e0a2f5162 
					 
					
						
						
							
							style: Add prettier pre-commit hook ( #2031 )  
						
						 
						
						... 
						
						
						
						There are 2 things to know about prettier:
- it's quite pretty most of the time
- it's not configurable 
						
						
					 
					
						2025-04-25 16:24:45 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ayaz Salikhov 
							
						 
					 
					
						
						
							
						
						9c92a2b51b 
					 
					
						
						
							
							style: Use pre-commit tool and add simple config ( #2029 )  
						
						 
						
						... 
						
						
						
						I started with really simple pre-commit hooks and will add more on top.
Important files:
- `.pre-commit-config.yaml` - the config for pre-commit
- `.github/workflows/pre-commit.yml` - runs pre-commit hooks in branches
and `develop`
- `.github/workflows/pre-commit-autoupdate.yml` - autoupdates pre-commit
hooks once in a month 
						
						
					 
					
						2025-04-24 17:59:43 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maria Shodunke 
							
						 
					 
					
						
						
							
						
						4a5fee7548 
					 
					
						
						
							
							docs: Verify/review config descriptions ( #1960 )  
						
						 
						
						... 
						
						
						
						- Reviewed and modified descriptions.
- Added some minor formatting.
- Removed the "Key:" before every key name, seems redundant. 
						
						
					 
					
						2025-04-09 09:49:11 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Peter Chen 
							
						 
					 
					
						
						
							
						
						86e2cd1cc4 
					 
					
						
						
							
							feat: Add workflow to check config description ( #1894 )  
						
						 
						
						... 
						
						
						
						fixes  #1880 
---------
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com >
Co-authored-by: Alex Kremer <akremer@ripple.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com >
Co-authored-by: Shawn Xie <35279399+shawnxie999@users.noreply.github.com > 
						
						
					 
					
						2025-03-04 10:47:36 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sergey Kuznetsov 
							
						 
					 
					
						
						
							
						
						427ba47716 
					 
					
						
						
							
							chore: Fix error in grafana dashboard example ( #1878 )  
						
						 
						
						
						
						
					 
					
						2025-02-07 13:42:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maria Shodunke 
							
						 
					 
					
						
						
							
						
						e7702e9c11 
					 
					
						
						
							
							docs: Move metrics and static analysis docs ( #1864 )  
						
						 
						
						... 
						
						
						
						Fixes  #1219 . 
						
						
					 
					
						2025-01-31 11:37:27 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Peter Chen 
							
						 
					 
					
						
						
							
						
						3c4903a339 
					 
					
						
						
							
							refactor: Replace all old instances of Config with New Config ( #1627 )  
						
						 
						
						... 
						
						
						
						Fixes  #1184  
Previous PR's found [here](https://github.com/XRPLF/clio/pull/1593 ) and
[here](https://github.com/XRPLF/clio/pull/1544 ) 
						
						
					 
					
						2024-12-16 15:33:32 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sergey Kuznetsov 
							
						 
					 
					
						
						
							
						
						c77154a5e6 
					 
					
						
						
							
							feat: Integrate new webserver ( #1722 )  
						
						 
						
						... 
						
						
						
						For #919 .
The new web server is not using dosguard yet. It will be fixed by a
separate PR. 
						
						
					 
					
						2024-11-21 14:48:32 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cyan317 
							
						 
					 
					
						
						
							
						
						1c82d379d9 
					 
					
						
						
							
							fix: Add queue size limit for websocket ( #1701 )  
						
						 
						
						... 
						
						
						
						For slow clients, we will disconnect with it if the message queue is too
long.
---------
Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com > 
						
						
					 
					
						2024-10-25 13:30:52 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sergey Kuznetsov 
							
						 
					 
					
						
						
							
						
						cffda52ba6 
					 
					
						
						
							
							refactor: Coroutine based webserver ( #1699 )  
						
						 
						
						... 
						
						
						
						Code of new coroutine-based web server. The new server is not connected
to Clio and not ready to use yet.
For #919 . 
						
						
					 
					
						2024-10-24 16:50:26 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Peter Chen 
							
						 
					 
					
						
						
							
						
						f351a4cc79 
					 
					
						
						
							
							fix: example config syntax ( #1696 )  
						
						 
						
						
						
						
					 
					
						2024-10-22 12:21:19 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Kremer 
							
						 
					 
					
						
						
							
						
						c3be155f8d 
					 
					
						
						
							
							chore: Upgrade to llvm 19 tooling ( #1681 )  
						
						 
						
						... 
						
						
						
						For #1664  
						
						
					 
					
						2024-10-14 16:43:49 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cyan317 
							
						 
					 
					
						
						
							
						
						da76907279 
					 
					
						
						
							
							feat: server info cache ( #1671 )  
						
						 
						
						... 
						
						
						
						fix : #1181  
						
						
					 
					
						2024-09-30 17:00:23 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Peter Chen 
							
						 
					 
					
						
						
							
						
						13a9aef579 
					 
					
						
						
							
							chore: Revert Cassandra driver upgrade ( #1656 )  
						
						 
						
						... 
						
						
						
						Reverts XRPLF/clio#1646  
						
						
					 
					
						2024-09-19 15:39:01 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Peter Chen 
							
						 
					 
					
						
						
							
						
						7a9a1656f9 
					 
					
						
						
							
							fix: Upgrade Cassandra driver ( #1646 )  
						
						 
						
						... 
						
						
						
						Fixes  #1296  
						
						
					 
					
						2024-09-16 12:28:33 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rome Reginelli 
							
						 
					 
					
						
						
							
						
						49e9d5eda0 
					 
					
						
						
							
							docs: Document how to build with custom libxrpl ( #1572 )  
						
						 
						
						... 
						
						
						
						Fixes  #1272  
						
						
					 
					
						2024-08-09 09:26:42 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cyan317 
							
						 
					 
					
						
						
							
						
						d7605d1069 
					 
					
						
						
							
							docs: Use non-admin WS port ( #1592 )  
						
						 
						
						... 
						
						
						
						This PR is copied from #1533  , unblock it.
Help https://github.com/XRPLF/clio/pull/1533/files  
						
						
					 
					
						2024-08-08 10:22:37 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sergey Kuznetsov 
							
						 
					 
					
						
						
							
						
						1334bd05d9 
					 
					
						
						
							
							Add forwarding timeout option ( #1462 )  
						
						 
						
						... 
						
						
						
						Fixes  #1454 . 
						
						
					 
					
						2024-06-14 16:53:08 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cyan317 
							
						 
					 
					
						
						
							
						
						aa1f3efda2 
					 
					
						
						
							
							Add trouble shooting md ( #1455 )  
						
						 
						
						... 
						
						
						
						Fix  #1284  
						
						
					 
					
						2024-06-12 10:34:49 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sergey Kuznetsov 
							
						 
					 
					
						
						
							
						
						56ab943be5 
					 
					
						
						
							
							Add option to set X-User header value for forwarded requests ( #1425 )  
						
						 
						
						... 
						
						
						
						Fixes  #1422 . 
						
						
					 
					
						2024-06-11 17:59:10 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Peter Chen 
							
						 
					 
					
						
						
							
						
						d39fb20022 
					 
					
						
						
							
							Update build documentation to address encountered errors ( #1442 )  
						
						 
						
						
						
						
					 
					
						2024-06-04 10:05:27 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Peter Chen 
							
						 
					 
					
						
						
							
						
						da5bf5c441 
					 
					
						
						
							
							Fix invalid syntax in example-config.json ( #1423 )  
						
						 
						
						... 
						
						
						
						remove "." fixes syntax for example-config; runs with ./clio_server 
						
						
					 
					
						2024-05-24 09:22:08 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Kremer 
							
						 
					 
					
						
						
							
						
						cbc856b190 
					 
					
						
						
							
							Separate unit tests and integration tests ( #1393 )  
						
						 
						
						... 
						
						
						
						Fixes  #1391  
						
						
					 
					
						2024-05-07 15:12:48 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sergey Kuznetsov 
							
						 
					 
					
						
						
							
						
						890e5bb4c2 
					 
					
						
						
							
							Add signals handler ( #1365 )  
						
						 
						
						... 
						
						
						
						For #442 . 
						
						
					 
					
						2024-04-23 14:14:15 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Kremer 
							
						 
					 
					
						
						
							
						
						231556d850 
					 
					
						
						
							
							Round 8 of gcc-12 attempts ( #1301 )  
						
						 
						
						... 
						
						
						
						Fixes  #1271  
						
						
					 
					
						2024-03-28 03:22:03 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Kremer 
							
						 
					 
					
						
						
							
						
						8240508d19 
					 
					
						
						
							
							Second attempt at gcc 12.3 ( #1292 )  
						
						 
						
						... 
						
						
						
						Fixes  #1271  
						
						
					 
					
						2024-03-25 17:25:14 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Kremer 
							
						 
					 
					
						
						
							
						
						03a01e55f9 
					 
					
						
						
							
							Upgrade CI docker image to gcc-12 ( #1289 )  
						
						 
						
						... 
						
						
						
						Fixes  #1271  
						
						
					 
					
						2024-03-25 18:19:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cyan317 
							
						 
					 
					
						
						
							
						
						a1243da956 
					 
					
						
						
							
							Cache loading update ( #1254 )  
						
						 
						
						... 
						
						
						
						Fix  #1199  
						
						
					 
					
						2024-03-14 16:42:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maria Shodunke 
							
						 
					 
					
						
						
							
						
						041608b243 
					 
					
						
						
							
							Add instructions on how to generate Doxygen docs ( #1208 )  
						
						 
						
						... 
						
						
						
						Fixes  #1194  
						
						
					 
					
						2024-03-14 14:19:22 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sergey Kuznetsov 
							
						 
					 
					
						
						
							
						
						e83dfcbcc3 
					 
					
						
						
							
							Export etl metrics to prometheus ( #1256 )  
						
						 
						
						... 
						
						
						
						Fixes  #1248 . 
						
						
					 
					
						2024-03-14 11:37:31 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Kremer 
							
						 
					 
					
						
						
							
						
						c3125b4b1c 
					 
					
						
						
							
							Configure git-lfs ( #1210 )  
						
						 
						
						
						
						
					 
					
						2024-03-12 17:40:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sergey Kuznetsov 
							
						 
					 
					
						
						
							
						
						d47f3b71bd 
					 
					
						
						
							
							Refactor cmake ( #1231 )  
						
						 
						
						... 
						
						
						
						Fixes  #920 . 
						
						
					 
					
						2024-03-06 16:29:26 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sergey Kuznetsov 
							
						 
					 
					
						
						
							
						
						58a1833cf2 
					 
					
						
						
							
							Add forwarding cache ( #1204 )  
						
						 
						
						... 
						
						
						
						Fixes  #51 . 
						
						
					 
					
						2024-03-05 18:09:29 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Kremer 
							
						 
					 
					
						
						
							
						
						dc8d1658e3 
					 
					
						
						
							
							Build docs and upload to gh-pages ( #1232 )  
						
						 
						
						... 
						
						
						
						For #889  
						
						
					 
					
						2024-03-05 17:08:35 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Kremer 
							
						 
					 
					
						
						
							
						
						862fc48924 
					 
					
						
						
							
							Use doxygen-awesome theme ( #1214 )  
						
						 
						
						... 
						
						
						
						For #889  
						
						
					 
					
						2024-02-27 15:22:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Kremer 
							
						 
					 
					
						
						
							
						
						a7a1a724e2 
					 
					
						
						
							
							Fix logo backdrop and alignment ( #1198 )  
						
						 
						
						
						
						
					 
					
						2024-02-21 15:17:08 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Kremer 
							
						 
					 
					
						
						
							
						
						190b5c6a37 
					 
					
						
						
							
							Rewrite cache loader to async framework ( #1193 )  
						
						 
						
						... 
						
						
						
						Fixes  #1188  
						
						
					 
					
						2024-02-20 19:24:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maria Shodunke 
							
						 
					 
					
						
						
							
						
						27fe35a2d1 
					 
					
						
						
							
							Cleanup location of docs and example files ( #1195 )  
						
						 
						
						
						
						
					 
					
						2024-02-20 18:40:03 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maria Shodunke 
							
						 
					 
					
						
						
							
						
						26d663c0be 
					 
					
						
						
							
							Split README into separate files ( #1191 )  
						
						 
						
						... 
						
						
						
						Fixes  #1059  
						
						
					 
					
						2024-02-20 11:52:32 +00:00