Skip to content

Commit 2a21efe

Browse files
committed
Refactor import statements in EVM bridge module files for consistency and clarity. Add bridge_contract_address field to Params message, updating related protobuf and Go files to support new functionality, including serialization and deserialization methods.
1 parent 042946b commit 2a21efe

File tree

12 files changed

+201
-76
lines changed

12 files changed

+201
-76
lines changed

api/junction/evmbridge/genesis.pulsar.go

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/junction/evmbridge/module/module.pulsar.go

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/junction/evmbridge/params.pulsar.go

Lines changed: 103 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/junction/evmbridge/query.pulsar.go

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/junction/evmbridge/query_grpc.pb.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/junction/evmbridge/tx.pulsar.go

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/junction/evmbridge/tx_grpc.pb.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/junction/evmbridge/params.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ message Params {
1313

1414
// bridge_workers defines the list of addresses authorized to unlock tokens
1515
repeated string bridge_workers = 1;
16+
// bridge contract address
17+
string bridge_contract_address = 2;
1618
}

x/evmbridge/types/genesis.pb.go

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)