-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
What is it?
Since the pragma in the npm package LinkedList is hard restricted to version 0.4.21 it is not possible to reuse the library in a useful manner.
Problem
The linked library code in this repository has a soft ^0.4.18 version restriction. The code in the npm package however has a hard 0.4.21 restriction. This makes it impossible to simply reuse the library without changes, for example with the current truffle.
Solution
Redeploying the npm package with a soft restriction ^0.4.21 would allow to reuse the code and the on-chain deployed library in current projects without the need for workarounds.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels