Skip to content

Tags: hyperledger/firefly-ethconnect

Tags

v3.3.2

Toggle v3.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #244 from alex-semenyuk/fix_release_issue

Add explicit github actions permissions

v3.3.1

Toggle v3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #243 from kaleido-io/fix-build

Fix docker build and add to PR checks

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #235 from kaleido-io/synchronized

Add synchronized flag to subscriptions

v3.2.11

Toggle v3.2.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use Go 1.19 and update deps (#234)

* Use Go 1.19 and update deps

Signed-off-by: Vinod Damle <vinod.damle@kaleido.io>

* Update go mods

Signed-off-by: Vinod Damle <vinod.damle@kaleido.io>

* Update ethbinding version

Signed-off-by: Vinod Damle <vinod.damle@kaleido.io>

* remove local go mod updates

Signed-off-by: Vinod Damle <vinod.damle@kaleido.io>

* remove unused hunk

Signed-off-by: Vinod Damle <vinod.damle@kaleido.io>

* Update ethbinding version

Signed-off-by: Vinod Damle <vinod.damle@kaleido.io>

* update golangci go version

Signed-off-by: Vinod Damle <vinod.damle@kaleido.io>

* Update go version in workflow

Signed-off-by: Vinod Damle <vinod.damle@kaleido.io>

---------

Signed-off-by: Vinod Damle <vinod.damle@kaleido.io>

v3.2.10

Toggle v3.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #233 from kaleido-io/empty-bytes

Differentiate bytes vs. fixed bytes in encoding parameters

v3.2.9

Toggle v3.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cleanup migrated contract JSON with full path (#231)

Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>

Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>

v3.2.8

Toggle v3.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #225 from kaleido-io/go-1.17

Update to Go 1.17

v3.2.7

Toggle v3.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #229 from kaleido-io/evmconnect

Remove early FFCAPI implementation not it is replaced by EVMConnect

v3.2.6

Toggle v3.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Two phase init was not passing smartContractGW to receipt store - mea…

…ning no WS receipts (#228)

Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>

Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>

v3.2.5

Toggle v3.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add additional idempotence check to cover Kafka server restart, while…

… EthConnect stays running (#227)

* Idempotency check on the way into the inflight pool

Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>

* Update initialization for idempotency check receipt store, and txprocessor impl

Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>

* Add unit tests for idempotence

Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>

* Check on TX Hash, in case redelivery happens after full receipt has been persisted

Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>

* Provide more detailed error when idempotency check fails on receipt store

Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>

* Better logging and handle redelivery with extra receipt

Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>

* Do not store receipts when we get a redelivery notification

Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>

* Store special record if we lose the reply

Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>

Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>