S3v3ru5

Results 7 comments of S3v3ru5

PR #121 adds support to identify `method` instruction. We have to add support to calculate function id from the method signature.

https://github.com/algorand/pyteal/blob/master/examples/application/sourcemap.py

Above approach works as follows: 1. Generate paths lacking group-size check 2. Filter the result paths which uses the absolute index. May be it's better to do the second step...

The above dataflow equations do not work correctly when there's a backedge(loops). Because: - For a field, each block is initialized with all possible values for that field. - For...

User Configuration ```js Contract = { /* name of the contract, e.g pool. Every contract should have a unique name */ "name": string; /* filesystem path of the contract, (relative...

Example config: ```yaml name: protocol name contracts: - name: contract1 path: contracts/contract1.teal type: LogicSig version: 6 subroutines: - sub1 - sub2 functions: - name: function1 execution_path: [B0, B1, B2] entry:...

`solana-lints` depends on `anchor-syn` and `anchor-syn` is still using `syn v1.0`. As a result, updating the `syn` version is not possible. There will be type mismatches if updated