web3p / web3.php

A php interface for interacting with the Ethereum blockchain and ecosystem. Native ABI parsing and smart contract interactions.
MIT License
1.17k stars 550 forks source link

Basic auth and documentation updates #186

Closed AdamMiltonBarker closed 4 years ago

AdamMiltonBarker commented 4 years ago

Added basic auth and improved documentation regarding parameters for contracts.

codecov-commenter commented 4 years ago

Codecov Report

Merging #186 into master will decrease coverage by 0.08%. The diff coverage is 83.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #186      +/-   ##
============================================
- Coverage     87.39%   87.30%   -0.09%     
- Complexity      729      730       +1     
============================================
  Files            47       47              
  Lines          1594     1599       +5     
============================================
+ Hits           1393     1396       +3     
- Misses          201      203       +2     
Impacted Files Coverage Δ Complexity Δ
src/RequestManagers/HttpRequestManager.php 75.60% <71.42%> (-3.34%) 13.00 <1.00> (+1.00) :arrow_down:
src/RequestManagers/RequestManager.php 89.47% <100.00%> (+1.23%) 7.00 <1.00> (ø)
src/Web3.php 97.29% <100.00%> (ø) 31.00 <5.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d69ce96...0954046. Read the comment docs.

AdamMiltonBarker commented 4 years ago

@sc0Vu hi mate, we have an application that can't be released until this is merged, could you give me an idea on timescale please. TIA.

AdamMiltonBarker commented 4 years ago

Never mind I will provide the modified files in our installation scripts.