-
Notifications
You must be signed in to change notification settings - Fork 205
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
[Speedy] create Scenario Machine #15588
Conversation
f7ac935
to
7820a47
Compare
dceaf55
to
e38bc6f
Compare
@@ -958,10 +979,10 @@ private[lf] object SBuiltin { | |||
* -> CachedContract | |||
* -> ContractId arg | |||
*/ | |||
final case object SBUCreate extends OnLedgerBuiltin(2) { | |||
override protected def executeWithLedger( | |||
final case object SBUCreate extends UpdateBuiltin(2) { |
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.
Nit pick: we obviously have a naming convention here (e.g. SBUXXX
vs SBXXX
vs SBSXXX
- would there be any value in documenting this desire within this file?
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.
Ok, fair enough. Thanks for looking.
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.
Will do that in another PR.
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.
One small doc related nit pick, but os LGTM!
e38bc6f
to
83c550c
Compare
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.
LGTM
83c550c
to
d14160b
Compare
No description provided.