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

[Upgrade] Softfork for WASM Updates #433

Merged
merged 8 commits into from
Nov 23, 2020
Merged

[Upgrade] Softfork for WASM Updates #433

merged 8 commits into from
Nov 23, 2020

Conversation

yun-yeo
Copy link
Contributor

@yun-yeo yun-yeo commented Nov 16, 2020

Summary of changes

Details can be found here

Upgrade Time

Target Height for columbus-4: 1200000
Target Height for tequila-0004: 1350000

// MAINNET
// Fri Jan 01 2021 18:00:00 GMT+0900 (KST)
// Fri Jan 01 2021 09:00:00 GMT+0000 (UTC)
// Fri Jan 01 2021 01:00:00 GMT-0800 (PST)
//
// TEQUILA
// Fri Nov 27 2020 12:00:00 GMT+0900 (KST)
// Fri Nov 27 2020 03:00:00 GMT+0000 (UTC)
// Thu Nov 26 2020 19:00:00 GMT-0800 (PST)

WASM updates


(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 added the WIP work in progress label Nov 16, 2020
@yun-yeo yun-yeo self-assigned this Nov 16, 2020
@codecov
Copy link

codecov bot commented Nov 16, 2020

Codecov Report

Merging #433 (22e7f18) into develop (d3c4751) will decrease coverage by 0.24%.
The diff coverage is 20.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #433      +/-   ##
===========================================
- Coverage    67.52%   67.27%   -0.25%     
===========================================
  Files          117      118       +1     
  Lines         5053     5076      +23     
===========================================
+ Hits          3412     3415       +3     
- Misses        1427     1443      +16     
- Partials       214      218       +4     
Impacted Files Coverage Δ
x/market/internal/keeper/swap.go 72.41% <0.00%> (-3.49%) ⬇️
x/oracle/internal/keeper/querier.go 65.34% <0.00%> (-0.76%) ⬇️
x/oracle/test_utils.go 100.00% <ø> (ø)
x/wasm/abci.go 0.00% <0.00%> (ø)
x/wasm/internal/types/query_binding.go 0.00% <0.00%> (ø)
x/wasm/module.go 15.78% <0.00%> (ø)
x/wasm/internal/keeper/contract.go 75.87% <11.11%> (-3.18%) ⬇️
x/oracle/handler.go 87.58% <33.33%> (-2.49%) ⬇️
x/oracle/internal/keeper/keeper.go 83.50% <33.33%> (-0.87%) ⬇️
app/app.go 92.09% <100.00%> (+0.04%) ⬆️
... and 3 more

@hanjukim hanjukim requested review from hanjukim and kjessec November 17, 2020 03:33
@yun-yeo yun-yeo changed the title WIP [Upgrade] Softfork for WASM Upgrade Nov 23, 2020
@yun-yeo yun-yeo changed the title [Upgrade] Softfork for WASM Upgrade [Upgrade] Softfork for WASM Updates Nov 23, 2020
@yun-yeo yun-yeo added bug Something isn't working daemon daemon updates enhancement New feature or request must Mustfix for target release. and removed WIP work in progress labels Nov 23, 2020
@yun-yeo yun-yeo marked this pull request as ready for review November 23, 2020 06:34
@hanjukim
Copy link
Contributor

Re-syncing mainnet and testnet

@yun-yeo yun-yeo merged commit ee1cd6e into develop Nov 23, 2020
@yun-yeo yun-yeo deleted the feature/softfork branch November 23, 2020 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working daemon daemon updates enhancement New feature or request must Mustfix for target release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants