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

Re-add polkadot/hyperspace support and update TestHyperspace for ibc-go wasm light client changes #747

Merged
merged 12 commits into from
Sep 14, 2023

Conversation

misko9
Copy link
Contributor

@misko9 misko9 commented Sep 6, 2023

No description provided.

@misko9 misko9 requested a review from a team as a code owner September 6, 2023 23:27
@misko9 misko9 requested review from DavidNix and boojamya September 6, 2023 23:27
@misko9 misko9 added the dont_backport Do not backport to any other maintained branch label Sep 7, 2023
@@ -582,7 +582,7 @@ func (c *CosmosChain) getTransaction(txhash string) (*types.TxResponse, error) {
func (c *CosmosChain) GetGasFeesInNativeDenom(gasPaid int64) int64 {
gasPrice, _ := strconv.ParseFloat(strings.Replace(c.cfg.GasPrices, c.cfg.Denom, "", 1), 64)
fees := float64(gasPaid) * gasPrice
return int64(fees)
return int64(math.Ceil(fees))
Copy link
Member

Choose a reason for hiding this comment

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

Nice find! 🔥

misko9 and others added 2 commits September 10, 2023 10:29
UsingNewGenesisCommand flag, and write exported state to a file instead
of to the screen.
Copy link
Contributor

@boojamya boojamya left a comment

Choose a reason for hiding this comment

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

Wasm updates 👏

Looks good Steve!

@misko9 misko9 enabled auto-merge (squash) September 14, 2023 20:44
@misko9 misko9 merged commit 31c0cdb into main Sep 14, 2023
@misko9 misko9 deleted the steve/hyperspace_v8 branch September 14, 2023 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dont_backport Do not backport to any other maintained branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants