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

R4R: fix Iterator leak, see #2105 #2107

Merged
merged 3 commits into from
Aug 22, 2018
Merged

Conversation

goolAdapter
Copy link

@goolAdapter goolAdapter commented Aug 21, 2018

…/2105

fix Iterator leak, see #2105

Closes #2105

  • Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
  • Updated all relevant documentation (docs/)
  • Updated all relevant code comments
  • Wrote tests
  • Added entries in PENDING.md that include links to the relevant issue or PR that most accurately describes the change.
  • Updated cmd/gaia and examples/

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]" (coding standards)

@goolAdapter goolAdapter changed the title fix Iterator leak, see #2105 R4R: fix Iterator leak, see #2105 Aug 21, 2018
@goolAdapter
Copy link
Author

the develop branch is broken before this pr, make test_cli can’t pass.

@fedekunze
Copy link
Collaborator

@goolAdapter Thanks ! Can you add the entry of the bug to PENDING.md ?

@alexanderbez
Copy link
Contributor

@goolAdapter yes -- we're pausing any merges to develop until we get master merged in.

@cwgoes
Copy link
Contributor

cwgoes commented Aug 21, 2018

@goolAdapter yes -- we're pausing any merges to develop until we get master merged in.

This is done, rebase on develop and you should be good to go (also likely will fix CI).

Copy link
Contributor

@ValarDragon ValarDragon left a comment

Choose a reason for hiding this comment

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

LGTM, just needs a rebase

Copy link
Contributor

@cwgoes cwgoes left a comment

Choose a reason for hiding this comment

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

utACK, thanks!

@cwgoes cwgoes merged commit 0728bd9 into cosmos:develop Aug 22, 2018
chillyvee pushed a commit to chillyvee/cosmos-sdk that referenced this pull request Mar 1, 2024
* docs: bypass msg

* docs: update globalfee docs

* docs: formatting

* Update globalfee.md

* docs: fix link

* docs: min_gas_prices -> minimum-gas-prices

* docs: Updating globalfee docs (cosmos#2107)

* add maxBypassMinFeeMsgGasUsage var and docstring

* improve docstring in FeeDecorator.AnteHandle

* updating docs

* refactor globalfee documentation

* refactor docs

* fix typo

* Update x/globalfee/ante/fee.go

Co-authored-by: MSalopek <35486649+MSalopek@users.noreply.github.com>

---------

Co-authored-by: Matija Salopek <matija.salopek994@gmail.com>
Co-authored-by: MSalopek <35486649+MSalopek@users.noreply.github.com>

* docs: update globalfee doc

* cleanup examples

---------

Co-authored-by: Marius Poke <marius.poke@posteo.de>
Co-authored-by: Matija Salopek <matija.salopek994@gmail.com>
Co-authored-by: MSalopek <35486649+MSalopek@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AccountMapper.IterateAccounts may leak resource
6 participants