Skip to content

Commit

Permalink
Merge pull request #29 from ElrondNetwork/main
Browse files Browse the repository at this point in the history
merge main into development
  • Loading branch information
bogdan-rosianu authored Nov 8, 2021
2 parents d384f8a + 53ffc26 commit bba4aac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/indexer/dtos.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ type ArgsSaveBlockData struct {
type HeaderGasConsumption struct {
GasConsumed uint64
GasRefunded uint64
GasPenalized uint64
MaxGasPerBlock uint64
}

Expand Down
4 changes: 4 additions & 0 deletions data/vm/callType.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ const (
// ESDTTransferAndExecute means that there is a smart contract execution after the ESDT transfer
// this is needed in order to skip the check whether a contract is payable or not
ESDTTransferAndExecute

// ExecOnDestByCaller means that the call is an invocation of a built in function / smart contract from
// another smart contract but the caller is from the previous caller
ExecOnDestByCaller
)

0 comments on commit bba4aac

Please sign in to comment.