-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include Flags in Server Definitions #303
Comments
yep good catch, we'll add to server definitions |
I would like to see flags included on XRPL also. |
Yep we should definitely PR this into xrplf/rippled |
@N3TC4T This will be in the upcoming xahaud release :) So we can include the right flag names in 3.0 :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With different amendments not only come different TX types and fields, but also different flags. As we see right now, even the same flag numbers with different meanings. For example,
AccountSet
flag 16 on XRPL mainnet isasfAllowTrustLineClawback
while on XahauasfDisallowIncomingRemit
.xahaud/src/ripple/protocol/TxFlags.h
Line 88 in 8830812
https://github.com/XRPLF/rippled/blob/4bcbf70cae6dc4883c4e695e25a90267b32effa4/src/ripple/protocol/TxFlags.h#L90
I propose the flags are included in the RPC
server_definitions
calls, so explorers & clients like Xaman can adapt ther screens (e.g. Sign Request & TX Details information) to a specific network.I propose an object added to the definitions with an array with e.g. Flags per TX Type, or even an object with TX Type » Flag » integer. (Or any other format).
or
Prio
This is needed for:
The text was updated successfully, but these errors were encountered: