Ali Shahverdi
615f2fe6f9
added more comment consistancy fix
...
Signed-off-by: Ali Shahverdi <ali@Alis-MacBook-Pro.local>
2022-10-24 18:41:26 +03:30
Stefan Obermeier
cd4db0bc8b
use existing const instead of local string ( #815 )
...
Signed-off-by: Stefan Obermeier <st.obermeier@seeburger.de>
Signed-off-by: Stefan Obermeier <st.obermeier@seeburger.de>
2022-08-19 15:50:56 -04:00
Rajat Sharma
dc015eb3eb
ERC1155: subtraction overflow issue resolved
...
Signed-off-by: Rajat Sharma <connecttorajat@outlook.com>
2022-06-20 08:54:33 -04:00
fraVlaca
67a1166396
added fixes to erc token samples and documentation
...
Signed-off-by: fraVlaca <ocsenarf@outlook.com>
2022-05-18 07:54:36 -04:00
fraVlaca
5f71466295
updated erc tokens samples ( #731 )
...
Signed-off-by: fraVlaca <ocsenarf@outlook.com>
2022-05-11 10:35:10 -04:00
Baran Kılıç
98028c7da0
Fix ERC1155 chaincode indeterminism caused by iterating maps in Go
...
The functions BatchTransferFrom and BatchTransferFromMultiRecipient in ERC1155 sometimes give the error `ProposalResponsePayloads do not match`. This happens because iterating maps in Go is not deterministic. As a solution, I copied the keys of the map and sorted them and iterated over the sorted keys.
Signed-off-by: Baran Kılıç <baran.kilic@boun.edu.tr>
2021-09-29 17:23:35 -04:00
Baran Kılıç
36fb3a9273
Add ERC1155 chaincode in Go ( #463 )
...
Signed-off-by: Baran Kılıç <baran.kilic@boun.edu.tr>
2021-09-01 23:05:57 +02:00