ug93tad

Results 21 comments of ug93tad

thanks for spotting this. it was a mistake when uploading the source. has been fixed. the source code should be similar to the Sorter.go Hyperledger's contract.

@ijingo @bulldosers @dloghin can you reproduce this?

this is the relics from the original YCSB code https://github.com/basicthinker/YCSB-C we don't use them, and will remove them.

see the new commits. We've removed some of the hardcoded stuff

The comment in "start-client.sh" means that both the executable for YCSB and Smallbank are named "driver". You need to change the path to the correct workload. The "true" option in...

For Ethereum, both YCSB and Smallbank use the driver in ../macro/kvstore (see the Readme). All operations are "DoInsert()". The "DoTransaction()" is relics from the YCSB code we ported (https://github.com/basicthinker/YCSB-C). The...

No, sorry my mistake. Smallbank uses the driver in ../smallbank directory

yes, but for simulated workload only, and only for Ethereum. The correct smallbank should be run using the driver in ../smallbank folder.

how do you configure your VMs? Can they ping each other? Do they run SSH servers?

what version of Ethereum are you running? the VMs with ...130 address is running your server?