MayRosenbaum

Results 7 issues of MayRosenbaum

#### Type of change - Test update #### Description This PR includes rebasing and updates to the BFT chain unit tests

#### Type of change - Test update #### Description The purpose of this PR is to create BFT chain unit tests. The first step is to create an active chain...

#### Type of change config update #### Description This PR aims to block the option to specify global-level endpoints and enforce that endpoints per org are defined. Integration tests +...

#### Type of change - config update #### Description This PR aims to block the option to specify global-level endpoints and enforce that endpoints per org are defined. #### Related...

### Current Status The channel config specifies both [global-level endpoints](https://github.com/hyperledger/fabric/blob/main/common/channelconfig/util.go#L101-L105) and [per-organization endpoints](https://github.com/hyperledger/fabric/blob/main/integration/nwo/fabricconfig/configtx.go#L22-L29). ### Expected In V3.0 we should use the per-organization endpoints and eliminate the option to specify global-level...

enhancement

#### Type of change - Test update #### Description This PR aims to remove solo as a consensus type. Tests were fixed accordingly. #### Related issues Issue #4496 in fabric...