airalab / robonomics_comm

Robonomics communication package stack for ROS-enabled cyber-physical systems
BSD 3-Clause "New" or "Revised" License
19 stars 11 forks source link

Make ERC20 services names generic #105

Closed akru closed 5 years ago

akru commented 5 years ago

Currently in https://github.com/airalab/robonomics_comm/blob/master/ethereum_common/src/ethereum_common/erc20_services.py a lot of service names has XRT sequence.

Proposal:

This node is generic for any ERC20 compatible token and xrt could be removed from service names.

strdn commented 5 years ago

Closed in #109