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

fix: rename some fields of Budget #85

Merged
merged 5 commits into from
Nov 10, 2021

Conversation

hallazzang
Copy link
Contributor

Description

closes: #80

Reference

#84


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Appropriate labels applied
  • Targeted PR against correct branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

hallazzang and others added 4 commits November 4, 2021 17:44
- `BudgetSourceAddress` to `SourceAddress`
- `CollectionAddress` to `DestinationAddress`
Co-authored-by: JayB <jaybkim2@gmail.com>
@hallazzang hallazzang changed the title 80 field names 2 fix: rename some fields of Budget Nov 8, 2021
@hallazzang hallazzang self-assigned this Nov 8, 2021
…-names-2

* commit 'e20df5916e12a7b8456ecfcf18db7f2dc1cc4753':
  fix: budget end time should be after budget start time
  fix: remove duplicated validating logic
  test: add more tests for `DateRangesOverlap`
  chore: refactor missed part
  fix: refactor CollectibleBudgets and add test cases
  fix: capture variables in a loop for the deferred func
  fix: update validation logic and refactor mustParseRFC3339 and add testcase
  fix: add overlap checking on budget validation
  feat: apply from the suggestion
  refactor: order import
  fix: refactor collectible budgets function
  feat: add telemetry metrics
  build: add go-metrics for telemetry
  feat: need more tests
  feat: adding metrics is work in progress

# Conflicts:
#	x/budget/keeper/budget_test.go
#	x/budget/keeper/grpc_query_test.go
#	x/budget/keeper/keeper_test.go
#	x/budget/simulation/genesis.go
#	x/budget/types/params.go
#	x/budget/types/params_test.go
Copy link
Contributor

@dongsam dongsam left a comment

Choose a reason for hiding this comment

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

@hallazzang I just merged with upstream and resolved the conflicts

@hallazzang hallazzang merged commit d3a9aab into tendermint:main Nov 10, 2021
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.

feat: modify some fields for naming convention in Budget object
3 participants