leapdao / leap-contracts

LeapDAO's implementation of More Viable Plasma / Plasma Leap
https://leapdao.org
Mozilla Public License 2.0
45 stars 18 forks source link

feat: make ERC1948 enumerable and ERC1949 named (with metadata) #233

Closed troggy closed 5 years ago

troggy commented 5 years ago

Create ERC1949 with ERC1949.new("Super name", "TICKER")

troggy commented 5 years ago

fixing tests

codecov-io commented 5 years ago

Codecov Report

Merging #233 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #233   +/-   ##
======================================
  Coverage    74.3%   74.3%           
======================================
  Files          34      34           
  Lines         825     825           
  Branches      181     181           
======================================
  Hits          613     613           
  Misses        105     105           
  Partials      107     107
Impacted Files Coverage Δ
contracts/ERC1949.sol 100% <ø> (ø) :arrow_up:
contracts/mocks/SpaceDustNFT.sol 50% <ø> (ø) :arrow_up:
contracts/ERC1948.sol 20.83% <ø> (ø) :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 d3b977c...c40390a. Read the comment docs.