bro-n-bro / spacebox-api

Flask api for services on top of spacebox
MIT License
4 stars 0 forks source link

Refactor all proposal views and queries #140

Closed bro-n-bro-0 closed 9 months ago

bro-n-bro-0 commented 9 months ago

proposer_address is deprecated in the new version of cosmos-sdk API To get proposer's address is needed to join the proposal table with submit_proposal_message table by id to get proposer address

iljagrabar14 commented 9 months ago

@bro-n-bro-0 ready to check