mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 13:58:02 -05:00
Devnet-5: bug fixes for 7702 (#8148)
* * fix code hash for delegated accounts in ExtCodeHashOperation * move common code to AbstractExtCodeOperation class Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net> * * rename DelegatedCode -> CodeDelegation, for consistency Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net> * * rename authorization -> CodeDelegation, for consistency Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net> * rename method to start with lower case Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net> --------- Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net> Co-authored-by: Simon Dudley <simon.dudley@consensys.net>
This commit is contained in:
@@ -243,9 +243,9 @@ public interface Transaction {
|
||||
Optional<List<CodeDelegation>> getCodeDelegationList();
|
||||
|
||||
/**
|
||||
* Returns the size of the authorization list.
|
||||
* Returns the size of the code delegation list.
|
||||
*
|
||||
* @return the size of the authorization list
|
||||
* @return the size of the code delegation list
|
||||
*/
|
||||
int codeDelegationListSize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user