ethanlabelle
ae96ac7baf
removed unused LayeredCache ( #199 )
2022-06-29 16:10:15 -07:00
CJ Cobb
d0ea9d20ab
Use separate IO context for socket IO ( #168 )
...
* Keep track of number of requests currently being processed
* Reject new requests when number of in flight requests exceeds a
configurable limit
* Track time spent between request arrival and start of request
processing
Signed-off-by: CJ Cobb <ccobb@ripple.com >
Co-authored-by: natenichols <natenichols@cox.net >
2022-06-15 16:17:15 -05:00
Nathan Nichols
458fac776c
move version specifier to Build.h
2022-06-02 16:37:43 -07:00
Devon White
9939f6e6f4
Add NFT RPC infrastructure
2022-05-18 15:41:56 -04:00
natenichols
e7204a513a
set version to 0.2.0
2022-05-13 13:22:21 -05:00
Michael Legleux
f2f2f92aa6
changes for external build
...
use XRPLF repos
build develop-next branch; self-hosted runner
force linux runner
2022-05-12 13:15:01 -07:00
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