Liam Zebedee
Liam Zebedee
Liquidations | flagAccountForLiquidation DebtCache | takeDebtSnapshot DebtCache | updateCachedSynthDebts FeePool | closeCurrentFeePeriod Exchanger | settle EtherCollateralsUSD | liquidateLoan - covered by liquidationAmount CollateralEth | liquidate - covered by liquidationAmount CollateralErc20...
Working Solidity implementation of the simulated liquidity pricing mechanism (https://github.com/Synthetixio/SIPs/pull/706) for exchanges. Based off of the design built in the model here - https://colab.research.google.com/drive/1Nm9TsA3r3Ldfzr0NUgzR0JjO_nNtM5wb?usp=sharing#scrollTo=lKuZRWnpOxj2 Introduces a `LiquidityOracle` which tracks open...
I'm a dumbass and put an apostrophe in mine, and thus cannot get my funds hahaha.
## Background tBTC is a Bitcoin peg protocol. One tBTC is always backed by a real BTC, and the collateralisation is designed such that there is no loss to a...
I jumped over our process, so here's an issue for an already-open PR #205. Test coverage for our smart contracts is a [free insight](https://martinfowler.com/bliki/TestCoverage.html) into what we don't have tested,...
e.g. web3: ``` .getPastEvents('MarketCreated', { fromBlock: 0, toBlock: 'latest' }); ``` not intuitive that you need fromBlock
In the Solidity guide, they [mention an example](https://solidity.readthedocs.io/en/v0.4.24/contracts.html#creating-contracts) including a TokenCreator contract. I've included the code as context: pragma solidity ^0.4.22; contract OwnedToken { // TokenCreator is a contract type...