topology-foundation / topchain-node

MIT License
2 stars 7 forks source link

feat(deal): add secondary mapping for requester #17

Closed sfroment closed 1 month ago

sfroment commented 1 month ago

address #16 As a note the testutil.SubscritpionKeeper need an update, in order to run mine as it was enough I've just made that:

    k := keeper.NewKeeper(
        cdc,
        runtime.NewKVStoreService(storeKey),
        log.NewNopLogger(),
        authority.String(),
        "",
        nil,
        nil,
        nil,
    )