Matt Kindy

Results 11 comments of Matt Kindy

I could not solve this issue with this plugin because background monitoring does not spawn a webview in which the javascript callback can be executed. I had to create a...

@halindrome Sure, although it's somewhat specific. Hopefully you'll be able to modify it for your needs: https://github.com/Topl/cordova-beacon-background

As we are developing smart contract templates, we have chosen to store a contract shared amongst members as a box with a value type that can hold the state data...

As far as a `String` used for access restriction, technically transactions are access-limited by access to boxes necessary for their execution. Therefore, if one wanted to create a "permission" box,...

Any further thoughts on this @kushti ?

Thanks! Really enjoy the work that has been put into this project. We're building out our sections as it goes along. I think that since we're running contract _templates_ ourselves,...

To be more specific, contract templates as we're currently developing them have a limited lifespan. There are 3 types of transactions for this lifespan: `ContractCreation` , `ContractMethodExecution` (perhaps better named...

In case I wasn't clear (I sometimes write a little too much) each type of contract transaction does rely at least partially on minimal state to validate. For `ContractMethodExecution`, the...

That's probably not a bad way to think about it. I separated this out from the proposition itself. As it's currently implemented, the signature on the tx is checked against...

I think the only reason I didn't include it in the Proposition is that it also needs to be part of the generation for the new box (i.e. new contract...