We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a tracking issue for the QNG version v1.1.0 release
v1.1.0 release
engine/txscript.parseScriptTemplate
core/types.(*Transaction).decodePrefix
core/types.writeTxScriptsToMsgTx
2.84s runtime.cgocall github.com/ethereum/go-ethereum/crypto/secp256k1._Cfunc_secp256k1_ext_ecdsa_recover github.com/ethereum/go-ethereum/crypto/secp256k1.RecoverPubkey.func1 github.com/ethereum/go-ethereum/crypto/secp256k1.RecoverPubkey github.com/ethereum/go-ethereum/crypto.Ecrecover github.com/ethereum/go-ethereum/core/types.recoverPlain github.com/ethereum/go-ethereum/core/types.eip2930Signer.Sender github.com/ethereum/go-ethereum/core/types.Sender github.com/Qitmeer/qng/meerevm/evm.(*VM).validateTx
goos: darwin goarch: arm64 pkg: github.com/ethereum/go-ethereum/crypto │ cgo.txt │ nocgo.txt │ │ sec/op │ sec/op vs base │ Sha3-10 466.9n ± 0% 466.3n ± 0% ~ (p=0.117 n=10) EcrecoverSignature-10 54.24µ ± 1% 154.16µ ± 1% +184.25% (p=0.000 n=10) VerifySignature-10 44.70µ ± 1% 130.03µ ± 1% +190.89% (p=0.000 n=10) DecompressPubkey-10 5.204µ ± 22% 12.319µ ± 0% +136.73% (p=0.000 n=10) geomean 8.760µ 18.42µ +110.28%
math/big.nat.make (inline) math/big.nat.shl math/big.nat.expNNMontgomery math/big.nat.expNN math/big.(*Int).exp math/big.(*Int).Exp (inline) github.com/Qitmeer/qng/crypto/ecc/secp256k1.decompressPoint github.com/Qitmeer/qng/crypto/ecc/secp256k1.ParsePubKey github.com/Qitmeer/qng/crypto/ecc.newSecp256k1DSA.func12 github.com/Qitmeer/qng/crypto/ecc.secp256k1DSA.ParsePubKey github.com/Qitmeer/qng/core/address.NewSecpPubKeyAddress github.com/Qitmeer/qng/core/address.NewSecpPubKeyCompressedAddress github.com/Qitmeer/qng/engine/txscript.ExtractPkScriptAddrs github.com/Qitmeer/qng/consensus/vm.(*VMTx).SetCoinbaseTx github.com/Qitmeer/qng/core/blockchain.CheckTransactionSanity
go-ethereum v1.12
consensus/consensus.go
already known
txpool.AddRemote
core/txpool/txpool.go:798] Setting new local account
pebble
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a tracking issue for the QNG version
v1.1.0 release
engine/txscript.parseScriptTemplate
core/types.(*Transaction).decodePrefix
core/types.writeTxScriptsToMsgTx
[x] disable the cgo build by default disable the CGO build by default #456go-ethereum v1.12
(https://github.com/ethereum/go-ethereum/releases/tag/v1.12.0)consensus/consensus.go
Upgrade go-ethereum to v1.12.0 #455already known
issue BUG:hastx error #453txpool.AddRemote
BUG:rebroadcast remote tx #457core/txpool/txpool.go:798] Setting new local account
issuepebble
as backend, now it's the default backend. see (cmd/utils, node: switch to Pebble as the default db if none exists ethereum/go-ethereum#27136)The text was updated successfully, but these errors were encountered: