sei-chain icon indicating copy to clipboard operation
sei-chain copied to clipboard

expedite pointer gov proposal

Open codchen opened this issue 1 year ago • 1 comments

Describe your changes and provide context

Allow for expedited pointer gov proposal

Testing performed to validate your change

Tested on test cluster:

- content:
    '@type': /seiprotocol.seichain.evm.AddERCNativePointerProposal
    description: usdc-pointer
    pointer: 0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1
    title: usdc-pointer
    token: ibc/CA6FBFAF399474A06263E10D0CE5AEBBE15189D6D4B2DD9ADE61007E68EB9DB0
    version: 1000
  deposit_end_time: "2024-05-29T23:23:30.841445428Z"
  final_tally_result:
    abstain: "0"
    "no": "0"
    no_with_veto: "0"
    "yes": "0"
  is_expedited: false
  proposal_id: "3"
  status: PROPOSAL_STATUS_VOTING_PERIOD
  submit_time: "2024-05-27T23:23:30.841445428Z"
  total_deposit:
  - amount: "100000000"
    denom: usei
  voting_end_time: "2024-05-27T23:25:30.841445428Z"
  voting_start_time: "2024-05-27T23:23:30.841445428Z"
- content:
    '@type': /seiprotocol.seichain.evm.AddERCNativePointerProposal
    description: usdc-pointer
    pointer: 0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1
    title: usdc-pointer
    token: ibc/CA6FBFAF399474A06263E10D0CE5AEBBE15189D6D4B2DD9ADE61007E68EB9DB0
    version: 1000
  deposit_end_time: "2024-05-29T23:23:41.404338951Z"
  final_tally_result:
    abstain: "0"
    "no": "0"
    no_with_veto: "0"
    "yes": "0"
  is_expedited: true
  proposal_id: "4"
  status: PROPOSAL_STATUS_VOTING_PERIOD
  submit_time: "2024-05-27T23:23:41.404338951Z"
  total_deposit:
  - amount: "100000000"
    denom: usei
  voting_end_time: "2024-05-27T23:24:41.404338951Z"
  voting_start_time: "2024-05-27T23:23:41.404338951Z"

codchen avatar May 27 '24 16:05 codchen

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 60.47%. Comparing base (e8e4b3b) to head (35a482e). Report is 62 commits behind head on main.

:exclamation: Current head 35a482e differs from pull request most recent head 0aa54a0

Please upload reports for the commit 0aa54a0 to get more accurate results.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1703      +/-   ##
==========================================
- Coverage   61.64%   60.47%   -1.18%     
==========================================
  Files         365      369       +4     
  Lines       26178    27035     +857     
==========================================
+ Hits        16138    16350     +212     
- Misses       8967     9570     +603     
- Partials     1073     1115      +42     

see 15 files with indirect coverage changes

codecov[bot] avatar May 27 '24 23:05 codecov[bot]