Merge remote-tracking branch 'upstream/ripple/wasmi-host-functions' into ripple/se/fees

This commit is contained in:
Mayukha Vadari
2026-01-05 18:51:46 -05:00
1286 changed files with 6729 additions and 6754 deletions

View File

@@ -16,7 +16,7 @@
#include <cstddef>
#include <utility>
namespace ripple {
namespace xrpl {
STBase*
STValidation::copy(std::size_t n, void* buf) const
@@ -105,7 +105,7 @@ STValidation::isValid() const noexcept
{
XRPL_ASSERT(
publicKeyType(getSignerPublic()) == KeyType::secp256k1,
"ripple::STValidation::isValid : valid key type");
"xrpl::STValidation::isValid : valid key type");
valid_ = verifyDigest(
getSignerPublic(),
@@ -137,4 +137,4 @@ STValidation::getSerialized() const
return s.peekData();
}
} // namespace ripple
} // namespace xrpl