Skip to content
#

oracle

Here are 2,311 public repositories matching this topic...

dbeaver
KOLANICH
KOLANICH commented Jan 11, 2019

Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.

Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the

directus
MichaelNussbaumerGOWEST
MichaelNussbaumerGOWEST commented Jun 12, 2021

I think the filter of the calendar layout is not 100% correct.

The situation I have is, that my item is more than one month long. (season for hotel pricing) The current filter just displays events which start in the current month. So even a event starting on the last day of the previous month wouldn't be displayed.

Current filter:

{
    "_and": [
        {"start":{"_gte":"###FIRST#
chainlink
0xfoobar
0xfoobar commented May 20, 2021

Description
Add a contract similar to Aave's AddressProvider or Uniswap's getPair() functionality.

Motivation
On-chain lookups of price oracles given the asset addresses.

Justification
String manipulation is difficult and expensive in Solidity, and you usually work with the token address, not its string name.

Improve this page

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

Learn more