Closed loga4 closed 2 years ago
@loga4 can you pls fix the lint issue?
@loga4 can you pls fix the lint issue?
oh, my bad, sorry) done
Merging #127 (040177a) into master (8aef856) will increase coverage by
1.04%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #127 +/- ##
==========================================
+ Coverage 92.19% 93.23% +1.04%
==========================================
Files 37 37
Lines 756 769 +13
==========================================
+ Hits 697 717 +20
+ Misses 59 52 -7
Impacted Files | Coverage Δ | |
---|---|---|
src/parser/index.js | 90.09% <100.00%> (+4.38%) |
:arrow_up: |
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 8aef856...040177a. Read the comment docs.
Pay attention, the
@notice
parameter of theassignVested
method in the TokenManagercontract breaks the
radspec` parser: there is a infinity loop. There are several options on how to fix this:notice
in theTokenManager
contract;Considering that the
radspec
and Token Manager contract has not been updated for a long time - there is a proposal to go on the first and second point.