mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-04 18:55:49 +00:00
Merge branch 'dev' into tmp-conan
This commit is contained in:
@@ -37,7 +37,7 @@ sed -i 's/ed25519.h/ed25519-donna\/ed25519.h/g' src/ripple/rpc/handlers/WalletPr
|
||||
perl -i -pe "s/^(\\s*)-DBUILD_SHARED_LIBS=OFF/\\1-DBUILD_SHARED_LIBS=OFF\\n\\1-DROCKSDB_BUILD_SHARED=OFF/g" Builds/CMake/deps/Rocksdb.cmake &&
|
||||
mv Builds/CMake/deps/WasmEdge.cmake Builds/CMake/deps/WasmEdge.old &&
|
||||
echo "find_package(LLVM REQUIRED CONFIG)
|
||||
message(STATUS \"Found LLVM ${LLVM_PACKAGE_VERSION}\")
|
||||
message(STATUS \"Found LLVM \${LLVM_PACKAGE_VERSION}\")
|
||||
message(STATUS \"Using LLVMConfig.cmake in: \${LLVM_DIR}\")
|
||||
add_library (wasmedge STATIC IMPORTED GLOBAL)
|
||||
set_target_properties(wasmedge PROPERTIES IMPORTED_LOCATION \${WasmEdge_LIB})
|
||||
|
||||
@@ -2102,6 +2102,8 @@ struct Remit_test : public beast::unit_test::suite
|
||||
std::string result;
|
||||
TER code;
|
||||
};
|
||||
// We test only rates that that can fit in a STI_UINT32.
|
||||
// Negative rates can't be serdes so there is no need to test them.
|
||||
std::array<TestRateData, 9> testCases = {{
|
||||
{0.0, USD(100), "900", tesSUCCESS},
|
||||
{0.9, USD(100), "900", temBAD_TRANSFER_RATE},
|
||||
|
||||
Reference in New Issue
Block a user