Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: evmos/evmos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v20.0.0-rc3
Choose a base ref
...
head repository: evmos/evmos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v20.0.0
Choose a head ref
  • 4 commits
  • 20 files changed
  • 4 contributors

Commits on Oct 10, 2024

  1. chore(upgrade): v20 upgrade logic (#2933)

    * chore(upgrade): v20 upgrade logic
    
    * rename var
    
    * add chlog entry
    GAtom22 authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c1ee2bd View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. feat(gov): Add VoteWeighted transaction, unit and integration tests. …

    …(backport #2922) (#2940)
    
    * feat(gov): Add VoteWeighted transaction, unit and integration tests. (#2922)
    
    (cherry picked from commit ab3747f)
    
    * update chlog
    
    * make proto-all
    
    * make contracts-all
    
    ---------
    
    Co-authored-by: Vladislav Varadinov <vladislav.varadinov@gmail.com>
    Co-authored-by: tom <tomasguerraalda@hotmail.com>
    3 people authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ef492af View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. feat(gov-precompile): Added getDeposit, getDeposits and getTallyResul…

    …ts queries, unit and integration tests. (backport #2941) (#2947)
    
    * feat(gov-precompile): Added getDeposit, getDeposits and getTallyResults queries, unit and integration tests. (#2941)
    
    * feat: add getDeposit, getDeposits and getTallyResults
    
    * feat: add the queries, types, unit and integration tests
    
    * run make format
    
    * format and lint
    
    * tests: address comments from code review
    
    * fix: json linter
    
    * Update precompiles/gov/integration_test.go
    
    Signed-off-by: Tom <54514587+GAtom22@users.noreply.github.com>
    
    * use const for denom in test
    
    * chore: add changelog entry
    
    * Update precompiles/gov/IGov.sol
    
    Co-authored-by: stepit <48993133+0xstepit@users.noreply.github.com>
    Signed-off-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    
    * refactor prop msgs
    
    ---------
    
    Signed-off-by: Tom <54514587+GAtom22@users.noreply.github.com>
    Signed-off-by: Guillermo Paoletti <guillermo.paoletti@gmail.com>
    Co-authored-by: Vvaradinov <Vvaradinov@users.noreply.github.com>
    Co-authored-by: hanchon <guillermo.paoletti@gmail.com>
    Co-authored-by: Tom <54514587+GAtom22@users.noreply.github.com>
    Co-authored-by: tom <tomasguerraalda@hotmail.com>
    Co-authored-by: stepit <48993133+0xstepit@users.noreply.github.com>
    (cherry picked from commit cb53cf0)
    
    # Conflicts:
    #	.golangci.yml
    #	CHANGELOG.md
    
    * fix conflicts
    
    * fix import
    
    ---------
    
    Co-authored-by: Vladislav Varadinov <vladislav.varadinov@gmail.com>
    Co-authored-by: tom <tomasguerraalda@hotmail.com>
    3 people authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f098677 View commit details
    Browse the repository at this point in the history
  2. prepare v20 chlog (#2948)

    GAtom22 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    eca13ef View commit details
    Browse the repository at this point in the history
Loading