chore(protos): sync to buf.build/lumera-protocol/lumera:v1.20.0#11
Open
mateeullahmalik wants to merge 1 commit into
Open
chore(protos): sync to buf.build/lumera-protocol/lumera:v1.20.0#11mateeullahmalik wants to merge 1 commit into
mateeullahmalik wants to merge 1 commit into
Conversation
Bumps the BSR pin from v1.12.0 (e1840803ddd3435cb1a68af6ade4b2ed) to the labeled v1.20.0 commit (64adc7466c884d0d995a8c7296824bb9) and regenerates the TypeScript codegen via 'npm run generate'. Adds: - lumera.erc20policy (tx.proto): ERC20 policy Msg surface - lumera.evmigration (genesis, migration_record, module, params, proof, query, tx): legacy->EVM account migration module Updates: - lumera.audit.v1: audit.proto (+9), genesis.proto field tweak Wiring is automatic via telescope: - src/codegen/lumera/bundle.ts exports erc20policy + evmigration namespaces - src/codegen/lumera/client.ts registers tx registry + amino converters for both - src/codegen/lumera/rpc.query.ts exposes evmigration query - src/codegen/lumera/rpc.tx.ts exposes erc20policy + evmigration msg clients Build: tsc esm + cjs clean Tests: 81/81 vitest pass Version: 0.3.0 -> 0.4.0 (new module surface)
a-ok123
requested review from
a-ok123 and
Copilot
and removed request for
Copilot
July 16, 2026 20:26
a-ok123
approved these changes
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps BSR pin in
package.jsonfromv1.12.0(e1840803ddd3435cb1a68af6ade4b2ed, 2026-05-14) to the labeledv1.20.0commit (64adc7466c884d0d995a8c7296824bb9) and regenerates the TypeScript codegen vianpm run generate.BSR label confirmed by Alexy and re-verified via
buf.registry.module.v1.LabelService/ListLabels.Why
sdk-js was pinned at
v1.12.0while chain has moved tov1.20.0. Thev1.20.0release adds two new modules (x/erc20policy,x/evmigration) plus small updates tox/audit. JS consumers cannot construct migration/erc20policy messages or call the new query endpoints until codegen catches up.Changes
New module surface
lumera.erc20policy—tx.proto(ERC20 policy Msg surface)src/codegen/lumera/erc20policy/**lumera.evmigration—genesis,migration_record,module,params,proof,query,txsrc/codegen/lumera/evmigration/**Updates
lumera.audit.v1:audit.proto(+9 lines),genesis.protofield tweakWiring is automatic via telescope — verified manually:
src/codegen/lumera/bundle.tsexports theerc20policyandevmigrationnamespacessrc/codegen/lumera/client.tsregisters tx registry + amino converters for bothsrc/codegen/lumera/rpc.query.tsexposes theevmigrationquery extensionsrc/codegen/lumera/rpc.tx.tsexposeserc20policy+evmigrationmsg clientsVerification
npm run generate— clean (✨ Post-codegen fixes completed successfully!)npm run build— tsc ESM + CJS cleannpm test— 81 / 81 vitest passv1.20.0resolved on registry, commit id matches Alexy's messageProto diff (chain repo, v1.12.0 → v1.20.0)
Risk / rollback
Version
Bumps
0.3.0→0.4.0— new proto module surface (erc20policy,evmigration) is a new public TS API even though we're pre-1.0.Follow-ups (not in this PR)
proto:download:depsstill pins a stale cosmos-sdk BSR commit (5a6ab7bc14314acaa912d5e53aef1c2f, ~Cosmos SDK v0.50). Chain is now on v0.53.6. Worth a separate PR to bump so we don't silently resolve v0.50-era Cosmos types when the chain proto references newer SDK primitives.evmigration/erc20policy(currently reachable only through the generated tree). Track as its own task.