-
Notifications
You must be signed in to change notification settings - Fork 292
feat: get entry_points_by_type
for ContractClassV1 in RPC calls
#790
Comments
entry_points_by_type
for ContractClassV1 in RPC calls
Hey hey ! I'm interested in making my first contribution and I was thinking in handling this one 🙌 I'm currently investigating the method to get |
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. |
Hey, Can you assign me for this issue? |
Hey @KaushikKC, awesome! @tdelabro can you assign this to him? |
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. |
@antiyro it seems to be related to the problem you are experiencing with deoxys right now |
Hi, I'd like to work on this :) |
One at a time. Focus on #704 for now |
Is this still open and relevant? |
@somthn0somthn I think the entry points by type part is doable. You can start with this. I reopened #775 for the sierra program |
Gotcha. Thanks! |
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. |
Hey, can i take this? |
Sure, assigned @mbtariq82! |
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. |
replaced by #1316 |
Feature Request
Describe the Feature Request
RPC calls
get_class_at
andget_class
useto_rpc_contract_class
to convert a blockifier ContractClass to the starknet-rs one. For V1, we need to convertentry_points_by_type
from aHashMap<EntryPointType, Vec<EntryPointV1>>
(from blockifier) to an instance ofEntryPointsByType
(from starknet-rs). We will need a way to figure out how to get thefunction_idx
which is required froEntryPointsByType
. A good start for this is to refer to how we went fromfunction_idx
tooffset
andbultins
over here.In case it's impossible to convert back (I am not sure of this as of yet), we might need to store this along with the Sierra program over here #775
The text was updated successfully, but these errors were encountered: