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

[Feature] Append Custom Wasm Interface #347

Merged
merged 1 commit into from
Jun 15, 2020

Conversation

yun-yeo
Copy link
Contributor

@yun-yeo yun-yeo commented Jun 15, 2020

Summary of changes

  • Add custom wasm interface for market & treasury
  • Fix alias

Report of required housekeeping

  • Github issue OR spec proposal link
  • Wrote tests
  • Updated relevant documentation (docs/)
  • Added a relevant changelog entry: clog add [section] [stanza] [message]

(FOR ADMIN) Before merging

  • Added appropriate labels to PR
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)
  • Confirm added tests are consistent with the intended behavior of changes
  • Ensure all tests pass

@yun-yeo yun-yeo requested a review from hanjukim June 15, 2020 03:53
@yun-yeo yun-yeo self-assigned this Jun 15, 2020
@codecov
Copy link

codecov bot commented Jun 15, 2020

Codecov Report

Merging #347 into develop will increase coverage by 0.02%.
The diff coverage is 83.33%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #347      +/-   ##
===========================================
+ Coverage    65.06%   65.08%   +0.02%     
===========================================
  Files          101      101              
  Lines         5110     5113       +3     
===========================================
+ Hits          3325     3328       +3     
  Misses        1581     1581              
  Partials       204      204              
Impacted Files Coverage Δ
x/wasm/internal/types/msg_binding.go 0.00% <0.00%> (ø)
x/wasm/internal/types/query_binding.go 0.00% <0.00%> (ø)
app/app.go 86.44% <100.00%> (+0.23%) ⬆️
x/wasm/internal/keeper/keeper.go 81.25% <100.00%> (ø)
x/wasm/test_utils.go 94.73% <100.00%> (ø)

@hanjukim hanjukim merged commit f3cb0d8 into develop Jun 15, 2020
@hanjukim hanjukim added this to the Columbus-4 milestone Jun 18, 2020
@hanjukim hanjukim deleted the feature/custom-wasm-interface branch June 29, 2020 04:07
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.

None yet

2 participants