Commit Graph

465 Commits

Author SHA1 Message Date
Nanolucas
9d73fc91cf
Merge 0377c6c5dc into cede0cc410 2022-03-08 14:57:22 +01:00
Peter Lai
cede0cc410
Merge pull request #264 from srdante/patch-1
Fix Test Caching
2022-03-06 20:41:49 -08:00
Dante
1d2581e78e
Update php.yml 2022-03-07 00:34:50 -03:00
Peter Lai
2eafffbbe5
Merge pull request #257 from cryptounifier/php-80-test-passing
Support PHP 8.0
2022-03-06 19:26:51 -08:00
Dante
cc7d01e7eb
Add Dockerfile-80 2022-02-26 03:44:06 -03:00
srdante
1d47285b8b Fix preg match & testings 2022-02-26 03:15:44 -03:00
srdante
7c46919e7d Bump composer dependencies 2022-02-26 02:48:12 -03:00
srdante
91f4d2c40b Set setUp() return type 2022-02-26 02:43:32 -03:00
Dante
2ae840f538
Update TestCase.php 2022-02-26 02:40:01 -03:00
Dante
217851c62d
Update php.yml 2022-02-26 02:33:59 -03:00
Dante
7eb8a46366
Update php.yml 2022-02-26 02:28:17 -03:00
Dante
dabb7262b5
Update composer.json 2022-02-26 02:27:56 -03:00
sc0Vu
bd40f1946a
Update package to web3p/web3.php 2022-01-15 00:26:41 +08:00
Peter Lai
fb94ea92c5
Merge pull request #205 from harensarma/patch-2
Removed space from versions of guzzlehttp
2021-08-14 20:28:10 -07:00
harensarma
199cb1d175
Removed space from versions of guzzlehttp
Removed space from versions of guzzlehttp, else second version was not working in laravel
2021-04-18 21:07:09 +05:30
Nanolucas
0377c6c5dc add contract::getEventLogs 2021-04-17 21:14:47 +02:00
Nanolucas
87f8976cc8 minor efficiency improvements 2021-04-17 20:59:11 +02:00
Nanolucas
935e91916c return the transactionHash from event data 2021-04-07 23:32:53 +02:00
Nanolucas
d4e9e4a533 throw an exception if event name isn't found 2021-03-27 00:01:37 +01:00
Nanolucas
91ef36fa4c add key check to prevent PHP notice 2021-03-26 23:48:51 +01:00
Nanolucas
b26da9a83b initialise empty array 2021-03-17 21:53:58 +01:00
Peter Lai
1b093c8ad4
Merge pull request #198 from web3p/github-ci
Add github ci
2021-02-25 15:24:56 +08:00
sc0Vu
a96e8865a8 Update README.md 2021-02-25 15:23:05 +08:00
Peter Lai
d1582e3a7c Add github ci 2021-02-25 15:22:49 +08:00
sc0vu
9ed1b0d2dd
Add contribution in README.md 2021-02-22 13:14:08 +08:00
Nanolucas
bb9f9f08e7 added comment 2021-02-21 23:04:25 +01:00
Nanolucas
46dc78e0d6 handle indexed parameters 2021-01-09 18:10:54 +01:00
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