Skip to content

Added toString implementation for TransactionSimulatorResult#5957

Merged
macfarla merged 2 commits intohyperledger:mainfrom
Shritesh99:5942-toString-implementation-for-TransactionSimulatorResult
Sep 29, 2023
Merged

Added toString implementation for TransactionSimulatorResult#5957
macfarla merged 2 commits intohyperledger:mainfrom
Shritesh99:5942-toString-implementation-for-TransactionSimulatorResult

Conversation

@Shritesh99
Copy link
Contributor

PR description

Added toString implementation for TransactionSimulatorResult

Fixed Issue(s)

fix #5942

Signed-off-by: Shritesh <shritesh.sj@gmail.com>
@github-actions
Copy link

  • I thought about documentation and added the doc-change-required label to this PR if updates are required.
  • I thought about the changelog and included a changelog update if required.
  • If my PR includes database changes (e.g. KeyValueSegmentIdentifier) I have thought about compatibility and performed forwards and backwards compatibility tests

Copy link
Contributor

@macfarla macfarla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@macfarla
Copy link
Contributor

Thanks for your contribution @Shritesh99 !

@macfarla macfarla enabled auto-merge (squash) September 29, 2023 01:05
+ transaction
+ ", "
+ "result="
+ result

Check notice

Code scanning / CodeQL

Use of default toString()

Default toString(): TransactionProcessingResult inherits toString() from Object, and so is not suitable for printing.
@macfarla macfarla merged commit e7311f0 into hyperledger:main Sep 29, 2023
@Shritesh99 Shritesh99 deleted the 5942-toString-implementation-for-TransactionSimulatorResult branch September 29, 2023 15:53
jflo pushed a commit to jflo/besu that referenced this pull request Nov 10, 2023
…dger#5957)

Signed-off-by: Shritesh <shritesh.sj@gmail.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Justin Florentine <justin+github@florentine.us>
NickSneo pushed a commit to NickSneo/besu that referenced this pull request Nov 12, 2023
…dger#5957)

Signed-off-by: Shritesh <shritesh.sj@gmail.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a toString implementation for TransactionSimulatorResult

2 participants