issues
search
BuildOnViction
/
victionchain
The Efficient Blockchain Powered By Proof Of Stake Voting Consensus
https://viction.xyz
GNU Lesser General Public License v3.0
168
stars
85
forks
source link
Move Message struct from types to core package
#420
Closed
trinhdn2
closed
5 months ago
trinhdn2
commented
11 months ago
Reference:
https://github.com/ethereum/go-ethereum/pull/25977
Checklist:
[X] Encapsulate all the
Message
related structures & abstractions within a single package (core). Previously it was leaking into
core/types/Transaction.go
, most of other packages have no need for it
Reference:
Checklist:
Message
related structures & abstractions within a single package (core). Previously it was leaking intocore/types/Transaction.go
, most of other packages have no need for it