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: bump cosmos-sdk to v0.47 #442

Merged
merged 28 commits into from
Oct 13, 2023
Merged

feat: bump cosmos-sdk to v0.47 #442

merged 28 commits into from
Oct 13, 2023

Commits on Aug 29, 2023

  1. chore: replacing tendermint with cometbft (#433)

    * replacing tendermint refs with comet bft
    
    * replacing tm-db with cometbft-db
    spoo-bar committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7da28e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. chore: Bumping sdk, wasmd and ibc-go (#435)

    * bumping sdk and wasmd and ibc versions
    
    * bumping ibc-go refs
    spoo-bar committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6e8e7cb View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. chore: protobuf migration (#436)

    * protobuf migration
    
    * removing third_party/
    
    * regenerating the proto files
    
    * RecordIDs.Ids is a repeated non-nullable native type, nullable=false has no effect
    spoo-bar committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    20a12ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e26aaa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9115c9c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    1ebd342 View commit details
    Browse the repository at this point in the history
  2. chore: fix broken upstream references (#450)

    updating upstream references for x/wasm. ibc-go, cosmos-sdk
    spoo-bar committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3ab6422 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. chore: remove deprecated appmodule routes (#451)

    * remove genmsg deprecated route
    
    * remove rewards module deprecated route
    
    * remove tracking module deprecated route
    spoo-bar committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    55ef649 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. chore: fixing all the modules and wasmbindings (#452)

    * fixing x/tracking module
    
    * fixing x/rewards module
    
    * fixing x/genmsg module
    
    * fixing genmsg module.go
    
    * fixing wasmbinding
    spoo-bar committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    35e61c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    e63d42d View commit details
    Browse the repository at this point in the history
  2. chore: updating app wiring (#453)

    * fixing the upgrade handlers
    
    * fixing ante.go
    
    * fixing export.go
    
    * updating sim_test
    
    * fixing test_helpers
    
    * fixing some app.go stuff
    
    * custom "add-genesis-account" - removed as its not needed anymore
    
    * fixing root.go
    
    * fixing simulation test
    
    * fixing app.go
    
    * cleanup
    spoo-bar committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    4af5e0d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    f3d6798 View commit details
    Browse the repository at this point in the history
  2. chore: fixing e2e tests (#454)

    * fixing some e2e tests
    
    * fix more e2e tests
    
    * fixing ibc e2e stuff
    
    * updating changes from merge
    
    * fixing golang.org/x/exp ref. thx @fdymylja
    
    Co-Authored-By: Frojdi Dymylja <33157909+fdymylja@users.noreply.github.com>
    
    * pr comment fixes
    
    ---------
    
    Co-authored-by: Frojdi Dymylja <33157909+fdymylja@users.noreply.github.com>
    spoo-bar and fdymylja committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3acb883 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. chore: apply v46 changes (#455)

    * adding posthandler and reflection services
    
    * updating `sdkerrors.Wrap` with `errorsmod`
    
    * every cosmos message protobuf definition must be extended with a cosmos.msg.v1.signer option to signal the signer fields
    
    * better error for when post handler fails
    
    * running go mod tidy
    
    * registering query server after module init
    
    ---------
    
    Signed-off-by: Spoorthi <9302666+spoo-bar@users.noreply.github.com>
    spoo-bar committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    3ac55f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Merge branch 'main' into feat/sdk-47-upgrade

    Signed-off-by: Spoorthi <9302666+spoo-bar@users.noreply.github.com>
    spoo-bar committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    5989a80 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. chore: apply v47 changes (#458)

    * adding crisis module store key
    
    * adding crisis module
    
    * adding consensus module
    
    * adding group module
    
    * adding nft module
    
    * fixing the merge
    
    * fixing gentx decoding
    
    * adding consensusparamtypes.StoreKey storekey && fixing staking keeper
    
    ---------
    
    Signed-off-by: Spoorthi <9302666+spoo-bar@users.noreply.github.com>
    spoo-bar committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    8a03b8e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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

Commits on Sep 27, 2023

  1. feat: bumping archway wasmd to v0.42.0 (#460)

    * updating to wasmd fork 0.42.0
    
    * adding capability cosmwasm_1_4
    
    * updating v1.4 libwasmvm checksums
    spoo-bar committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    87fd9e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. chore: fixing linter errors and tests (#463)

    * fixing lint issues
    
    * fixing x/tracking tests
    
    * fixing app_test.go
    
    * replacing gov v1beta1 stuff with gov v1
    
    * fixig app-upgrade-test
    
    txRes.Data is deprecated in favour of txRes.MsgResponses
    
    * removing depracated field usage
    
    * fixing ibctm not setup
    
    * making the flat fees e2e test simpler
    
    * fixing interchaintest chain upgrade
    
    * fixing TestTxFees thanks @fdymylja 🎉
    
    * fixing more tests with initgenesis failure
    
    * fixing testcase to be compatible with this change cosmos/cosmos-sdk#9651
    
    * removing the ante.DeductFeeDecorator as we alreayd have a custom one
    
    * fixing TestRewardsFlatFees
    
    * undo the mintkeeper fix
    spoo-bar committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d5c0374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    312e18d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. feat: adding upgrade handlers for sdk v47 (#464)

    * adding missing consensus keeper
    
    * adding upgrade handler stuff
    
    * oops messed the merge. fixing that
    
    ---------
    
    Signed-off-by: Spoorthi <9302666+spoo-bar@users.noreply.github.com>
    spoo-bar committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    1362a1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afb8387 View commit details
    Browse the repository at this point in the history
  3. feat: enabling rosetta (#466)

    adding rosetta
    spoo-bar committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    12496d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. fix: updating logic for how we deal with infiniteGasMeter (#467)

    * handling behavior change in infinitegasmeter.Limit()
    
    * reflect no mo
    spoo-bar committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    39faa9a View commit details
    Browse the repository at this point in the history
  2. feat: x/rewards param store migration (#468)

    * adding new msg proto
    
    * implementing UpdateParams msg
    
    * adding tests
    
    * adding module migrations forx/rewards
    
    * adding x/rewards to upgrade handlers
    
    * adding migratestore test
    
    * fixing lint
    
    * addressing pr review comments
    spoo-bar committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    831f05f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Update CHANGELOG.md

    spoo-bar committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6db988e View commit details
    Browse the repository at this point in the history
  2. feat: bumping archway wasmd to v0.43.0 (#470)

    * bumping wasmd fork to to v0.43.0
    
    * updating wasmvm checksum
    
    * removing wasmd deprecated proposals as they arent in the codebase anymore
    
    * Updating changelog
    spoo-bar committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e418803 View commit details
    Browse the repository at this point in the history
  3. test: fixing ibc conformance test (#469)

    fixing ibc conformance test. the custom genesis values are needed just for upgrade test
    spoo-bar committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    37dec9b View commit details
    Browse the repository at this point in the history