keep-core
keep-core copied to clipboard
The smart contracts and reference client behind the Keep network
This PR upgrades version of ipfs/go-log to v2. The new version allows having logs in json format. It's a draft until upgrade in https://github.com/keep-network/keep-common/pull/30 is merged and this branch gets...
A very early draft of a staking guide. Hoping to hear more from the interested parties on what parts require a better explanation.
Investigate options for stake delegation, their security implications, and the complexity of implementation.
The main possibilities are "leveraged" and "fully backed" operation. Analyze both and their vulnerability to various attacks and problems, investigate mitigations. (Could probably use a bit more polish especially at...
To model realistic conditions, we need an estimate of token distribution and an initial minimum stake example value. Using empirical data from other projects, we can conclude that KEEP is...
Refs: #552 Requests batched by block they are mined in and ordered by bid; higher bids served faster.
Show historical information of total liquidations over time compared to total rewards over time to show that there are way more rewards given out than covered hits.
 
`ManagedGrant` owners don't have an easy way to go from their grants in the dashboard to the contract on Etherscan. Since a few things still require contract interaction outside the...