Nathan Nichols
65cbc5c232
set version to 0.1.1 ( #143 )
2022-04-22 13:57:09 -04:00
Michael Legleux
06e8c87033
Quiet postgres ( #107 )
...
* set cxx_std_20 only for libclio
* Be explicit with requiring ExternalProject
* Specify Ubuntu 20.04's cmake version exactly
* quiet postgres install step
2022-03-01 15:03:21 -05:00
Nathan Nichols
738577309d
specify CMAKE_CXX_STANDARD ( #102 )
...
* specify CMAKE_CXX_STANDARD
* add reference to range based for loop
2022-02-22 17:18:31 -06:00
natenichols
d016253264
Make database reads async
...
* yield on db read using asio
* PostgresBackend fetches multiple transactions or objects in parallel
2022-02-16 09:36:51 -05:00
Michael Legleux
54a21481d8
build tests optionally ( #87 )
2022-01-20 11:13:16 -05:00
Michael Legleux
628ede5bdb
externalProject for cmake < 20; move more stuff out root cmakelists.txt ( #81 )
2022-01-06 11:11:12 -05:00
CJ Cobb
49c7c9989f
Forward client IP to rippled when proxying ( #77 )
2022-01-05 14:51:00 -05:00
Nathan Nichols
41e412302b
Report RPC counts in server_info ( #72 )
2022-01-05 12:58:17 -05:00
Michael Legleux
2f0b3235ee
CMake Refactor and Github Actions Hook
2022-01-05 10:36:56 -05:00
Michael Legleux
aa65d1669d
Stop rebuilding everything everytime ( #73 )
2022-01-04 16:40:23 -05:00
CJ Cobb
c7e31aff56
Add state data cache and successor table. Remove keys table
...
* Adds a cache for the most recently validated ledger state
* Replaces the keys table with successor table
* Adds support for ledger diffs in the database
* Removes BackendIndexer
2021-12-20 14:40:23 -05:00
Nathan Nichols
e930ff04df
Refactors subscription manager ( #52 )
...
* Replaces mutexes with asio strands
2021-12-14 11:24:10 -05:00
CJ Cobb
8e52134a21
point at rippled fork
2021-12-06 17:41:18 -05:00
Nathan Nichols
366577b3f0
fetch content from ripple/rippled develop
2021-10-21 11:15:35 -04:00
Edward Hennis
edcb52dcf6
Test changes
2021-10-04 18:24:54 -04:00
CJ Cobb
a6d90cac60
Use FetchContent instead of git submodule to include xrpl_core
2021-10-01 11:13:45 -04:00
CJ Cobb
a731fef562
add log to file support
2021-09-21 15:19:30 -04:00
CJ Cobb
3d580784d1
add random and ping
2021-09-17 15:30:36 -04:00
CJ Cobb
7d13090d0b
add support for transaction_entry
2021-09-14 12:10:36 -04:00
CJ Cobb
8e877ac87c
implement noripple_check
2021-09-14 12:10:36 -04:00
CJ Cobb
f18c8f67e2
add gateway_balances. fix bug with account_currencies
2021-09-14 12:10:31 -04:00
CJ Cobb
d65bbfc841
first half of support for books stream
2021-08-23 14:44:46 -04:00
CJ Cobb
56e81eb1d8
reorg
2021-08-02 15:54:37 -04:00
Nathan Nichols
37abec1401
Achieve parity with rippled API
2021-07-06 14:00:20 +00:00
CJ Cobb
3423bd7d86
move main.cpp
2021-06-23 15:18:46 +00:00
CJ Cobb
056e170a56
Cleanup, documentation, rename some things, cmake changes
2021-06-23 15:04:06 +00:00
Nathan Nichols
fe25a9bc44
reorganize http files
2021-06-22 14:52:28 -04:00
Nathan Nichols
31e26f686e
rebase server
2021-06-22 14:52:28 -04:00
Nathan Nichols
f058e6b79d
rebase
2021-06-22 14:52:28 -04:00
CJ Cobb
58fe780714
folder reorg
2021-06-08 00:02:08 -04:00
CJ Cobb
5f265c5850
checkpoint
2021-06-07 20:19:47 -04:00
CJ Cobb
51ff08b3ae
partial merge needs fixing
2021-06-07 21:35:33 +00:00
CJ Cobb
2299d59fda
lots of refactor and bug fix
2021-06-02 17:47:14 +00:00
CJ Cobb
d692f7f675
add server info
2021-06-01 13:51:53 -04:00
CJ Cobb
db8cfa518b
tests working
2021-05-27 16:24:20 -04:00
Nathan Nichols
262cadf514
rebase session
2021-05-26 13:46:18 -05:00
Nathan Nichols
4340497857
Tx Subs Rebase Fix ( #23 )
...
Subscription fixes
2021-05-26 12:53:54 -04:00
CJ Cobb
7759d86087
tests build and run
2021-05-25 21:14:52 +00:00
CJ Cobb
1bcfe3aa8b
add dos guard
2021-05-20 17:02:23 +00:00
Nathan Nichols
1de29d3a44
Implement paychannel verify/authorize
2021-05-20 11:08:46 -04:00
Nathan Nichols
68a6933583
impliments account RPC handlers
2021-05-17 13:34:59 -05:00
Nathan Nichols
f540ceda35
Adds account_channels RPC
2021-05-17 13:34:59 -05:00
Nathan Nichols
0bcf3a4601
Order book offers by quality
2021-04-21 23:27:14 -05:00
CJ Cobb
d9a8ff5399
index during ETL. not tested
2021-04-15 14:10:28 +00:00
CJ Cobb
c69fb9672e
update cmake version
2021-03-24 01:54:45 -04:00
CJ Cobb
4609010967
Add database timeout exception. clear out incomplete cassandra data. add ledger_entry rpc
2021-03-12 16:37:27 -05:00
CJ Cobb
e3a121e571
bug fixes in both backends. add ledger_range rpc. improve test scripts
2021-03-05 16:46:55 -05:00
CJ Cobb
6bbb5579ca
Ledger handler
2021-03-04 14:34:55 -05:00
CJ Cobb
8691cff8df
rename CassandraFlatMapBackend to CassandraBackend and rename file
2021-03-02 10:23:58 -05:00
CJ Cobb
009688175e
cleanup and postgres stubs
2021-02-24 14:28:15 -05:00