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

chore: No Gravity Bridge #2135

Merged
merged 26 commits into from
Jul 10, 2023
Merged

chore: No Gravity Bridge #2135

merged 26 commits into from
Jul 10, 2023

Conversation

robert-zaremba
Copy link
Member

Description

PR to merge the latest, synced version of no-gb branch into main.

@robert-zaremba robert-zaremba requested review from a team as code owners July 10, 2023 14:27
@robert-zaremba robert-zaremba changed the title No Gravity Bridge chore: No Gravity Bridge Jul 10, 2023
tests/e2e/setup/setup.go Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jul 10, 2023

Codecov Report

Merging #2135 (bf97827) into main (7f05ad4) will decrease coverage by 0.81%.
The diff coverage is 77.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2135      +/-   ##
==========================================
- Coverage   75.38%   74.58%   -0.81%     
==========================================
  Files         100      127      +27     
  Lines        8025     9946    +1921     
==========================================
+ Hits         6050     7418    +1368     
- Misses       1589     2024     +435     
- Partials      386      504     +118     
Impacted Files Coverage Δ
ante/spam_prevention.go 75.92% <ø> (ø)
x/incentive/codec.go 47.82% <ø> (+9.89%) ⬆️
x/incentive/keeper/invariants.go 0.00% <0.00%> (ø)
x/leverage/client/tests/suite.go 100.00% <ø> (ø)
x/leverage/client/tests/tests.go 100.00% <ø> (ø)
x/leverage/keeper/borrows.go 75.93% <ø> (-2.64%) ⬇️
x/leverage/keeper/collateral.go 72.72% <ø> (-0.16%) ⬇️
x/leverage/keeper/errors.go 100.00% <ø> (ø)
x/leverage/keeper/exchange_rate.go 72.72% <ø> (ø)
x/leverage/keeper/genesis.go 87.23% <ø> (ø)
... and 61 more

... and 29 files with indirect coverage changes

@robert-zaremba robert-zaremba added this pull request to the merge queue Jul 10, 2023
Merged via the queue into main with commit 9f8b0a1 Jul 10, 2023
26 checks passed
@robert-zaremba robert-zaremba deleted the no-gb branch July 10, 2023 18:10
@@ -135,19 +134,14 @@ func (SlashingModule) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage {
}

func GenTxValidator(msgs []sdk.Msg) error {
if n := len(msgs); n < 1 || n > 2 {
if n := len(msgs); n != 1 {
return fmt.Errorf(
"contains invalid number of messages; expected: 2 or 1; got: %d", n)
Copy link
Member

Choose a reason for hiding this comment

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

Expected 1

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.

3 participants