You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider concrete subclasses of TransactionMetadata for NFTs (fields added here); Payments (delivered_amount); and metadata that shows up in all transactions.
Add an UnknownTransaction object that can take the place of a transaction that xrpl4j doesn't yet support. For example, loading ledgers (and transactions) from the Hooks devnet should not blow-up (but currently they would).
Transaction
child class.Optional<PaymentFlags> flags()
with thedefault
implementation removed.AccountRootObject
do not make their flagsOptional
.Transaction
objects,builder.build()
should by default have an empty flags in it.LedgerObjects
,builder.build()
should by default have flags set toFlags.UNSET
because these objects always have flags, but by default they're0
.tfFullyCanonicalSig
(e.g., here).LedgerSpecifier
in any request builder to beLedgerSpecifier.VALIDATED
instead ofLedgerSpecifier.CURRENT
.Secp256k1.java
which was deprecated as part of Fixes #446 (Consistent secp256k1 Curve) #447TransactionMetadata
for NFTs (fields added here); Payments (delivered_amount
); and metadata that shows up in all transactions.UnknownTransaction
object that can take the place of a transaction that xrpl4j doesn't yet support. For example, loading ledgers (and transactions) from the Hooks devnet should not blow-up (but currently they would).PublicKey
constructors (similar to the constructors forPrivateKey
)PrivateKeyUnsignedByteArray
) that gives a value, and a paddedValue, or similar? See Inconsistent Length of Private Key Byte Array inderiveKeyPair
Method #486 for inspiration.The text was updated successfully, but these errors were encountered: