Shahar Yakir
Shahar Yakir
which problem @hamedsilver ?
Do you have another module bringing in a Volley dependency by any chance?
no, AKS is the very-limited, Microsoft official implementation. acs-engine is open source and configurable.
Ok, will check. Thank you.
@sjdweb Works. Thanks!
Implementation for the sources registry contract can be found here: https://github.com/ton-defi-org/ton-src-contracts/blob/main/contracts/sources-registry.fc
Implementation for the verifier registry contract was carried out via a ton footsteps grant: https://github.com/ton-society/ton-footsteps/issues/41 and can be found here: https://github.com/xssnick/registry-contract/blob/master/packages/contracts/sources/registry.fc
See https://github.com/shaharyakir/NextLevel/blob/3c557a65efa76b65139e70c02b61147c1846414c/Sources/NextLevelSession.swift#L467 I don't think it would solve these issues unfortunately - this issue I was facing was about not being able to append audio buffers. Issue #171 seems more...
@1nDivid I suppose what @frankietaylor meant was that he is getting (so am I) errors such as: "Uncaught Invariant Violation: processUpdates(): Unable to find child 1 of element. This probably...
I think supporting arbitrary TVM types makes this suggestion too complex. If we're ok with slices, perhaps all interfaces should be slices containing strings. Although I think the suggestion to...