Latest Repo Discovered
atlast
HCL
·
The Unlicense
Top Contributor of the Month
10941 commits in all time
Jan 20, 2026 10:09 – Apr 20, 2026 10:09 UTC
Merge 60594d926b38194f60624be2583990da8a89f928 into fab8c87ab971eb3daf5c16242b32182949c420ed
ed687eae
pull/350/merge
1/5 ++ 3 --
Merge ad36620fa8aae8b3446d4a5f74f8c7bf3ce13030 into fab8c87ab971eb3daf5c16242b32182949c420ed
ad7c93cb
pull/349/merge
3/15 ++ 1 --
Merge 56dc7ee27a2c8478d96d74dbde306cf875fcf673 into fab8c87ab971eb3daf5c16242b32182949c420ed
6f1d6ae8
pull/348/merge
1/2 ++ 2 --
Merge 885e8a4046169c1478f2d14dc1470f9e2a022a51 into fab8c87ab971eb3daf5c16242b32182949c420ed
baf3e564
pull/347/merge
3/11 ++ 12 --
hide body description on rekey to standard for joint accounts
885e8a40
bugfix/PERA-4096
3/11 ++ 12 --
Merge 1a63c51676fe7694bfe14ac8a723e26fd7a07bbc into 1ad715d077326f7bde11a896b084351b712e6302
7e9c566a
pull/6615/merge
2/76 ++ 24 --
protocol: find allocbound directives from module root
1a63c516
pull/6615/head
2/76 ++ 24 --
Merge 89a59d2076ea5540130caa9fe6b3932c5c176a79 into fab8c87ab971eb3daf5c16242b32182949c420ed
3cb1cee6
pull/344/merge
2/3 ++ 1 --
Merge 032eceebe8ff050cb2e9a7a3fcbae2135a33c7ae into fab8c87ab971eb3daf5c16242b32182949c420ed
2bb4189e
pull/343/merge
1/24 ++ 2 --
Merge branch 'main' into bugfix/PERA-4091
032eceeb
bugfix/PERA-4091
1/15 ++ 15 --
Merge branch 'main' into bugfix/PERA-4095
78be1351
bugfix/PERA-4092
2/16 ++ 16 --
Merge 3ce2fb7ba59911b3007d06ec95d11a72dea34692 into fab8c87ab971eb3daf5c16242b32182949c420ed
2118fa3d
pull/330/merge
1/1 ++ 1 --
Merge 51e30c71a1fff0c3b48728b7a37472209bff6e7f into fab8c87ab971eb3daf5c16242b32182949c420ed
6be487df
pull/346/merge
3/78 ++ 0 --
Merge branch 'main' into bugfix/PERA-4095
51e30c71
bugfix/PERA-4095
1/15 ++ 15 --
v6.20.0 RC bugfixes
- Now, only signer can cancel shared account async transaction - Fixed unreported issue with JointAccountPendingTransactionOverlay pop-up animation. Now capsules and buttons will animate properly when view appear on the screen. - Added cancel transaction confirmation dialog, it will be shown when user tap on the "Cancel" button on the pending shared transaction overlay. - hide backup account banner for joint accounts - add joint account participants addresses to inbox fetch request - joint account analytic events added - Fixed reported Joint account's UI issues. - add quick actions inbox badge if there are joint account requests - Added missing feature. Now co-signers that aren't transaction's proposer will be able to sign transaction using ledger. - add quick actions inbox badge if there are joint account requests - inbox texts fixed - filter out joint accounts from fund and dapps - Removed doubled BLE discovery trigger - Implemented "on success" behaviour for BLE/Ledger flow on SendTransactionPreviewScreen
fab8c87a
main
60/1,163 ++ 118 --
refactor: generalise _bytes_length_lower_bound pattern to substring3, replace2, replace3
Follow the same approach as getbit/setbit/getbyte/setbyte: accept any bytes arg for the first operand and use `_bytes_length_lower_bound` to get a tight bound for `BytesConstant` and the AVM maximum (MAX_BYTES_LENGTH) otherwise. Unifies substring3's previously separate constant-bytes and runtime-bytes arms into one. Doesn't touch the extract family since its immediate-form offsets are capped at 255 (can't exceed MAX_BYTES_LENGTH on its own).
b54d3e00
feat/statically-failing-op-validator
1/12 ++ 19 --