Commit graph

1177 commits

Author SHA1 Message Date
luc662
fd3acdb16e se eliminarom mas ejemplos 2025-05-17 21:36:46 +00:00
luc662
2ed8904c0f se elimino otro ejemplo no utilizado 2025-05-17 21:18:44 +00:00
luc662
8e8cba0aa8 se eliminaron ejemplos no usados 2025-05-17 21:17:57 +00:00
FrancoPandolfo
27022c75e3 fix vacunas 2025-05-13 22:55:20 +00:00
FrancoPandolfo
496073053c fix 2025-05-13 22:25:16 +00:00
luc662
54faad550f cambios en sintaxis para validar ABM de vacunas 2025-05-13 22:15:12 +00:00
FrancoPandolfo
5008a13609 cambios para vacunas 2025-05-13 22:01:30 +00:00
FrancoPandolfo
09be144ced fix recetas y vacunas 2025-05-07 22:43:59 +00:00
FrancoPandolfo
6d422441ff fix endpoints 2025-04-10 23:45:57 +00:00
FrancoPandolfo
d7c6a7a77c subo web config a app java 2025-04-08 23:17:45 +00:00
FrancoPandolfo
6b8fcf28c4 subo cors config 2025-04-08 22:52:48 +00:00
FrancoPandolfo
8cf57afda0 small fixes 2025-04-08 22:38:02 +00:00
luc662
44e3f4210d se creo el endpoint para la vacuna y el smart contract 2025-04-06 16:14:42 +00:00
luc662
07d5d9e5f2 se agrega el endpoint y el smart contract de validar recetas 2025-04-05 21:31:18 +00:00
luc662
a70ef3b1cd se agrega el endpoint para obtener recetas por DNI y estado 2025-04-05 21:04:00 +00:00
luc662
866a2ecb03 cambios en los parametros de los contratos, ahora se llaman recetas y no assets 2025-04-05 20:04:03 +00:00
FrancoPandolfo
462ad74cd2 Agrego lo necesario para devolver varios assets y el endpoint para devolver los assets para recetas 2025-04-03 23:22:29 +00:00
luc662
6c9d40ddf0 se eliminaron mas ejemplos que no necesitariamos 2025-04-02 20:52:15 +00:00
luc662
5f7ddaeb4a se eliminaron applications-gateways inecesarios 2025-04-02 19:45:02 +00:00
luc662
356622a410 se arreglaron dependencias para poder correr 2025-04-02 19:40:48 +00:00
FrancoPandolfo
1d5d09175f Agrego RecetaDto y AssetIdDto para que devuelva el controller 2024-08-27 20:41:59 -03:00
FrancoPandolfo
de9e40a101 Funciona el post y el get de recetas a hyper ledger 2024-08-27 19:51:27 -03:00
FrancoPandolfo
3f29718c54 algunos fixes, falta datetime 2024-08-24 15:36:03 -03:00
lucas bonfil
79da291bd1 se agrego la visualizacion de recetas y se arreglo la carga de recetas 2024-08-24 14:45:05 -03:00
lucas bonfil
1a302e2240 se creo un service para crear recetas 2024-08-22 19:25:18 -03:00
lucas bonfil
a5e88af0a7 actualizado el archivo para maven 2024-08-22 18:32:37 -03:00
lucas bonfil
97d1c87af5 se soluciono un error donde Asset era un .Java en lugar de un .java 2024-08-21 13:49:15 -03:00
lucas bonfil
7649753506 se creo un ejemplo en maven para el gateway asi podemos usar springboot 2024-08-21 13:41:09 -03:00
FrancoPandolfo
b86d813238 fix package import 2024-08-17 18:44:45 -03:00
FrancoPandolfo
d58e9891bb fixed smart contract test 2024-08-17 17:37:43 -03:00
FrancoPandolfo
ababd668a4 Java gateway funcionando 2024-08-17 17:34:32 -03:00
FrancoPandolfo
39a99fbc37 Modificamos el contrato para que sea una receta 2024-07-18 20:58:08 -03:00
takayuki-nagai
50b69f6157
Add document about how to benchmark the performance using Hyperledger Caliper (#1238)
Add document about how to benchmark the performance using Hyperledger Caliper

Signed-off-by: takayuki-nagai <takayuki.nagai.nu@hitachi.com>
Co-authored-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
2024-07-17 17:46:23 +09:00
chinmayi
604a0a561b Fix directory path for chaincode-external
Signed-off-by: chinmayi <chinmayishaan2316@gmail.com>
2024-06-24 16:27:16 -04:00
Mark S. Lewis
110e732259 Update Go chaincode to fabric-contract-api-go/v2
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-06-21 15:18:12 -04:00
Mark S. Lewis
7258b4f4ab Add JavaScript asset-transfer-basic application
While the TypeScript application sample is essentially identical (with
the addition of some type declarations), there seems to be sufficient
uncertainty amongst JavaScript developers not familiar with TypeScript
on how best to implement a JavaScript application that it is worthwhile
having one plain JavaScript sample using the current client API.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-06-21 12:16:31 -04:00
Mark S. Lewis
76088d0273 Remove legacy sample applications
The removed samples make use of deprecated legacy client SDKs. They all
have equivalent samples implemented using the currently supported Fabric
Gateway client API, and are therefore redundant.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-06-19 10:38:52 -04:00
David Enyeart
e334b7527a Bump fabric to v2.5.9
Bump fabric to v2.5.9.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
2024-06-19 11:59:47 +09:00
Mark S. Lewis
c077dae79c Update TypeScript implementations
- Dependency updates
- ESLint flat configuration format, replacing deprecated configuration
- Minor fixes to compile and lint issues
- Consistent TypeScript formatting with .editorconfig

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-06-18 06:51:58 -04:00
Chris Elder
a4f0a2c5b2 Change CA ports in test-network-nano-bash
Signed-off-by: Chris Elder <celder@Chriss-MacBook-Pro.local>
2024-06-15 16:43:43 -04:00
Chris Elder
3622a5e383 Add chaincode logging for binary chaincode in test-network-nano-bash
- Correct sh compability in ca_utils.sh
- Correct linux compatibility in external builder

Signed-off-by: Chris Elder <celder628@gmail.com>
Signed-off-by: Chris Elder <celder@Chriss-MacBook-Pro.local>
2024-06-14 13:10:53 -04:00
Mark S. Lewis
29e695187a Use more specific chaincode package versions
This demonstrates good practice in restricting the chaincode package
versions to those applicable for the specific Fabric (major/minor)
version targeted for deployment.

Also some corrections to the repository README. Particularly referring
to other branches for samples targeted at earlier Fabric versions, since
samples in the main branch may exploit features not available in older
Fabric releases, which can cause confusion for end users.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-06-14 00:24:08 -04:00
Chris Elder
179bc96846 Add external builders for golang and node chaincode to test-network-nano-bash
The external builders will build and launch binary chaincode instead of docker containers.

Signed-off-by: Chris Elder <celder628@gmail.com>
2024-06-06 17:51:34 -04:00
Tatsuya Sato
e4af8fe198 test-network-k8s: bump k8s-builder and couchdb
Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
2024-06-04 12:56:19 -04:00
Mark S. Lewis
0ed34585e1 Update Node chaincode for v2.5.5 release
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-06-03 15:27:51 -04:00
Chris Elder
3c63eac4e3 Add CA capability to test-network-nano-bash
This change adds:
- shell scripts to start CAs for each org
- optional flag (-c) to network.sh to start CAs
- generate crypto material in the same format as cryptogen using the CAs
- describe how to start the CAs using terminals

Signed-off-by: Chris Elder <celder@chriss-mbp.raleigh.ibm.com>
2024-05-28 23:31:18 -04:00
David Enyeart
92f028c08d Bump dependencies
Go to 1.22
CouchDB to 3.3.3
Fabric to 2.5.8
Fabric-CA to 1.5.11

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
2024-05-28 11:38:28 +09:00
James Taylor
1058f9ffe1 Update test-network-k8s
Add required permissions for upcoming k8s builder release

Also adds ttl to install jobs and configures the k8s builder prefix

Signed-off-by: James Taylor <jamest@uk.ibm.com>
2024-05-27 13:49:37 +09:00
Mark S. Lewis
d3e2a90ad5 Update test dependencies for Java chaincode
This resolves mocking errors using the latest Java chaincode shim and
very old versions of Mockito.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-05-21 22:19:39 -04:00
David Enyeart
bf61094231 Remove double quotes for env variables
Double quotes have caused issues in some environments,
e.g. see https://github.com/hyperledger/fabric/issues/4358

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
2024-05-07 01:06:09 +09:00