celo
Here are 49 public repositories matching this topic...
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
-
Updated
Jan 25, 2022 - JavaScript
Description
Some styling work is needed to make token bottom sheet display with large fonts / long language localizations.
User Stories
As a user with visual impairment I want to be able to see
-
Updated
Feb 4, 2022 - TypeScript
-
Updated
Jan 25, 2022 - PHP
-
Updated
Jan 30, 2022 - TypeScript
-
Updated
Sep 8, 2021 - JavaScript
-
Updated
Mar 29, 2021 - Go
-
Updated
Oct 4, 2021 - TypeScript
-
Updated
Feb 4, 2022 - TypeScript
-
Updated
Mar 26, 2021 - JavaScript
-
Updated
Jul 23, 2021 - JavaScript
-
Updated
Apr 23, 2021 - JavaScript
-
Updated
Dec 8, 2021
-
Updated
Apr 22, 2021 - Solidity
-
Updated
Nov 30, 2020 - Vue
-
Updated
Nov 28, 2021 - JavaScript
-
Updated
Oct 6, 2020 - Python
-
Updated
Apr 10, 2021 - Go
-
Updated
Oct 27, 2021 - Java
Improve this page
Add a description, image, and links to the celo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the celo topic, visit your repo's landing page and select "manage topics."

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