Ali Shahverdi
dd5696c41f
added more comment consistancy fix
...
Signed-off-by: Ali Shahverdi <ali@Alis-MacBook-Pro.local>
2022-10-24 18:41:26 +03:30
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
Rajat Sharma
fc2494aebd
ERC20: check for token initialized changed
...
Signed-off-by: Rajat Sharma <connecttorajat@outlook.com>
2022-06-15 11:06:03 -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
Arnaud J Le Hors
6d043af487
Add repolinter support
...
Fix link in SECURITY file, and add missing copyright and license
notices.
To check, run: repolinter --rulesetUrl https://github.com/hyperledger-labs/hyperledger-community-management-tools/raw/main/repo_structure/repolint.json
Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
2021-04-23 15:35:20 -04:00
Simon Stone
365172ddb3
Stop ERC-20 transfer bug when to/from accounts are the same ( #425 )
...
Using the ERC-20 sample, you can submit a transfer to and from
the same account. Because the code doesn't handle this, it ends
up minting new tokens into that account.
The correct behaviour is not specified by the ERC-20 specification,
although the OpenZeppelin implementation seems to permit it.
IMO we should just block it with an error because I can't see a use
case for allowing it and it is most likely a user error.
Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
2021-02-24 15:07:06 -05:00
5pecia1
ca5c16dbae
add test code about SetOption in toeknERC20.test
...
Signed-off-by: 5pecia1 <pdpxpd@gmail.com>
2021-01-13 00:53:46 -05:00
Julian Castrence
1829666e3a
Rename token-account-based Directory to token-erc-20
...
FAB-18275
Signed-off-by: Julian Castrence <juliancastrence@ibm.com>
2020-11-21 11:08:18 -05:00