Gari Singh
Gari Singh
@muralisrini @srderson what's the decision on this one? many people are now writing chaincode and had to deal with moving to the current interface from the previous interface. if we...
can we get a pointer to or add more information is this issue which describes the purpose, function and how-to of the uber chaincode design?
@teddyhitti - this is an interesting one. The REST API on the peer does not actually unregister a user from member services. All it actually does is delete the credentials...
@bcbrock - are you on this one?
@huhaiqing - we do not currently store historical state information. For the key/value store (aka the state stored for each chaincode), we only store the latest value of any given...
The fix for this issue is to update to the latest version of wagon ... and then you'll hit https://github.com/go-interpreter/wagon/issues/69
@Xe - syscall/js is always included when building for the `js/wasm` platform. The current model in Go1.11 basically assumes that your Web Assembly runtime is the browser. And the only...
Go 1.12 is actually no better here. FWIW - people might want to checkout [tinygo](https://github.com/tinygo-org/tinygo) ... it creates much cleaner WASM and does not assume the browser as the host...
@evandigby @sbinet I think it depends on the intended use whether or not one should look at using `otto` (or any other Go JS VM). We've used `otto` in the...
@evandigby - I was planning to pull this down and give it a go. What should I expect?