Commit Graph

438 Commits

Author SHA1 Message Date
Nanolucas
125aea05cd include block metadata in returned array 2021-01-03 21:41:21 +01:00
Nanolucas
aade350900 return data with named keys
also improve general comments throughout function
2021-01-03 16:24:36 +01:00
Nanolucas
816c2238a3 working implementation of getEventLogs
A working, improved and deciphered version of the function alluded to in https://github.com/web3p/web3.php/issues/93
2021-01-03 00:05:06 +01:00
Nanolucas
af3bd4c373 remove new function before sending pull request 2021-01-03 00:00:53 +01:00
Nanolucas
121c80ffb0 update $eventInputParametersStringArray 2021-01-02 20:39:32 +01:00
Nanolucas
af71b4d081 implement event log getter 2021-01-02 20:29:10 +01:00
Nanolucas
665b15b261 update variable name for consistency 2021-01-02 18:53:20 +01:00
Nanolucas
486d849897 make exception namespacing consistent 2021-01-02 18:39:15 +01:00
Nanolucas
bffe4cfc8c undo previous changes, using VCS package instead 2020-12-30 22:39:15 +01:00
Nanolucas
56b50e6254 change install package in readme 2020-12-30 22:37:02 +01:00
Nanolucas
fd1c09b913 setting composer package name to run my own package 2020-12-30 22:33:29 +01:00
Nanolucas
dd256108e5 added and improved comments and error messages for clarity
Attempting to make some of the comments and errors easier to understand and clearer in what it does / what is required
2020-12-30 21:37:41 +01:00
Peter Lai
17472b55fd
Merge pull request #191 from serderovsh/patch-1
Update composer.json
2020-11-14 17:15:11 +00:00
Peter Lai
8ba41a37b7
Merge branch 'master' into patch-1 2020-11-14 17:14:48 +00:00
Peter Lai
c0c57219d7
Merge pull request #195 from web3p/minor-update
Minor update
2020-11-14 17:12:21 +00:00
sc0vu
d4f747606f
Update codecov/README.md 2020-11-14 23:33:04 +08:00
sc0vu
292b579337
Test for php ~7.4 2020-11-14 22:31:10 +08:00
sc0vu
dc66eb1064
Update guzzlehttp to 7 2020-11-14 22:28:58 +08:00
Shamsudin
4e0548a3ea
Update composer.json 2020-10-13 07:45:01 +03:00
Peter Lai
d69ce96a64
Merge pull request #158 from sc0Vu/fix-150
Add toChecksumAddress in Utils.php
2019-10-03 22:41:19 +08:00
sc0vu
d0289506dc
Add toChecksumAddress in Utils.php
See #150 (https://github.com/ethereum/EIPs/blob/master/EIPS/eip-55.md)
2019-10-03 00:01:35 +08:00
Peter Lai
0659ec04dc
Merge pull request #157 from sc0Vu/add-defaultblock
Add defaultblock in Contract.call
2019-10-02 10:42:08 +08:00
sc0vu
0e303787ba
Add defaultblock in contract call 2019-10-02 10:26:41 +08:00
Peter Lai
fff321de37
Merge pull request #156 from sc0Vu/add-dockerfile
Add dockerfile
2019-09-08 23:41:37 +08:00
sc0vu
5e284d0037
Update .travis.yml 2019-09-08 23:12:58 +08:00
sc0vu
3943f00b38
Update php dockerfiles
Change:
* Add Dockerfile-73
* Install gmp library automatically
2019-09-08 23:11:27 +08:00
Peter Lai
8a34582d23
Merge pull request #154 from tomcyr/master
Fix call Eth NewBlockFilter
2019-07-30 11:48:05 +08:00
Tomasz Cyrankowski
d67367a2f2 Eth NewBlockFilter method hasn't any arguments so it shouldn't have any validators 2019-07-25 10:52:57 +02:00
sc0Vu
b6fc44d9e3
Update composer.json
Require ext-mbstring
2019-03-12 22:50:29 +08:00
sc0vu
10b000d3e5 Update docker/php/composer-setup.php 2019-02-26 18:50:22 +08:00
Peter Lai
08a237df37
Merge pull request #144 from sc0Vu/fix-143
Fix #143
2019-02-24 17:01:47 +08:00
sc0Vu
4779c7e710
Fix #143
Fix wrong $argsLen in contract.
2019-02-24 16:57:26 +08:00
Peter Lai
13f6d3338d
Merge pull request #142 from sc0Vu/fix-134
Fix #134
2019-02-11 22:15:57 +08:00
sc0Vu
2b5295533f
Add support for same function name but with different parameters
See issue #134
2019-02-11 22:11:29 +08:00
sc0Vu
cd1bcf3a17 Add test contracts 2019-02-11 22:08:09 +08:00
sc0Vu
d35ecef5f7
Fix bytes and dynamic bytes format 2019-02-11 00:10:14 +08:00
Peter Lai
b0615caf03
Merge pull request #138 from sc0Vu/fix-dynamic-bytes
Fix DynamicBytes.php
2019-01-17 01:08:50 +08:00
Peter Lai
5e4e5e35fd
Merge pull request #135 from 1099511627776/bclounge
Close connection after stream read
2019-01-17 01:08:34 +08:00
sc0Vu
fcb959dec7
Fix DynamicBytes.php
Call inputFormat failed when toBn return array of data
See: https://github.com/sc0Vu/web3.php/pull/97
2019-01-17 00:57:08 +08:00
1099511627776
b0b1841642 Fix indent 2019-01-13 12:24:06 +02:00
Peter Lai
fbf2ba4f97
Merge pull request #137 from sc0Vu/fix-112
Fix #112
2019-01-13 15:09:26 +08:00
sc0Vu
83188b171e
Fix #112
Remove depth for jsonToArray function
2019-01-13 14:07:31 +08:00
Peter Lai
c5fe156d97
Merge pull request #136 from sc0Vu/fix-94
Remove support for int and float in toWei
2019-01-12 23:59:47 +08:00
sc0Vu
734dbebb76
Remove support for int and float in toWei 2019-01-06 23:26:21 +08:00
sc0Vu
9dd5056790
Remove comments 2018-12-21 00:19:56 +08:00
Peter Lai
53b5165062
Merge pull request #104 from sinabs/master
getTransactionReceipt result maybe null
2018-12-21 00:14:15 +08:00
Peter Lai
08956500b0
Merge pull request #127 from sc0Vu/fix-125
Fix #125
2018-12-21 00:09:15 +08:00
sc0Vu
0ef6000be3 Fix #125 2018-12-21 00:03:38 +08:00
sc0Vu
51abbc2f5e Clean code 2018-12-14 12:12:04 +08:00
Peter Lai
d579535485
Merge pull request #131 from sc0Vu/add-test
Add test for personal_lockAccount
2018-12-13 18:35:48 +09:00