EpicCash / epic

Blockchain Node Server with integrated Stratum Mining Server
https://epiccash.com
Apache License 2.0
24 stars 36 forks source link

Feature/create block fees submodule #34

Closed josiasal closed 2 years ago

josiasal commented 2 years ago

This MR creates a separate submodule named block_fees. This submodule contains the definition of the BlockFees struct. This was redefined here, copied from the epic-wallet project. Since it is also used by epic-wallet-address, then I think it will be useful to share this struct between all projects.

The epic-wallet-address had an old copy of this code, so one can't use the wallet713 while mining due to wrong serialization and deserialization.

I'll perform the same update on the other projects, they will reuse this submodule defined in this MR.