Skip to content

framework/v0.15.0

Choose a tag to compare

@github-actions github-actions released this 03 Mar 14:06
· 26 commits to main since this release
86bec59

Release notes:

  • Update the Canton blockchain containers to support Docker-internal networking
  • Change the for Canton to be of type and split internal/external endpoints into separate fields
  • Bump the Canton and Splice images to

Commits:

  • Canton - support Docker-internal networking (NONEVM-3773) (#2456) (86bec59)

Breaking changes:

github.com/smartcontractkit/chainlink-testing-framework/framework/components/blockchain

incompatible changes

NetworkSpecificData.CantonEndpoints: removed

compatible changes

CantonData: added
NetworkSpecificData.CantonData: added

github.com/smartcontractkit/chainlink-testing-framework/framework/components/blockchain/canton

incompatible changes

NginxContainerRequest: changed from func(int, string, string, string) github.com/testcontainers/testcontainers-go.ContainerRequest to func(int, string, string, string) (github.com/testcontainers/testcontainers-go.ContainerRequest, string)
SpliceVersion: value changed from 0.5.11 to 0.5.13

compatible changes

DefaultNginxInternalPort: added

diagnostics

go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.

summary

v0.15.0 is not a valid semantic version for this release.
version v0.15.0 already exists