Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

bump Cosmos SDK version to v0.38.2 #183

Merged
merged 91 commits into from
Apr 22, 2020

Conversation

fedekunze
Copy link
Contributor

@fedekunze fedekunze commented Mar 6, 2020

closes #177

Updates SDK to commit 7f78e61b93a5 on master

  • Targeted PR against correct branch (see CONTRIBUTING.md)

  • Linked to github-issue with discussion and accepted design OR link to spec that describes this work.

  • Wrote tests

  • Updated relevant documentation (docs/)

  • Added entries in PENDING.md with issue #

  • rereviewed Files changed in the github PR explorer


For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]"

@fedekunze fedekunze changed the base branch from fedekunze/181-update-module-structure to development March 9, 2020 13:17
rpc/eth_api.go Outdated Show resolved Hide resolved
@fedekunze fedekunze marked this pull request as ready for review March 11, 2020 11:41
x/evm/handler.go Outdated Show resolved Hide resolved
app/ethermint.go Outdated Show resolved Hide resolved
@fedekunze fedekunze mentioned this pull request Mar 12, 2020
6 tasks
fedekunze and others added 3 commits March 12, 2020 15:12
* evm: move Begin and EndBlock to abci.go

* evm: use expected keeper interfaces

* app: use EthermintApp for integration and unit test setup

* evm: remove count type; update codec

* go mod verify

* evm: rename msgs for consistency

* evm: events

* minor cleanup

* lint

* ante: update tests

* changelog

* nolint
@fedekunze fedekunze marked this pull request as draft April 15, 2020 21:50
@fedekunze fedekunze mentioned this pull request Apr 15, 2020
11 tasks
@noot noot self-requested a review April 20, 2020 20:21
@fedekunze fedekunze marked this pull request as ready for review April 22, 2020 17:08
// insert the state object into the live set
so := newStateObject(csdb, acc)
so := newStateObject(csdb, acc, balance.Amount)
Copy link
Contributor Author

@fedekunze fedekunze Apr 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the source of the bug. Every time the state was retrieved it was being initialized with 0 balance. @ColinSchwarz @austinabell @noot @austinabell

@fedekunze fedekunze merged commit 4d609b2 into development Apr 22, 2020
@noot noot deleted the fedekunze/177-bump-sdk-version branch May 14, 2020 20:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Cosmos dependency to 0.38.1
6 participants