Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

pool_ids should not be encoded into the delisted_pool table #47

Closed
dorin100 opened this issue Aug 10, 2020 · 2 comments
Closed

pool_ids should not be encoded into the delisted_pool table #47

dorin100 opened this issue Aug 10, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@dorin100
Copy link

When trying to remove a single entry from the delisted_pool table, based on the pool_id, you need to execute more complex actions at this point.

smash=# select * from delisted_pool;
 id |                                                              pool_id                                                               
----+------------------------------------------------------------------------------------------------------------------------------------
  1 | \x31383430623565653931306239613136306333353162646331303865333039393534366536623837383935623464653163383863353464346432656535303066
  2 | \x3461343932653665613333386662663431613839373030316366393963383363633331383533313635336162343536363436353562643232

@dorin100 dorin100 added the enhancement New feature or request label Aug 10, 2020
@dorin100
Copy link
Author

related to #42

@ksaric
Copy link
Contributor

ksaric commented Oct 15, 2020

Was implemented along the way:

smash=# select * from delisted_pool;
 id |                         pool_id                          
----+----------------------------------------------------------
  1 | fc80a2a814338475c737df5d1c50253046c8c04eb3663336af7beb38
(1 row)

@ksaric ksaric closed this as completed Oct 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants