Skip to content

feat!: v0.50.13 tac liquidstake module integration#2

Merged
pixelplex merged 13 commits into
TacBuild:feature/evmfrom
pixelplex:feature/v0.50.13-tac-lsm
Oct 10, 2025
Merged

feat!: v0.50.13 tac liquidstake module integration#2
pixelplex merged 13 commits into
TacBuild:feature/evmfrom
pixelplex:feature/v0.50.13-tac-lsm

Conversation

@Alexey-Ostrovsky

Copy link
Copy Markdown

Description

TAC liquidstake integration, based on v0.50.13 release.

@pixelplex pixelplex changed the title Feature/v0.50.13 tac lsm feat!: v0.50.13 tac liquidstake module integration Oct 9, 2025
break
}
}
fieldNum := int32(wire >> 3)

Check failure

Code scanning / gosec

integer overflow conversion uint64 -> uint8 Error

integer overflow conversion uint64 -> int32

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

This is codegen.

}
}
fieldNum := int32(wire >> 3)
wireType := int(wire & 0x7)

Check failure

Code scanning / gosec

integer overflow conversion uint64 -> uint8 Error

integer overflow conversion uint64 -> int

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

This is codegen.

break
}
}
intStringLen := int(stringLen)

Check failure

Code scanning / gosec

integer overflow conversion uint64 -> uint8 Error

integer overflow conversion uint64 -> int

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

This is codegen.

break
}
}
intStringLen := int(stringLen)

Check failure

Code scanning / gosec

integer overflow conversion uint64 -> uint8 Error

integer overflow conversion uint64 -> int

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

This is codegen.

Comment thread x/staking/keeper/liquid_stake.go Fixed
Comment thread x/staking/keeper/tokenize_share_record.go Fixed
@pixelplex pixelplex merged commit e43d8d1 into TacBuild:feature/evm Oct 10, 2025
43 of 47 checks passed
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.

5 participants