pomelo-io / bounties-issues-dev

Dev repo for bounties
0 stars 0 forks source link

💰 0 USDT Bounty - "Add `cursors` table" #27

Open PomeloBounties opened 11 months ago

PomeloBounties commented 11 months ago

Bounty

Add cursors table created by @__ on Pomelo Bounties

Summary

Write a job description for creating a cursors table to monitor missed blocks from a given map module on Ethereum: We are looking for an experienced programmer to create a cursors table to monitor missed blocks from a given map module on Ethereum. The successful applicant should have experience with SQL and be comfortable writing code to create a table using ReplacingMergeTree engine and a primary key of cursor. The applicant should also be able to define the columns of the table such as cursor, module_hash, block_id, and chain. The applicant should be able to create the table and specify the primary key and order of the cursor, module_hash, and block_id.

Apply

https://bounties.pomelo.io/4aa14abd1aca

Original Issue

https://github.com/pinax-network/substreams-sink-clickhouse/issues/48

Title

Add cursors table

Body

Add cursors table to monitor:

CREATE TABLE IF NOT EXISTS cursor (
    cursor        String(),
    module_hash   FixedString(40),
    block_id      FixedString(64),
    chain         LowCardinality(String),
)
ENGINE = ReplacingMergeTree
PRIMARY KEY (cursor)
ORDER BY (cursor, module_hash, block_id);

Reward

0.0500 USDT

Note

For technical discussion use the original issue. This issue is for tracking the bounty application and implementation progress.

PomeloBounties commented 10 months ago

Bounty fully funded with 0.0500 USDT reward up for grabs!

Accepting applications here

PomeloBounties commented 10 months ago

Bounty application submitted by @pomelotester with a message:

Allow me to work on this!

Waiting for your approval @mellowjayb

PomeloBounties commented 10 months ago

Bounty application approved. Good luck @pomelotester!

PomeloBounties commented 10 months ago

Bounty forfeited by @pomelotester with a message:

I can't work on this!

PomeloBounties commented 10 months ago

Bounty application submitted by @pomelotester with a message:

Back from the vacay! I finally have time.

Waiting for your approval @mellowjayb