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

feat: initial support for gov v3 #54

Merged
merged 96 commits into from
Nov 8, 2023
Merged

feat: initial support for gov v3 #54

merged 96 commits into from
Nov 8, 2023

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    3a9cf3a View commit details
    Browse the repository at this point in the history
  2. feat: gov v3 adjustments

    sakulstra committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    1cf6a03 View commit details
    Browse the repository at this point in the history
  3. fix: add startBlocks etc

    sakulstra committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    1437828 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    f9dffad View commit details
    Browse the repository at this point in the history
  2. fix: return response

    sakulstra committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5d17f39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d519760 View commit details
    Browse the repository at this point in the history
  4. fix: require gov address

    sakulstra committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    cc7e313 View commit details
    Browse the repository at this point in the history
  5. fix: broken import

    sakulstra committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    abbe436 View commit details
    Browse the repository at this point in the history
  6. feat: add some exports

    sakulstra committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5042db0 View commit details
    Browse the repository at this point in the history
  7. fix: expose enum

    sakulstra committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    606a867 View commit details
    Browse the repository at this point in the history
  8. fix: export correct type

    sakulstra committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    28e783e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. feat: add reports generator

    sakulstra committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    453d2a7 View commit details
    Browse the repository at this point in the history
  2. feat: proposal state enum

    sakulstra committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c026c83 View commit details
    Browse the repository at this point in the history
  3. fix: remove types

    sakulstra committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    07dad2e View commit details
    Browse the repository at this point in the history
  4. fix: dont use finalized

    sakulstra committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d71d915 View commit details
    Browse the repository at this point in the history
  5. fix: identation

    sakulstra committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8d3b7ca View commit details
    Browse the repository at this point in the history
  6. fix: correct links

    sakulstra committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    01a6bba View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    7525951 View commit details
    Browse the repository at this point in the history
  2. fix: return address

    sakulstra committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    23c46e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e358df View commit details
    Browse the repository at this point in the history
  4. fix: expose fork warping

    sakulstra committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    73bdfdf View commit details
    Browse the repository at this point in the history
  5. fix: remove generic

    sakulstra committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3673a55 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. feat: also warp blocks

    sakulstra committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d528de6 View commit details
    Browse the repository at this point in the history
  2. fix: await warping

    sakulstra committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    294fb45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29dc759 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    36031dd View commit details
    Browse the repository at this point in the history
  2. stash: stash local cahnges

    sakulstra committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    26b6505 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    2139238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35cee9f View commit details
    Browse the repository at this point in the history
  3. feat: migrate to commander

    sakulstra committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    42526f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99666f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0f6766 View commit details
    Browse the repository at this point in the history
  6. fix: proofs

    sakulstra committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    eef58ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53a605e View commit details
    Browse the repository at this point in the history
  8. fix: add some comments

    sakulstra committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8e38663 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    74971e6 View commit details
    Browse the repository at this point in the history
  2. feat: gov v3

    sakulstra committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b9d4109 View commit details
    Browse the repository at this point in the history
  3. fix: test fix

    sakulstra committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b9f43f7 View commit details
    Browse the repository at this point in the history
  4. feat: add npmrc

    sakulstra committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b073910 View commit details
    Browse the repository at this point in the history
  5. feat: fully migrate ci

    sakulstra committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0aa1903 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. fix: remove gov v2

    sakulstra committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    41fb3fe View commit details
    Browse the repository at this point in the history
  2. fix: expand to 32bytes

    sakulstra committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    17b8997 View commit details
    Browse the repository at this point in the history
  3. feat: stash proofing

    sakulstra committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b2b7d6c View commit details
    Browse the repository at this point in the history
  4. fix: voting proof generator

    sakulstra committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    88d5f20 View commit details
    Browse the repository at this point in the history
  5. fix: add output

    sakulstra committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    181d303 View commit details
    Browse the repository at this point in the history
  6. fix: type & exports

    sakulstra committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    096c587 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd832fe View commit details
    Browse the repository at this point in the history
  8. fix: types

    sakulstra committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a0c9134 View commit details
    Browse the repository at this point in the history
  9. fix: export generator

    sakulstra committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    80b7d9b View commit details
    Browse the repository at this point in the history
  10. fix: another type fix

    sakulstra committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4a22998 View commit details
    Browse the repository at this point in the history
  11. fix: improve simulation cli

    sakulstra committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c7c0006 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    92812db View commit details
    Browse the repository at this point in the history
  13. cleanup: remove yargs

    sakulstra committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0964185 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. feat: add proposal reports

    sakulstra committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f621e5e View commit details
    Browse the repository at this point in the history
  2. fix: spacing

    sakulstra committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    af85048 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0ea58f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. fix: optimize the proofs

    sakulstra committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5176dcb View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. fix: new gov cli ui

    sakulstra committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    f2cc05c View commit details
    Browse the repository at this point in the history
  2. feat: add encoded data

    sakulstra committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    bb67522 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    566b2a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    d87fe57 View commit details
    Browse the repository at this point in the history
  2. fix: patch some types

    sakulstra committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a46cfb8 View commit details
    Browse the repository at this point in the history
  3. refactor: smal refactorings

    sakulstra committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b178485 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    d85d6f3 View commit details
    Browse the repository at this point in the history
  2. fix: typo

    sakulstra committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    98948e1 View commit details
    Browse the repository at this point in the history
  3. fix: improve error handling

    sakulstra committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c2368bf View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. fix: add some more logs

    sakulstra committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    af25729 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    2434e4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fe7d08 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. docs: improve readme

    sakulstra committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    33723b0 View commit details
    Browse the repository at this point in the history
  2. typo: fix typo

    sakulstra committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    c06ff40 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. fix: improve logs

    sakulstra committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    2464556 View commit details
    Browse the repository at this point in the history
  2. fix: autopad

    sakulstra committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    2ef907c View commit details
    Browse the repository at this point in the history
  3. fix: add nop tx

    sakulstra committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    49442e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31628d8 View commit details
    Browse the repository at this point in the history
  5. fix: update deps

    sakulstra committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    66dca0c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. fix: use mainnet as default

    sakulstra committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e4a2688 View commit details
    Browse the repository at this point in the history
  2. fix: remove error log

    sakulstra committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    476657b View commit details
    Browse the repository at this point in the history
  3. fix: show correct version

    sakulstra committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    535f586 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5552e3d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. feat: show address if missing block explorer (#61)

    * feat: expose tenderly setCode
    
    * fix: work around concat bug
    
    * chore(release): Release v0.0.26 🚀 🎉 (#58)
    
    Co-authored-by: Release bot :robot <gitbot@bgdlabs.com>
    
    * chore: upgrade ci to use release-please (#60)
    
    * feat: show address if missing block explorer, to prevent errors when using a chain id different than CHAIN_ID, in local networks or new networks
    
    ---------
    
    Co-authored-by: sakulstra <lukasstrassel@googlemail.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Release bot :robot <gitbot@bgdlabs.com>
    4 people committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    38cb1db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f6ed60 View commit details
    Browse the repository at this point in the history
  3. fix: remove duplcate method

    sakulstra committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    531fd62 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. feat: use getProofs

    sakulstra committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    56a951e View commit details
    Browse the repository at this point in the history
  2. feat: add gnosis

    sakulstra committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    d6cf0f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    8ce278d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    3a31ac6 View commit details
    Browse the repository at this point in the history
  2. fix: update deps

    sakulstra committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    3d18135 View commit details
    Browse the repository at this point in the history
  3. fix: add some more logs

    sakulstra committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9bfce3a View commit details
    Browse the repository at this point in the history
  4. fix: update test

    sakulstra committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    c92485f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    921c91d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. feat: readable dates

    sakulstra committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5219ac6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4944505 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. fix: nicer errors

    sakulstra committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f56689e View commit details
    Browse the repository at this point in the history
  2. fix: better error messages

    sakulstra committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f740d85 View commit details
    Browse the repository at this point in the history
  3. feat: add yarn lock

    sakulstra committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7d5b7ab View commit details
    Browse the repository at this point in the history