internal/era: rename era2 to execdb package

This commit is contained in:
lightclient 2025-07-24 14:03:21 -06:00
parent 5cc66c2f47
commit 327655693d
No known key found for this signature in database
GPG key ID: 657913021EF45A6A
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package era2
package execdb
// The format can be summarized with the following expression:
// eraE := Version | CompressedHeader* | CompressedBody* | CompressedReceipts* | TotalDifficulty* | Proofs* | other-entries* | Accumulator | BlockIndex

View file

@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package era2
package execdb
import (
"bytes"

View file

@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package era2
package execdb
import (
"errors"

View file

@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package era2
package execdb
import (
"encoding/binary"