Skip to content
#

defi

Here are 1,002 public repositories matching this topic...

synthetix
hueit-og
hueit-og commented Oct 2, 2021

Hi

I'm not sure if this is an issue or a user error, but when I attempt to get the token details using get_token() for the following contracts I get an error saying 'Invalid Token Address' -

  1. 0x431ad2ff6a9c365805ebad47ee021148d6f7dbe0
  2. 0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2

I've tried with a heap of other tokens without issue, but these two seem to fail. I've also tried using Ve

ain
Stonygan
Stonygan commented Jul 30, 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
mStable-contracts
alsco77
alsco77 commented Mar 1, 2021

Is your feature request related to a problem? Please describe.
Run yarn compile and you will see a LOT of yellow warning text show up. Some of these are very very minor, some can potentially come into a larger issue.

Describe the solution you'd like
Resolve all of these warnings by modifying the solidity code, or add rules to the compiler to dismiss them, such that we have no warn

Improve this page

Add a description, image, and links to the defi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the defi topic, visit your repo's landing page and select "manage topics."

Learn more