j-j.eth

Results 40 comments of j-j.eth

@clementbalestrat we should include this over on https://github.com/Synthetixio/synthetix-exchange. @hav-noms do you think it's worth adding a `require` check for this in `Synthetix.exchange()` for better user feedback? I know you're loathe...

The only problem with this is breaking any existing integrations - do we want to go this direction?

Hey @cryptotoit, 1. Right now only ETHUSD AFAIK, though other crypto markets are on the way 2. No I don't, but perhaps @JohannEid can chime in? 3. No they don't,...

Here is the proposal for phase one of the migration - commodity and forex synths: https://sips.synthetix.io/sips/sip-32

Well everyone has a `Synthetix.debtBalanceOf` which is their debt % multiplied by totalIssuedSynths: https://github.com/Synthetixio/synthetix/blob/v2.14.0/contracts/Synthetix.sol#L747-L775 So your % is your `issuanceData[account].initialDebtOwnership` - this only changes when you issue or burn, however...

The Graph have posted some more information on their upcoming network, including how it will be funded: https://thegraph.com/blog/the-graph-network-in-depth-part-1 and https://thegraph.com/blog/the-graph-network-in-depth-part-2 In essence, Indexers will appear and vie to index those...

~~This happens for me even just trying to Request a New Account (v0.6.9 on OSX). The "next" button won't re-enable even after generating keys (regardless of whether or not I'm...

Right but I need two different versions within the one workspace...

I believe this is due to this extension not handling `"extends": ["solhint:recommended"]` properly. Any warning / error in a `rule` works as expected but not the recommended set.

Hmmm - I'm on 0.0.72 now and the plugin is still not adhering to `solhint:recommended` items... For instance if you checkout our code (https://github.com/Synthetixio/synthetix), `npm install`, then lookup `contracts/LimitedSetup.sol` in...