alexandrosfilios

Results 15 issues of alexandrosfilios

- [ ] cmd/fsccli/version/version.go:7-45: duplicate of node/version/version.go:7-45 - [ ] platform/view/services/db/driver/memory/db_test.go:31-84: duplicate of platform/view/services/db/driver/memory/db_test.go:373-426 - [ ] platform/fabric/core/generic/msp/x509/ecdsa.go:130-203: duplicate of platform/view/core/id/x509/ecdsa.go:133-206 - [ ] platform/view/services/flogging/fabenc/color_test.go:21-30: duplicate of platform/view/services/flogging/fabenc/color_test.go:32-41 - [...

cleanup

The current token-selector implementation does not support node replication, as it assumes that only one FSC node accesses the tokens of a specific wallet/currency combination. This leads to the following...

Currently, in order to subscribe to transaction status changes, we need to add a listener to the commit pipeline. Then every time a FSC node commits a transaction, this will...