bsc icon indicating copy to clipboard operation
bsc copied to clipboard

chore: render system bytecode by go:embed

Open j75689 opened this issue 6 months ago • 1 comments

Description

render system bytecode by go:embed

no impact on the system.

Rationale

As the system is upgraded, more and more upgrade.go files are expanding, making it difficult to open and review the code.

Use go:embed instead to render bytecode into the binary during compilation, which will reduce the difficulty of code maintenance in the future.

Example

n/a

Changes

Notable changes:

  • systemcontracrs

j75689 avatar Feb 02 '24 09:02 j75689