Skip to content
Unverified Commit 243b751a authored by Cyrill Leutwiler's avatar Cyrill Leutwiler Committed by GitHub
Browse files

[pallet-revive] implement the base fee API (#6964)



This PR implements the base fee syscall API method. Currently this is
implemented as a compile time constant in the revive compiler, returning
0. However, since this is an opocde, if we ever need to implement it for
compatibility reasons with
[EIP-1559](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1559.md),
it would break already deployed contracts. Thus we provide a syscall
method instead.

---------

Signed-off-by: default avatarxermicus <[email protected]>
Signed-off-by: default avatarCyrill Leutwiler <[email protected]>
Co-authored-by: command-bot <>
parent ade1f755
Pipeline #510134 waiting for manual action with stages
in 48 minutes and 54 seconds