Fabrice Benhamouda

Results 14 comments of Fabrice Benhamouda

The reason why we prefer AlgoSigner and wallets in general not to take Transaction objects is that Transaction objects are not standardized: a new version of the SDK may use...

It looks like it would only work on node.js but not on browser looking at https://github.com/sodium-friends/sodium-universal. In that case, using another SDK is a workaround. Do you have any use...

More generally, the issue seems to be that PyTEAL does not support `stores` and `loads` TEAL opcode. Also affecting https://forum.algorand.org/t/pyteal-increment-slot-value-in-a-seq-expression/4864?u=fabrice

Here is an insecure implementation for minus, int, division: https://github.com/fabrice102/pyteal/commit/7eab66ed675ad0ca27fc98f10781742e7bd19761 This is insecure/incorrect because it does not check bound properly and does not simulate properly what TEAL does. But the...

Rewinding is currently the only way I am aware of to have a snapshot of the balances of a set of accounts at a given time. If you did not...

@urtho How did you manually fix the issue without a full reset of the indexer?

Thanks! Unfortunately, in my case, this did not work out: the indexer started indexing from start again... I'm not completely sure why.

I've rebased to split the commits in two: 1. rename `Drbg.java` into `Random.java` 2. apply other changes This is to facilitate the comparison with diff in Github (using the diff...

I'm not sure what is the best option. We need to access to static C function that are only available in this file like `ge25519_madd`.