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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
e6af9b0
remove duplicate line (#1086)
lunar-mining Oct 4, 2017
64c932c
Merge branch 'develop' into master
frozeman Oct 10, 2017
e4d94a2
Merge develop (#1242)
frozeman Dec 21, 2017
fc12360
rebuild files
frozeman Dec 21, 2017
013b23e
check blockHash (#1243)
7flash Jan 11, 2018
2fba1d2
fix typo (#1244)
7flash Jan 11, 2018
781ecf0
fixes #1275
frozeman Jan 17, 2018
0111999
Merge branch 'develop' of github.com:ethereum/web3.js into develop
frozeman Jan 17, 2018
596da7e
Merge branch 'develop'
frozeman Jan 17, 2018
3547be3
build files
frozeman Jan 17, 2018
e87dd76
Update README.md (#1374)
martyall Feb 13, 2018
616e06a
Fix web3.py link to official upstream (#1363)
dongsam Feb 13, 2018
bd364d7
fix(allevents): update decode logic to handle no topics (#1330)
marcusmolchany Feb 13, 2018
b34dcf9
fixes anonymous events
frozeman Feb 13, 2018
a47c1fb
bumped version
frozeman Feb 13, 2018
157d84b
readdd examples
frozeman Feb 13, 2018
b2cc981
Merge branch 'develop' of github.com:ethereum/web3.js into develop
frozeman Feb 13, 2018
5015b67
readdd examples
frozeman Feb 13, 2018
fc8ec69
Merge branch 'develop' of github.com:ethereum/web3.js into develop
frozeman Feb 13, 2018
3c86456
Update signature-verifier.js (#1380)
comster Feb 22, 2018
8167111
Add web3.php link (#1447)
sc0Vu Mar 13, 2018
4239c62
Add constraint conditions and increase the readability (#1418)
jcgod413 Mar 13, 2018
0299bc4
Use .svg badge for npm image (#1413)
crispgm Mar 13, 2018
bd6a890
Use fromUtf8 in web3.toHex (#1398)
wjmelements Mar 13, 2018
cd1cfd9
build files
frozeman Mar 13, 2018
9473312
Add html to <!DOCTYPE> (#1459)
codemeit Apr 11, 2018
4c215f4
Fix bignumber.js dependency version (#1533)
harryoh Apr 12, 2018
a8cedab
Update git repo in package.js (#1480)
wbt Apr 12, 2018
211492e
Add library (#1479)
digitaldonkey Apr 12, 2018
7935e5f
Added optional padding parameter to utils.fromAscii and updated tests…
rogojs Apr 12, 2018
7f8da74
Update web3.js (#1556)
digitaldonkey Apr 18, 2018
f15caf1
Add CDN link (#1506)
LukasDrgon Apr 19, 2018
59aae30
Run tests on Node 5, 6, 7 and 8 (#1580)
serima May 17, 2018
b4c1542
Add cookie support for HTTP provider (#1722)
edevil Jun 27, 2018
f55cfae
fixed http request tests
frozeman Jun 27, 2018
c223d73
Replace the to-be-removed ABI field ``constant`` with ``stateMutabili…
ekpyron Jul 25, 2018
c9064a4
fixed tests
frozeman Jul 25, 2018
23b86c4
build files
frozeman Jul 25, 2018
798e8b9
fixed build files
frozeman Jul 25, 2018
d8bee7d
bugfix/issue-1351-block-timestamp-bigNumber-conversion-issue
ThomasRalee May 2, 2019
8574b88
Fix Code base on @nivida comment
ThomasRalee May 2, 2019
2ac5dde
Update OutputBlockFormatterTest.js
ThomasRalee May 2, 2019
f56b6f1
Update OutputBlockFormatterTest.js
ThomasRalee May 2, 2019
628c714
Update Formatters.js
ThomasRalee May 2, 2019
38deb7e
Merge branch '1.0' into issue/n1351
May 2, 2019
0ed35bd
Merge condition checks for block.timestamp
ThomasRalee May 3, 2019
269f7df
Merge pull request #1 from ethereum/1.0
ThomasRalee May 5, 2019
509e5ec
Merge branch 'master', remote-tracking branch 'origin' into issue/n1351
ThomasRalee May 5, 2019
485b47c
Increased Test Coverage
ThomasRalee May 6, 2019
83dd56e
Merge branch '1.0' into issue/n1351
May 6, 2019
bd15529
Update .travis.yml
ThomasRalee May 6, 2019
c7840a2
Update README.md
ThomasRalee May 6, 2019
5aa9b78
Update package.json
ThomasRalee May 6, 2019
a10e33b
Update Formatters.js
ThomasRalee May 6, 2019
ca334ea
Update Check Condition for block.timestamp
ThomasRalee May 6, 2019
6b7590d
Merge branch '1.0' into issue/n1351
May 7, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ script:
- npm run travis
after_script:
- npm run coveralls

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading