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

Handle status of deployment transaction #106

Merged
merged 3 commits into from
Nov 6, 2018

Conversation

akolotov
Copy link
Collaborator

@akolotov akolotov commented Nov 5, 2018

Previously the status of deployment transactions was handled as a string presented the hexadecimal value "0x1". It was found that some Ethereum-compliant clients (e.g. RSKj) return the status as "0x01".
In order to allow the deployment script works on such clients, the status values is converted to the decimal form and compared with 1.

This PR is based on changes from #105 and #103, that's why the corresponding changes are reported in the baselines comparison.

Alexander Kolotov added 3 commits November 5, 2018 21:20
* Description for the parameters related to the gas price was updated
* Ambiguity for unused parameters was eliminated
@ghost ghost assigned akolotov Nov 5, 2018
@akolotov akolotov changed the base branch from develop to master November 6, 2018 11:50
@akolotov akolotov changed the base branch from master to develop November 6, 2018 11:50
@akolotov akolotov changed the base branch from develop to master November 6, 2018 13:57
@akolotov akolotov changed the base branch from master to develop November 6, 2018 13:57
@akolotov akolotov merged commit 865eba3 into omni:develop Nov 6, 2018
@ghost ghost removed the review label Nov 6, 2018
@akolotov akolotov deleted the handle-status-as-integer branch November 6, 2018 18:23
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