Revision 27f465a8042979854c18ce2877c582fe10302454 authored by Emma Turner on 25 January 2024, 15:19:30 UTC, committed by Emma Turner on 30 January 2024, 17:03:40 UTC
priority fee is a mechanism to allow the user to 'tip' the producer of a block.

However, this doesn't apply on etherlink. The producer/sequencer is already compensated via the data availability & gas fees.
Therefore, we choose to simplify by ignoring priority fee for the purpose of gas price calculation.
1 parent 56ea9cb
History
File Mode Size
bindings
test
.ocamlformat-ignore -rw-r--r-- 55 bytes
README.md -rw-r--r-- 1.6 KB
core.ml -rw-r--r-- 35.9 KB
core_sig.ml -rw-r--r-- 17.1 KB
dune -rw-r--r-- 1.2 KB
forge.ml -rw-r--r-- 12.4 KB
forge.mli -rw-r--r-- 2.7 KB
rustzcash.ml -rw-r--r-- 23.2 KB
rustzcash.mli -rw-r--r-- 10.8 KB
rustzcash_sig.ml -rw-r--r-- 6.0 KB
storage.ml -rw-r--r-- 16.2 KB
storage_sig.ml -rw-r--r-- 2.6 KB

README.md

back to top