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

bugfix: issue 1351 Quourm block timestamp bigNumber conversion issue #2768

Closed
wants to merge 56 commits into from
Closed

bugfix: issue 1351 Quourm block timestamp bigNumber conversion issue #2768

wants to merge 56 commits into from

Conversation

ThomasRalee
Copy link

Description

Resolves #1215

Replica of PR #2144 by @dmytronasyrov with conflicts resolved

lunar-mining and others added 30 commits October 4, 2017 11:12
* remove duplicate line (#1086) (#1098)

* Align text for unitMap (#1127)

* fixing compiler errors (#1174)

* Added web3j-scala to the list of Other Implementations (#1206)

* Extends HttpProvider with custom http headers (#1228)

* extend HttpProvider with custom http headers

* reset formatting

* reset formatting

* reset formatting

* fix null object

* fix null object

* Adds checksum isAddress() test cases (#1224)

* fixed tests

* build files
might official web3.py repo is ethereum/web3.py
* fix(allevents): update decode logic to handle no topics

* add tests
Add web3.php link.
* always use fromUtf8 in toHex

* add korean test case

* treat 0 as 00 instead of end of string

* update test case for utf8

* chinese and korean utf8 cases
Add HTML to <!DOCTYPE>  so web3 will be populated in browser.
As there another incomplete PHP Library mentioned here I would be happy to add mine too.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 95.942% when pulling d8bee7d on ThomasRalee:issue/n1351 into 19945a7 on ethereum:1.0.

@coveralls
Copy link

coveralls commented May 2, 2019

Coverage Status

Coverage increased (+0.003%) to 95.982% when pulling 6b7590d on ThomasRalee:issue/n1351 into cff590d on ethereum:1.0.

@nivida nivida added Bug Addressing a bug In Progress Currently being worked on labels May 2, 2019
Copy link
Contributor

@nivida nivida left a comment

Choose a reason for hiding this comment

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

Could you check the length of the given string with a BN object instead of letting it thrown an error?

Btw.: Could you also extend the test cases?

Copy link
Contributor

@princesinha19 princesinha19 left a comment

Choose a reason for hiding this comment

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

Could you please do these changes. @ThomasRalee

Copy link
Contributor

@princesinha19 princesinha19 left a comment

Choose a reason for hiding this comment

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

@ThomasRalee, Can you please update the test accordingly so, that we could achieve 100% coverage. Btw thanks for this PR.

packages/web3-core-helpers/src/Formatters.js Outdated Show resolved Hide resolved
@ThomasRalee
Copy link
Author

@nivida can I please have some feedback? Would be really awesome if this can be merged

@nivida
Copy link
Contributor

nivida commented May 7, 2019

Closed because of this PR: #2791

@nivida nivida closed this May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Addressing a bug In Progress Currently being worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Block timestamp bigNumber coversion issue (WebSocket connection)