- added "string length check" in message param of
sendalert
,sendreceipt
actions for all the contracts. - RIDEX implemented using Bancor Algorithm.
toeuserauth
contract added & successfully compiled.reachsrc_timestamp_est
,reachsrc_timestamp_act
added in theridetaxi
table oftoeridetaxi
contract.- added RIDEX related notes (for technical whitepaper) in the repo README file.
toeridetaxi
contract linked totoeuserauth
contract.#pragma once
line added in all the contract header files to avoid header file repetition during the compilation process.
toeridetaxi
contract README updated with TODO taskstoetoken
contract added & successfully compiled
- NOTES added for technical whitepaper in the root README.md file.
toetoken
contract added & successfully compiled
- type of
fare_est
&fare_act
changed fromdouble
(8 bytes) tofloat
(4 bytes) due to high memory usage earlier. Moreover, high precision usingdouble
(upto 15 decimal digits) is not needed here infare
, ratherfloat
(upto 7 decimal digits) is enough. - @param
fare_crypto
ofasset
type added in thetoeridetaxi
table --ridetaxi
. cabeostoken
updated totoetoken
toeridewallet
contract created to isolate the ride wallet fromtoeridetaxi
contract. This is to ensure that wallet is independently in communication with taxi, bus, metro contracts later.toeridetaxi
contract modified to reading data from other table oftoeridewallet
contract
toeridetaxi
contract is written & released after successful compilation.
- Algorithms added
- All the contract folders were created:
cabeos.ride
cabeos.stake
cabeos.status
cabeos.token