sei-protocol / sei-chain

Apache License 2.0
2.7k stars 805 forks source link

expedite pointer gov proposal #1703

Open codchen opened 4 months ago

codchen commented 4 months ago

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"
codecov[bot] commented 4 months ago

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](https://app.codecov.io/gh/sei-protocol/sei-chain/pull/1703/graphs/tree.svg?width=650&height=150&src=pr&token=DG7ZZJ3PVV&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sei-protocol)](https://app.codecov.io/gh/sei-protocol/sei-chain/pull/1703?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sei-protocol) ```diff @@ 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](https://app.codecov.io/gh/sei-protocol/sei-chain/pull/1703/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sei-protocol)