Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protobuf and etcd upgrade #2997

Merged
merged 40 commits into from
Jun 20, 2022
Merged

Protobuf and etcd upgrade #2997

merged 40 commits into from
Jun 20, 2022

Commits on Feb 16, 2022

  1. Update Protobuf

    Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
    Brett Logan authored and atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    2a19d3d View commit details
    Browse the repository at this point in the history
  2. Fix orderer/common

    Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
    Brett Logan authored and atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    6b06256 View commit details
    Browse the repository at this point in the history
  3. Fix orderer/consensus/etcdraft

    Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
    Brett Logan authored and atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    cc40a35 View commit details
    Browse the repository at this point in the history
  4. Fix protoutil

    Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
    Brett Logan authored and atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    55cd6c7 View commit details
    Browse the repository at this point in the history
  5. Fix core/scc

    Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
    Brett Logan authored and atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    0827590 View commit details
    Browse the repository at this point in the history
  6. Fix core/endorser

    Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
    Brett Logan authored and atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    f551afb View commit details
    Browse the repository at this point in the history
  7. Fix ledger/snapshotgrpc

    Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
    Brett Logan authored and atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    2d2f519 View commit details
    Browse the repository at this point in the history
  8. Fix internal/peer

    Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
    Brett Logan authored and atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    78c09a7 View commit details
    Browse the repository at this point in the history
  9. Fix core/dispatcher

    Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
    Brett Logan authored and atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    a4b1dd3 View commit details
    Browse the repository at this point in the history
  10. Fix core/chaincode

    Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
    Brett Logan authored and atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    527a2ad View commit details
    Browse the repository at this point in the history
  11. Fix common/cauthdsl

    Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
    Brett Logan authored and atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    95fd19d View commit details
    Browse the repository at this point in the history
  12. Cleanup

    Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
    Brett Logan authored and atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    a53d26d View commit details
    Browse the repository at this point in the history
  13. move to latest etcd

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    ad865c9 View commit details
    Browse the repository at this point in the history
  14. latest vendoring

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    7bf4f52 View commit details
    Browse the repository at this point in the history
  15. fix formatting

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    d90a65a View commit details
    Browse the repository at this point in the history
  16. remove old etcd brought back by rebase

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    9b4c185 View commit details
    Browse the repository at this point in the history
  17. go mod tidy

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    9a7f2f4 View commit details
    Browse the repository at this point in the history
  18. fix unit tests

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    4d94849 View commit details
    Browse the repository at this point in the history
  19. Restore state when joining

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    3448d48 View commit details
    Browse the repository at this point in the history
  20. Add fmt.Println to see why CI fails but works locally

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    eb2a0e0 View commit details
    Browse the repository at this point in the history
  21. turn on DEBUG for tests

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    35caadc View commit details
    Browse the repository at this point in the history
  22. correct more changes picked up from rebase

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    92ae125 View commit details
    Browse the repository at this point in the history
  23. fixing more tests

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    fde2d6b View commit details
    Browse the repository at this point in the history
  24. make test fail if tx can be signed with no endorsements

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    6b9400a View commit details
    Browse the repository at this point in the history
  25. go mod tidy

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    01c7266 View commit details
    Browse the repository at this point in the history
  26. remove focus on test

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    dddb9bb View commit details
    Browse the repository at this point in the history
  27. Make all protobuf error message tests pass

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    2a47fc2 View commit details
    Browse the repository at this point in the history
  28. fix serializer_test errors

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    249c545 View commit details
    Browse the repository at this point in the history
  29. Fix tests

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    a86b451 View commit details
    Browse the repository at this point in the history
  30. Fix skip caller depth for grpc

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    8531868 View commit details
    Browse the repository at this point in the history
  31. apply code review recommendations

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    63c57f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. fix conflicts

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    b5547ef View commit details
    Browse the repository at this point in the history
  2. Fix test

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    0878fd5 View commit details
    Browse the repository at this point in the history
  3. merge with latest

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    b80153f View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. assign whole ConfState

    Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
    atoulme committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    7933d80 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Set raft node inital confstate based on latest snapshot

    Signed-off-by: Parameswaran Selvam <parselva@in.ibm.com>
    Param-S committed May 12, 2022
    Configuration menu
    Copy the full SHA
    c11ee83 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Set raft node inital confstate based on latest snapshot

    Signed-off-by: Parameswaran Selvam <parselva@in.ibm.com>
    Param-S committed May 13, 2022
    Configuration menu
    Copy the full SHA
    8a6579d View commit details
    Browse the repository at this point in the history
  2. Resolved conflicts

    Signed-off-by: Parameswaran Selvam <parselva@in.ibm.com>
    Param-S committed May 13, 2022
    Configuration menu
    Copy the full SHA
    57cfcc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98642ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a27ed28 View commit details
    Browse the repository at this point in the history