mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fourbyte: update signatures, make signatures sorted+not compressed
This commit is contained in:
parent
34d7503d95
commit
57e3656a5a
3 changed files with 293690 additions and 32 deletions
146876
signer/fourbyte/4byte.go
146876
signer/fourbyte/4byte.go
File diff suppressed because one or more lines are too long
146844
signer/fourbyte/4byte.json
146844
signer/fourbyte/4byte.json
File diff suppressed because one or more lines are too long
|
|
@ -14,7 +14,7 @@
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// 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/>.
|
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
//go:generate go-bindata -nometadata -o 4byte.go -pkg fourbyte 4byte.json
|
//go:generate go-bindata -nometadata -nocompress -o 4byte.go -pkg fourbyte 4byte.json
|
||||||
//go:generate gofmt -s -w 4byte.go
|
//go:generate gofmt -s -w 4byte.go
|
||||||
|
|
||||||
// Package fourbyte contains the 4byte database.
|
// Package fourbyte contains the 4byte database.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue