Skip to content
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

Empty Call response should return 0x instead of 0x00. Closes #739 #786

Merged
merged 1 commit into from
Apr 23, 2015

Conversation

tgerring
Copy link
Contributor

Parent returns a hexstring converted with common.FromHex(), which does not adhere to hexdata spec for empty result. This is a hack to handle this specific case.

A better fix would be to alter XEth to return the bytes instead of a hexified string or to make hexdata a proper type and return that. Currently, it only exists in RPC package.

@tgerring
Copy link
Contributor Author

Reference #739

obscuren added a commit that referenced this pull request Apr 23, 2015
Empty Call response should return 0x instead of 0x00. Closes #739
@obscuren obscuren merged commit 67cc80b into ethereum:develop Apr 23, 2015
@obscuren obscuren removed the ready label Apr 23, 2015
jpeletier added a commit to epiclabs-io/go-ethereum that referenced this pull request Jul 18, 2018
)

* cmd/swarm: add implicit subcommand help (fix ethereum#786)

* cmd/swarm: moved implicit help to a recursive func
jpeletier added a commit to epiclabs-io/go-ethereum that referenced this pull request Jul 23, 2018
)

* cmd/swarm: add implicit subcommand help (fix ethereum#786)

* cmd/swarm: moved implicit help to a recursive func
firmianavan pushed a commit to firmianavan/go-ethereum that referenced this pull request Aug 28, 2018
)

* cmd/swarm: add implicit subcommand help (fix ethereum#786)

* cmd/swarm: moved implicit help to a recursive func
tony-ricciardi pushed a commit to tony-ricciardi/go-ethereum that referenced this pull request Jan 20, 2022
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.

2 participants