Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.1 #25

Merged
merged 18 commits into from
Sep 25, 2024
Merged

V0.1 #25

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
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
1 change: 1 addition & 0 deletions Athena
Submodule Athena added at 83dbe6
16 changes: 16 additions & 0 deletions athena_abi/abi.go

Large diffs are not rendered by default.

112 changes: 112 additions & 0 deletions athena_abi/abis/v1/account_compiled.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
[
{
"type": "function",
"name": "constructor",
"inputs": [
{
"name": "public_key_",
"type": "core::felt252"
}
],
"outputs": [],
"state_mutability": "external"
},
{
"type": "function",
"name": "__validate_deploy__",
"inputs": [
{
"name": "class_hash",
"type": "core::felt252"
},
{
"name": "contract_address_salt",
"type": "core::felt252"
},
{
"name": "public_key_",
"type": "core::felt252"
}
],
"outputs": [
{
"type": "core::felt252"
}
],
"state_mutability": "external"
},
{
"type": "function",
"name": "__validate_declare__",
"inputs": [
{
"name": "class_hash",
"type": "core::felt252"
}
],
"outputs": [
{
"type": "core::felt252"
}
],
"state_mutability": "external"
},
{
"type": "function",
"name": "__validate__",
"inputs": [
{
"name": "contract_address",
"type": "core::starknet::contract_address::ContractAddress"
},
{
"name": "entry_point_selector",
"type": "core::felt252"
},
{
"name": "calldata",
"type": "core::array::Array::<core::felt252>"
}
],
"outputs": [
{
"type": "core::felt252"
}
],
"state_mutability": "external"
},
{
"type": "struct",
"name": "account::account::Call",
"members": [
{
"name": "to",
"type": "core::starknet::contract_address::ContractAddress"
},
{
"name": "selector",
"type": "core::felt252"
},
{
"name": "calldata",
"type": "core::array::Array::<core::felt252>"
}
]
},
{
"type": "function",
"name": "__execute__",
"inputs": [
{
"name": "calls",
"type": "core::array::Array::<account::account::Call>"
}
],
"outputs": [
{
"type": "core::array::Span::<core::felt252>"
}
],
"state_mutability": "external"
}
]
Loading
Loading