LimeChain / matchstick

🔥 Unit testing framework for Subgraph development on The Graph protocol. ⚙️
MIT License
210 stars 18 forks source link

Fix negative not being handled correctly #320

Closed dimitrovmaksim closed 2 years ago

dimitrovmaksim commented 2 years ago

Convert ethabi::Token to store::Value. This allows to properly display the actual negative numbers instead of overflowed u256 Int(115792089237316195423570985008687907853269984665640564039457584007910982156288), because ehtabi::Token holds uin256 type for Token::Int value