Skip to content

Commit

Permalink
Remove BLS aggregated signatures precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Sep 11, 2024
1 parent c16076c commit 79f8f8d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 211 deletions.
2 changes: 0 additions & 2 deletions contracts/system_addresses.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ var (

// NativeTransferPrecompile is an address of native transfer precompile
NativeTransferPrecompile = types.StringToAddress("0x2020")
// BLSAggSigsVerificationPrecompile is an address of BLS aggregated signatures verificatin precompile
BLSAggSigsVerificationPrecompile = types.StringToAddress("0x2030")
// ConsolePrecompile is and address of Hardhat console precompile
ConsolePrecompile = types.StringToAddress("0x000000000000000000636F6e736F6c652e6c6f67")
// AllowListContractsAddr is the address of the contract deployer allow list
Expand Down
108 changes: 0 additions & 108 deletions state/runtime/precompiled/bls_agg_sigs_verification.go

This file was deleted.

98 changes: 0 additions & 98 deletions state/runtime/precompiled/bls_agg_sigs_verification_test.go

This file was deleted.

3 changes: 0 additions & 3 deletions state/runtime/precompiled/precompiled.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ func (p *Precompiled) setupContracts() {

// Console precompile
// p.register(contracts.ConsolePrecompile.String(), &console{})

// BLS aggregated signatures verification precompile
p.register(contracts.BLSAggSigsVerificationPrecompile.String(), &blsAggSignsVerification{})
}

func (p *Precompiled) register(precompileAddrRaw string, b contract) {
Expand Down

0 comments on commit 79f8f8d

Please sign in to comment.