-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: start refresh of API docs * feat: finalize documentation
- Loading branch information
Showing
28 changed files
with
256 additions
and
1,073 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# eth_call | ||
|
||
## Metadata | ||
|
||
- name: eth_call | ||
- prefix: eth | ||
- state: ✅ | ||
- [specification](https://github.com/ethereum/execution-apis/blob/6709c2a795b707202e93c4f2867fa0bf2640a84f/src/eth/execute.yaml#L1) | ||
|
||
## Description | ||
|
||
Submits an EVM call by wrapping the EVM compatible transaction object into a Starknet call. | ||
|
||
Kakarot Specificity: | ||
|
||
- Call the Kakarot Cairo smart contract's entrypoint: `eth_call` with the EVM transaction fields as argument |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# eth_coinbase | ||
|
||
## Metadata | ||
|
||
- name: eth_coinbase | ||
- prefix: eth | ||
- state: ✅ | ||
- [specification](https://github.com/ethereum/execution-apis/blob/6709c2a795b707202e93c4f2867fa0bf2640a84f/src/eth/client.yaml#L15) | ||
|
||
## Description | ||
|
||
Returns the Ethereum account controlled by the Kakarot zkEVM sequencer. | ||
|
||
Kakarot specifity: since Kakarot set of Cairo programs run on the StarknetOS | ||
(i.e. on an underlying CairoVM client), | ||
the coinbase is the EVM representation of a Starknet account that collects the fees. |
Oops, something went wrong.