-
Updated
Aug 4, 2021
defi
Here are 862 public repositories matching this topic...
-
Updated
Jun 25, 2021 - C++
-
Updated
Aug 4, 2021 - JavaScript
-
Updated
Jun 20, 2021
-
Updated
Aug 4, 2021 - TypeScript
-
Updated
Aug 4, 2021 - C++
-
Updated
Aug 4, 2021 - Solidity
- KOVAN ENV
- Deploy StakingRewards for iETH as staking token and SNX as rewards (simplest one)
- Deploy Uniswap V2 sXAU/USDC UNI-V2 TESTNETS
- Deploy StakingRewards for sXAU/USDC exchange and SNX as rewards
- ping me and I'll configure RewardsDistribution for testing
It is unclear how to use something like get_token_balance() with respect to the Uniswap v2 factory contract. I am trying to view the amount of a token in the Uniswap v2 liquidity pool, and it seems all I can check is the ERC20 token balance globally.
Edit: I see now I can use get_ex_token_balance(), but I am receiving the Uniswap v1 pool amounts. When I switch to version 2 the Factory methods
-
Updated
Jul 31, 2021
-
Updated
Jun 11, 2021 - TypeScript
Currently have linting for Python and Solidity files, but not Vyper.
Add linting support + hook up to Github workflows.
-
Updated
Jul 24, 2021 - JavaScript
-
Updated
Jun 11, 2021 - Python
-
Updated
Aug 4, 2021
-
Updated
Mar 31, 2021 - Solidity
-
Updated
Jun 11, 2021 - TypeScript
-
Updated
Jul 29, 2021
to discuss:
Part 1:
debug=staking:
- to much output for a longer operating in production with debugmode staking, but without, we have too less infos for a minted block and cant monitor chainsplits or rollbacks.
Proposal: Add following lines to normal Logmode without debug=staking
**2021-05-05T17:19:45Z MakeStake: kernel found
2021-05-05T17:19:45Z new proof-of-stake block found hash: 067c
It'd be nice if we could have access to Etherscan-like mapping of addr->name, instead of doing it manually/slowly ourselves https://github.com/flashbots/mev-inspect-rs/blob/master/src/addresses.rs#L112-L188. This could easily be done with the CSV crate, as shown here
-
Updated
Aug 3, 2021 - Solidity
-
Updated
Aug 4, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
There are a number of typescript errors dotted around the codebase, for example in test-utils/math.ts (or most of the test-utils folder)
Describe the solution you'd like
Clean out the test and test-utils folders, as well as any root level files, that have:
- typescript linting errors
- unused dependencies
- etc
Improve this page
Add a description, image, and links to the defi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the defi topic, visit your repo's landing page and select "manage topics."

