Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Add comments to syscalls/deprecated_business_logic_syscall_handler module #884

Merged
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
320fae2
added comments to syscalls/deprecated_business_logic_syscall_handler.rs
Aug 3, 2023
7b2a895
Merge branch 'main' into document-syscalls/deprecated_business_logic_…
fguthmann Aug 4, 2023
3bb5b48
Merge branch 'main' into document-syscalls/deprecated_business_logic_…
fguthmann Aug 10, 2023
c47e7f4
corrected comments
Aug 10, 2023
831b5f8
added informations on system calls
Aug 10, 2023
16b0b96
Merge branch 'main' into document-syscalls/deprecated_business_logic_…
Aug 11, 2023
19368fd
change comments
Aug 11, 2023
b01235c
Merge branch 'main' into document-syscalls/deprecated_business_logic_…
juanbono Aug 28, 2023
d19dc79
Added Starknet API / Blockifier RPC State Reader (#927)
juanbono Aug 29, 2023
b740b92
Deserialize transactions too on the block info for the Rpc Reader SN …
edg-l Aug 30, 2023
d6c7d91
Unify deprecated and casm contract caches. (#937)
azteca1998 Aug 30, 2023
e7ad24d
Update README with Telegram group link and badge (#843)
juanbono Aug 30, 2023
05c0efe
From/TryFrom starknet api types (#962)
mmsc2 Aug 30, 2023
27ffa5d
Fix gas/fee price type consistency (to `u128`). (#987)
azteca1998 Aug 31, 2023
8cfd3b5
Fix `ExecutionResources::increment_syscall_counter` (#971)
fmoletta Sep 1, 2023
d939ece
minor code cleanup (#968)
edg-l Sep 1, 2023
74b3486
Added fee transfer storage update into `count_actual_storage_changes(…
xqft Sep 1, 2023
5c44880
Remove missing unwrap from codebase. (#1000)
azteca1998 Sep 4, 2023
11ce41b
refactor/ fix TryFrom InvokeTransaction into a standalone method on I…
edg-l Sep 4, 2023
3a71b9f
Deprecate old RPC StateReader in favor of `starknet_api` compatible o…
xqft Sep 4, 2023
b697c58
perf: remove clone from compute_sierra_class_hash (#1008)
Oppen Sep 5, 2023
a7493d1
fix: Read before writing when executing the deprecated version of `st…
fmoletta Sep 5, 2023
2dd1c8f
BREAKING: `StateReader::get_storage_at` return zero by default (#1011)
fmoletta Sep 5, 2023
5924395
BREAKING: `StateReader::get_class_hash_at` return zero by default (#1…
fmoletta Sep 6, 2023
820a336
RPC use test_case with local cache and add more tests (#970)
edg-l Sep 6, 2023
1b3c72f
Update cache initial values with write-only accesses in `CachedState:…
fmoletta Sep 6, 2023
f01ad8f
Refactor new RPC into several files (#1007)
edg-l Sep 6, 2023
87785e2
Fix storage changes count for transactions with fee transfers (#1015)
fmoletta Sep 6, 2023
ecc714e
fix estimate fee missing casmclasscache (#916)
marioiordanov Sep 7, 2023
6c47599
fix: declare v0 requires max_fee=0, consider for simulation (#1017)
Oppen Sep 7, 2023
4a16bcb
Remove redundant `tx_type` field from transactions. (#1019)
azteca1998 Sep 8, 2023
680798f
remove files and rename the new one (#1020)
juanbono Sep 8, 2023
c431027
Add contract class cache stats (#958)
fguthmann Sep 9, 2023
c1b1272
add tests and remove ignore on fixed ones (#1021)
juanbono Sep 12, 2023
affa012
perf: refactor substract_mappings and friends to avoid clones (#1023)
edg-l Sep 12, 2023
6046d75
Fix transactions bypassing the max_fee by introducing new revert logi…
xqft Sep 13, 2023
bdaaa95
fix get_sorted_events issue (#1024)
juanbono Sep 13, 2023
941a899
pin version (#1026)
juanbono Sep 13, 2023
2e7ee52
update version (#1028)
juanbono Sep 13, 2023
b8640a0
Fix coverage control mechanism. (#1035)
azteca1998 Sep 18, 2023
4eef09b
Fix SIR RPC get compiled class hash (#1032)
juanbono Sep 18, 2023
62c3b20
remove unneeded added set_compiled_class_hash (#1031)
edg-l Sep 18, 2023
d4fcd9d
Fix missing events (#1034)
edg-l Sep 18, 2023
7ec5494
fix wrong from_address in deprecated execute_constructor_entry_point …
edg-l Sep 20, 2023
7c1c1e6
remove testing, move erc20 test, update fibonacci bin (#1038)
edg-l Sep 21, 2023
21dab2c
Remove `serde_json_pythonic`. (#1047)
azteca1998 Sep 26, 2023
9c92f99
Add debug logging. (#1018)
azteca1998 Sep 26, 2023
9388df0
Fix skip validate (#1053)
juanbono Sep 29, 2023
8a5b75c
resolve merge conflict
Oct 2, 2023
e389bb7
resolve merge
Nov 20, 2023
f15fee7
Merge branch 'main' into document-syscalls/deprecated_business_logic_…
juanbono Nov 21, 2023
470323f
Merge branch 'main' into document-syscalls/deprecated_business_logic_…
fguthmann Nov 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading