mesozoic-technology

Results 16 comments of mesozoic-technology
trafficstars

Hmm, the docs from the using the compiler section don't mention a full qualified path, but they do mention something like `Controller.sol:Controller:address`. That didn't work for me when compiling with...

I tried it with both a relative path and the absolute path and the same error returned I did notice it is always the second library in the string, though

with that, there isn't an error, but nor is any linking performed

there is something to what you said - ``` + solc --libraries '"Controller:0x13f912AA1ecf7a1AA74f07D59d4A56D21B3139d1' Liquidity:0xa3E1838D817a1A63f2Ae1Fd84e531A7E19a183EB PartitionedLiquidity:0xb5bB301734d03CDb7861EAC034e7d3590606eE06 ProportionalLiquidity:0xE678F18C8c47207C9096d5a9Be4e7D468Bd811Df SelectiveLiquidity:0x6A5D57BAb80044D73A963B7Fb37e828Dfc327aEd Shells:0x718667EB123D0eE9cdAA7c1AC96C05d76B950249 'Swaps:0xC0De35FE50C17db98ce52550cB3B66bD244F43A6"' ``` ^^ separated onto different lines just for visibility here Something...

here's the culprit `IFS=" " read -r -a opts

the issue turned out to be that `read`ing `SOLC_FLAGS` into an array was leaving extra quotes on some elements. I tried to figure out how to remove those extra quotes...

Yes this would be excellent.

Yes, please, vertical tabs. I will completely switch to brave if we have vertical tabs. On Tue, Oct 1, 2019 at 1:13 PM sushil89 wrote: > +1 > > —...

0.8.2 On Sun, Jun 20, 2021 at 3:08 AM Ben Hauser ***@***.***> wrote: > Which version of solidity are you using? > > — > You are receiving this because...

Sorry for whatever reason the version of brownie didn't make it into this issue either - Brownie v1.14.6 - Python development framework for Ethereum. Updated at the top...