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

chore: apply v47 changes #458

Merged
merged 9 commits into from
Sep 21, 2023
Merged

Conversation

spoo-bar
Copy link
Contributor

@spoo-bar spoo-bar commented Sep 20, 2023

  • Adding crisis module
  • Adding consensus module
  • Adding group module
  • Adding nft module
  • Fixing bad wiring of staking keeper
  • Fixing genesis gentx cmd and updating localnet script

(pls ignore linter and tests. will fix in new PR)

🎉We have blocks now 🎉

12:15PM INF Catchup by replaying consensus messages height=1 module=consensus
12:15PM INF Replay: Done module=consensus
12:15PM INF service start impl=Evidence module=evidence msg="Starting Evidence service"
12:15PM INF service start impl=StateSync module=statesync msg="Starting StateSync service"
12:15PM INF service start impl=PEX module=pex msg="Starting PEX service"
12:15PM INF service start book=data/localnet-1/config/addrbook.json impl=AddrBook module=p2p msg="Starting AddrBook service"
12:15PM INF Saving AddrBook to file book=data/localnet-1/config/addrbook.json module=p2p size=0
12:15PM INF Ensure peers module=pex numDialing=0 numInPeers=0 numOutPeers=0 numToDial=10
12:15PM INF No addresses to dial. Falling back to seeds module=pex
12:15PM INF Timed out dur=4983.356882 height=1 module=consensus round=0 step=RoundStepNewHeight
12:15PM INF received proposal module=consensus proposal="Proposal{1/0 (2B630845F5D21A26E29F98181D819715EBAD8F3F4C66F2617173B4194B3C87BF:1:2CA94DE2773A, -1) B070C289C069 @ 2023-09-20T06:45:15.490381996Z}"
12:15PM INF received complete proposal block hash=2B630845F5D21A26E29F98181D819715EBAD8F3F4C66F2617173B4194B3C87BF height=1 module=consensus
12:15PM INF finalizing commit of block hash=2B630845F5D21A26E29F98181D819715EBAD8F3F4C66F2617173B4194B3C87BF height=1 module=consensus num_txs=0 root=E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855
12:15PM INF minted coins from module account amount=61791781027671818674423910563stake from=mint module=x/bank
12:15PM INF Minimum consensus fee update fee=1339895664.639007231755692513stake module=x/rewards
12:15PM INF executed block height=1 module=state num_invalid_txs=0 num_valid_txs=0
12:15PM INF commit synced commit=436F6D6D697449447B5B313820363920373520333820313932203234332031363920343120313331203739203133372031313720393520343020313636203233392031323220333020313436203230332032342039362031323720313936203133203137362031373420313436203134372032323520323435203139345D3A317D module=server
12:15PM INF committed state app_hash=12454B26C0F3A929834F89755F28A6EF7A1E92CB18607FC40DB0AE9293E1F5C2 height=1 module=state num_txs=0
12:15PM INF indexed block exents height=1 module=txindex

@spoo-bar spoo-bar changed the title chore: apply v46 changes chore: apply v47 changes Sep 20, 2023
@spoo-bar spoo-bar marked this pull request as ready for review September 20, 2023 12:05
@spoo-bar spoo-bar requested a review from a team as a code owner September 20, 2023 12:05
@spoo-bar spoo-bar requested review from fdymylja and removed request for a team September 20, 2023 12:05
@spoo-bar spoo-bar merged commit 8a03b8e into feat/sdk-47-upgrade Sep 21, 2023
5 of 7 checks passed
@spoo-bar spoo-bar deleted the spoorthi/apply-v47-changes branch September 21, 2023 04:21
spoo-bar added a commit that referenced this pull request Oct 13, 2023
* chore: replacing tendermint with cometbft (#433)

* replacing tendermint refs with comet bft

* replacing tm-db with cometbft-db

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

* bumping sdk and wasmd and ibc versions

* bumping ibc-go refs

* 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

* chore: fix broken upstream references (#450)

updating upstream references for x/wasm. ibc-go, cosmos-sdk

* chore: remove deprecated appmodule routes (#451)

* remove genmsg deprecated route

* remove rewards module deprecated route

* remove tracking module deprecated route

* 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

* 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

* 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>

* 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>

* 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>

* 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

* 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

* 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>

* feat: enabling rosetta  (#466)

adding rosetta

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

* handling behavior change in infinitegasmeter.Limit()

* reflect no mo

* 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

* Update CHANGELOG.md

* 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

* test: fixing ibc conformance test (#469)

fixing ibc conformance test. the custom genesis values are needed just for upgrade test

---------

Signed-off-by: Spoorthi <9302666+spoo-bar@users.noreply.github.com>
Co-authored-by: Frojdi Dymylja <33157909+fdymylja@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants