Add successor information to clio ETL messages

* Allow clio to ask for object successors and predecessors from rippled
* Add lower_bound and last_below to SHAMap
This commit is contained in:
CJ Cobb
2022-01-28 16:47:37 -05:00
committed by manojsdoshi
parent f326f019bf
commit 11ca9a946c
8 changed files with 628 additions and 17 deletions

View File

@@ -5,7 +5,9 @@ if (POLICY CMP0074)
endif ()
project (rippled)
set (CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
# make GIT_COMMIT_HASH define available to all sources
find_package(Git)