Enrique Lacal
Enrique Lacal
- Enable TLS on the HTTP Server correctly - Nest FileServer OpenAPI under /api/*filepath - Add JSON OpenAPI version - Update the mocks to fix
A way of specifying the data types used in the database for the model.
https://github.com/hyperledger/firefly/actions/runs/9098184382/job/25007795000 ``` #22 [fabric-builder 2/11] RUN apk add gcompat=1.1.0-r4 #22 CANCELED ------ > [stage-4 2/12] RUN apk add --update --no-cache sqlite=3.44.2-r0 postgresql16-client=16.2-r1 curl=8.5.0-r0 jq=1.7.1-r0: 1.247 fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz 1.356 fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz...
Remove Nicko and add Enrique as maintainer
In the case where you have defined two structs as follows: ```go type NestedStruct struct { Field1 string `json:"field1,omitempty"` } type TopLevelStruct struct { *NestedStruct `json:",omitempty"` Field2 string `json:"field2,omitempty"` }...
Based on https://ethereum.stackexchange.com/questions/153418/how-to-get-address-of-deployed-smart-contract-in-hardhat I believe the default ethers JS installed
As part of the startup flow of FireFly, it will reconcile the intent from its database and call the relevant plugins. For example, it will make sure to activate the...
As part of the v1.3.0 release, we rearchitected the way event streams from the transaction managers are configured against the namespaces in FireFly. FireFly core will now create *one* event...
I've seen this asked in Discord a lot of times and there is even a stack overflow post about it https://stackoverflow.com/questions/76323318/does-anyone-have-an-idea-on-how-to-create-namespaces-in-hyperledger-firefly Adding a new namespace to the config is not...