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

refactor(templates)!: remove ValidateBasic() and use address codec #4058

Merged
merged 9 commits into from
Apr 2, 2024

Conversation

julienrbrt
Copy link
Member

@julienrbrt julienrbrt commented Mar 26, 2024

Remove ValidateBasic() from scaffolded modules.
Use address codec instead of AccAddressFromBech32

  • scaffold chain
  • scaffold singleton
  • scaffold map
  • scaffold list
  • scaffold ibc module
  • scaffold ibc integration packet

Closes: #4042

@julienrbrt julienrbrt force-pushed the julien/del-validate-basic-codec branch from ae8a46e to e592423 Compare March 28, 2024 14:20
@julienrbrt julienrbrt marked this pull request as ready for review March 28, 2024 14:52
@julienrbrt julienrbrt enabled auto-merge (squash) March 29, 2024 06:49
@julienrbrt julienrbrt requested a review from Pantani April 1, 2024 21:24
Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.09%. Comparing base (6b6bd3b) to head (86a0fa5).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4058   +/-   ##
=======================================
  Coverage   26.09%   26.09%           
=======================================
  Files         304      304           
  Lines       25594    25594           
=======================================
+ Hits         6678     6680    +2     
+ Misses      18327    18326    -1     
+ Partials      589      588    -1     

see 1 file with indirect coverage changes

@julienrbrt julienrbrt merged commit bc57707 into main Apr 2, 2024
46 checks passed
@julienrbrt julienrbrt deleted the julien/del-validate-basic-codec branch April 2, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use a more readable name for creator into the tests
2 participants