Skip to content

Commit

Permalink
update geth packages
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Oct 9, 2024
1 parent 4704b1c commit 18d20f1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/geth-allowed-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,11 @@
"github.com/ethereum/go-ethereum/libevm"
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/params"
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/trie"
"github.com/ethereum/go-ethereum/trie/testutil"
"github.com/ethereum/go-ethereum/trie/trienode"
"github.com/ethereum/go-ethereum/trie/triestate"
"github.com/ethereum/go-ethereum/trie/utils"
"github.com/ethereum/go-ethereum/triedb"
"github.com/ethereum/go-ethereum/triedb/database"

0 comments on commit 18d20f1

Please sign in to comment.