Adam Dossa
Adam Dossa
For anyone following this thread, the following seems to be the solution: 1) In tinyb/api/tinyb/BluetoothObject.hpp add: #include #include #include Once I'd done the above, it compiled, but failed with a...
I've now trying to execute the example code: java -cp /usr/local/lib/../lib/java/tinyb.jar:examples/java/HelloTinyB.jar -Djava.library.path=/usr/local/lib/ HelloTinyB xxx But I get the error: Exception in thread "main" java.lang.RuntimeException: Error getting object manager client: Could...
Not sure there are many options - my googling seems to indicate its a linux VM or you're stuck with Obj-C / using Apples stack.
Another test
This issue was moved to adamdossa/RegisterEth#9
FYI - function to do this from web3 is: web3.eth.getCode
What would be the logic if it is a contract address? There are some cases where I could imagine a KYC provider wanting to be able to whitelist an address...
Note - the current ST implementation would not allow dividends easily as you can't query balances as of a specific date (e.g. the dividend date). https://medium.com/@adam.dossa/dividend-payment-contract-based-on-minimetoken-90e5ba7c85d5
Yep - I can do this early next week (put together a proposal for a light-weight on-chain dividend mechanism).
As discussed on Friday's call, for now we will leave dividends as being an off-chain process and look at enhancing ST with this feature on-chain as a V2 / enhancement.