-
Notifications
You must be signed in to change notification settings - Fork 16
FeatureRNG [DO NOT MERGE] #659
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
base: dev
Are you sure you want to change the base?
Conversation
| HOOK_API_DEFINITION(I64, dice, (I32)), | ||
| HOOK_API_DEFINITION(I64, random, (I32, I32)), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these needs to be Amendment Guarded like import_whitelist_1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch I knew I forgot something 😅
|
|
||
| // ttSHUFFLE is injected as part of featureRNG, based on the proposal | ||
| // signature | ||
| injectShuffleTxn(app_, makeSlice(set.signature())); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be only for trusted proposals
High Level Overview of Change
Context of Change
Type of Change
.gitignore, formatting, dropping support for older tooling)API Impact
libxrplchange (any change that may affectlibxrplor dependents oflibxrpl)