Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi: new treasury #1824

Merged
merged 2 commits into from May 10, 2021
Merged

multi: new treasury #1824

merged 2 commits into from May 10, 2021

Commits on May 10, 2021

  1. db: treasury table

    Begin the treasury page.
    
    Add db queries for treasury page.
    
    Add links to legacy treasury.
    
    Add TreasuryBalance to pageData.HomeInfo, update in Store.
    
    Home page treasury balance is sum of legacy and decentralized.
    
    Decode TSpend vote choices. Presenly only accessible via API
    VoteChoices for a transaction.
    
    Label old treasury address as *legacy*
    chappjc committed May 10, 2021
    Copy the full SHA
    8d4e43f View commit details
    Browse the repository at this point in the history
  2. paginate treasury page and implement basic charts

    Get pagination and typed txs working for the treasury page. Hide the
    chart for now. Will follow up with caches and charts.
    
    Default to 'all' treasury txn types while there are no tadds or tspends
    on mainnet yet.
    
    Display immature treasury balance.
    
    Add i/o chart.
    
    Add fiat conversion.
    buck54321 authored and chappjc committed May 10, 2021
    Copy the full SHA
    8baeb2b View commit details
    Browse the repository at this point in the history