Skip to content
#

celo

Here are 49 public repositories matching this topic...

gakonst
gakonst commented Oct 22, 2021

Is your feature request related to a problem? Please describe.

In our tests we frequently call out to 3rd party providers: Infura, Etherscan, Alchemy, various Gas Oracles and so on. These tests are mixed inside the unit test code. Sometimes these tests fail for 3rd party reasons (rate limiting, service down, 2 PRs opened at the same time causing nonce-reuse etc.) and they can cause confusio

yorhodes
yorhodes commented Apr 26, 2021

Expected Behavior

GoldWithdrawn, GoldLocked, GoldRelocked, GoldUnlocked should not emit when value is 0 (and corresponding operations should be prevented)

AccountsSlashed?

Current Behavior

Locked Celo operations are used to trace internal celo transfers by indexers, which leads to a false positive when value is 0

Discovered by coinbase in rosetta operation
See fix

Improve this page

Add a description, image, and links to the celo 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 celo topic, visit your repo's landing page and select "manage topics."

Learn more