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

Convert gas values to integers #373

Merged
merged 3 commits into from
Feb 24, 2015
Merged

Conversation

tgerring
Copy link
Contributor

Fixes #370

@frozeman
Copy link
Contributor

I tested your branch and the output is not correct. It returns a HEX with two leading 0x:

{"id":65,"jsonrpc":"2.0","result":"0x0x09184e72a000"}

@tgerring
Copy link
Contributor Author

@frozeman duplicate "0x" should be removed now, thanks for catching that!

@@ -45,17 +40,22 @@ type EthereumApi struct {
register map[string][]*NewTxArgs

db ethutil.Database

defaultGasPrice *big.Int
Copy link
Contributor

Choose a reason for hiding this comment

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

These should just be global variables

tgerring added a commit that referenced this pull request Feb 24, 2015
Convert gas values to integers
@tgerring tgerring merged commit 5a43173 into ethereum:develop Feb 24, 2015
@obscuren
Copy link
Contributor

👍

AusIV pushed a commit to NoteGio/go-ethereum that referenced this pull request Jul 12, 2021
…ease/1.10.1-resolved-protocol-versions

Fix allowing of selecting protocol versions after merge of 1.10.x
maoueh pushed a commit to streamingfast/go-ethereum that referenced this pull request Jun 13, 2022
* merge geth v1.10.15

* fix: Removed FastSync from cli server

* fix: TestHeadersRLPStorage

* Added t.skip(ETH2 in bor)

* fix: flow in create consensus engine

* bumped version

* Fix typo

* increase block time

* remove file

* bumped version

* merge gethv1.10.17

* bumped version

* fix failing tests

* Bump Go version to v1.18 (ethereum#368)

* Bump Go version to v1.18.1

* Build using netgo tag

This will create a static build using Go native networking stack.

Checked and it works stable for all archs and distros.

* Fix meta

* Bump version

* Meta as stable

Co-authored-by: Shivam Sharma <[email protected]>
Co-authored-by: Manav Darji <[email protected]>
Co-authored-by: Sandeep Sreenath <[email protected]>
Co-authored-by: Victor Castell <[email protected]>
tanishqjasoria pushed a commit to tanishqjasoria/go-ethereum that referenced this pull request Oct 31, 2023
…#373)

* feat(evm): limit ecPairing precompile to use up to 4 inputs

* update test cases

* reorder test functions
mralj pushed a commit to NethermindEth/rollup-geth that referenced this pull request Oct 1, 2024
s1na pushed a commit to s1na/go-ethereum that referenced this pull request Dec 2, 2024
CICD Improvement
Dynamic Masternodes and Dynamic V2 Vote threshold
Hardhat: Upgradeable Proxy support for XDC
Bug Fix on API
Supports the latest hardhat
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.

3 participants