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.
What is it?
Since the pragma in the npm package LinkedList is hard restricted to version
0.4.21it is not possible to reuse the library in a useful manner.Problem
The linked library code in this repository has a soft
^0.4.18version restriction. The code in the npm package however has a hard0.4.21restriction. 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.21would allow to reuse the code and the on-chain deployed library in current projects without the need for workarounds.