[bisq-network/bisq-common] Fix protobuffer definitions (#36)

Manfred Karrer notifications at github.com
Mon Aug 20 16:49:10 UTC 2018


Deprecated PersistableNetworkPayloadList had initially the message type
number 12 and got changed to 15 which caused errors. We changed back so
that PersistableNetworkPayloadList has nr 12 again.
AccountAgeWitnessStore and TradeStatistics2Store also have been changed
to have the same numbers as on th latest release again.

Here are the items from the latest 0.7.1 release:
...
PersistableNetworkPayloadList persistable_network_payload_list = 12;
AccountAgeWitnessStore account_age_witness_store = 13;
TradeStatistics2Store trade_statistics2_store = 14;
State state = 15;
...

Here are the current items:
PersistableNetworkPayloadList persistable_network_payload_list = 12;
AccountAgeWitnessStore account_age_witness_store = 13;
TradeStatistics2Store trade_statistics2_store = 14;
BsqState bsq_state = 15;
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq-common/pull/36

-- Commit Summary --

  * Fix protobuffer definitions

-- File Changes --

    M src/main/proto/pb.proto (11)

-- Patch Links --

https://github.com/bisq-network/bisq-common/pull/36.patch
https://github.com/bisq-network/bisq-common/pull/36.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq-common/pull/36
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20180820/efae411d/attachment.html>


More information about the bisq-github mailing list