bbaktaeho
18c880280b
fix: lint
2023-11-17 19:34:50 +09:00
bbaktaeho
7714cd88c1
fix GetTransactionReceiptsByBlock
2023-11-16 23:04:53 +09:00
marcello33
d345879437
chg: bump deps for sec updates / reduce perceived severity of merge related log ( #1082 )
2023-11-16 11:23:31 +01:00
dependabot[bot]
368e08316c
build(deps): bump github.com/consensys/gnark-crypto ( #1077 )
...
Bumps [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto ) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/consensys/gnark-crypto/releases )
- [Changelog](https://github.com/Consensys/gnark-crypto/blob/master/CHANGELOG.md )
- [Commits](https://github.com/consensys/gnark-crypto/compare/v0.12.0...v0.12.1 )
---
updated-dependencies:
- dependency-name: github.com/consensys/gnark-crypto
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: marcello33 <marcelloardizzone@hotmail.it>
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-16 12:01:46 +05:30
Péter Szilágyi
916d6a441a
params: release Geth v1.15.5
2023-11-14 15:02:24 +03:00
Delweng
f265cc24b4
cmd/geth: remove some whitespace in code and comments ( #28148 )
...
This changes just removes some whitespace
2023-11-10 13:26:13 +01:00
Marius Kjærstad
49b2c5f43c
build: upgrade -dlgo version to Go 1.21.4 ( #28505 )
2023-11-10 13:15:06 +01:00
Delweng
ce5a4809fd
ethclient: add empty/nonexist account testcase for eth_getProof RPC ( #28482 )
...
Adds testcases for eth_getProof endpoint for the following cases:
- the account/contract does not exist
- the account/contract exists but is empty.
2023-11-10 12:23:09 +01:00
Wei Tang
2f4833b828
cmd/evm: allow state dump regardless if test passes in statetest ( #28484 )
...
This change makes it so that when executing state tess, state is always dumped out if the corresponding flag is set.
2023-11-10 12:21:51 +01:00
rjl493456442
326fa00759
core/rawdb: fsync the index file after each freezer write ( #28483 )
...
* core/rawdb: fsync the index and data file after each freezer write
* core/rawdb: fsync the data file in freezer after write
2023-11-10 12:56:39 +02:00
Arpit Temani
384383c1eb
Merge pull request #968 from maticnetwork/arpit/pos-1731
...
Geth Merge v1.12.2
2023-11-10 15:11:26 +05:30
Arpit Temani
3c97a5b7a0
Revert "aded blobpool related flags"
...
This reverts commit 15f0c41d2c .
2023-11-10 14:37:26 +05:30
Arpit Temani
9c1308818c
make blobgas nil
2023-11-10 14:29:27 +05:30
Arpit Temani
073bb183da
make blobgas nil
2023-11-10 14:22:14 +05:30
Delweng
e38b9f1830
eth/filters: exit early if topics-filter has more than 4 topics ( #28494 )
...
Currently, geth's will return `[]` for any `len(topics) > 4` log filter. The EVM only supports up to four logs, via LOG4 opcode, so larger criterias fail. This change makes the filter query exit early in those cases.
2023-11-10 08:10:03 +01:00
Arpit Temani
38c0431812
Merge branch 'arpit/pos-1731' of github.com:maticnetwork/bor into arpit/pos-1731
2023-11-09 22:18:56 +05:30
Arpit Temani
3be856ce7e
remove blobpool
2023-11-09 22:16:38 +05:30
Pratik Patil
b889327a3a
Merge branch 'arpit/pos-1731' of https://github.com/maticnetwork/bor into arpit/pos-1731
2023-11-09 22:05:03 +05:30
Arpit Temani
bee537ab98
fix lint
2023-11-09 21:19:27 +05:30
Arpit Temani
cee2c221b2
disbale 4844
2023-11-09 20:43:18 +05:30
Arpit Temani
3d84c4d270
Merge branch 'arpit/pos-1731' of github.com:maticnetwork/bor into arpit/pos-1731
2023-11-09 20:19:14 +05:30
Jim McDonald
f7dde2a96c
ethdb/pebble: add Errorf function to panicLogger ( #28491 )
...
cockroachdb/pebble@422dce9 added Errorf to the Logger interface, this change makes it possible to compile geth with that version of pebble by adding the corresponding method to panicLogger.
2023-11-09 15:15:22 +01:00
Arpit Temani
cf18eccee6
Merge pull request #1079 from maticnetwork/v1.1.0-beta-candidate
...
merge V1.1.0-beta-candidate to master
2023-11-09 18:25:01 +05:30
Arpit Temani
3106cb143b
Revert "change withdrawals hash"
...
This reverts commit cd5a7d3391 .
2023-11-09 18:09:39 +05:30
Shivam Sharma
654d269dd7
bump : version to v1.1.0 stable
2023-11-09 17:26:16 +05:30
Shivam Sharma
5b5ea8cf37
add : mainnet Agra block
2023-11-09 17:25:05 +05:30
Arpit Temani
cd5a7d3391
change withdrawals hash
2023-11-09 16:36:21 +05:30
Martin Holst Swende
b77a9b127c
cmd/geth: more testcases for logging ( #28501 )
...
* cmd/geth: more testcases for logging
This adds more edgecases around logging, particularly around handling of different types of nil-values
as concrete types and within interfaces.
Also adds tests with 'reserved' values which breaks json/logfmt formats. The json output is checked in,
but not actively used by any testcase at the moment.
* cmd/geth/testdata: remove timestamps
2023-11-09 10:46:48 +01:00
Pratik Patil
15f0c41d2c
aded blobpool related flags
2023-11-09 15:04:28 +05:30
Delweng
7ea860d665
graphql: type of yParity from Long to BigInt ( #28456 )
...
Signed-off-by: jsvisa <delweng@gmail.com>
2023-11-09 11:36:27 +03:00
Manav Darji
c66862aa09
Merge pull request #1062 from maticnetwork/v1.1.0-beta-candidate
...
Merge v1.1.0 changes to master
2023-11-09 12:31:49 +05:30
Pratik Patil
368ae246fd
added p2p v4 discovery flag wrt geth v1.12.2 merge
2023-11-08 17:44:35 +05:30
Pratik Patil
6aed36d9d1
removed --cache.trie.journal and --cache.trie.rejournal wrt geth v1.12.2 merge
2023-11-08 17:11:54 +05:30
Pratik Patil
ae99b47a7c
update config.toml with correct db.engine flag
2023-11-08 17:07:30 +05:30
Pratik Patil
aa604a6744
added conditional transaction filtering in legacypool
2023-11-08 16:23:43 +05:30
Péter Szilágyi
470dba8fc1
core/vm: set basefee to 0 internally on eth_call ( #28470 )
...
* core/vm: set basefee to 0 internally on eth_call
* core: nicer 0-basefee, make it work for blob fees too
* internal/ethapi: make tests a bit more complex
* core: fix blob fee checker
* core: make code a bit more readable
* core: fix some test error strings
* core/vm: Get rid of weird comment
* core: dict wrong typo
2023-11-08 11:22:08 +02:00
Marius van der Wijden
4d9f3cd5d7
eth: set networkID to chainID by default ( #28250 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2023-11-07 14:21:46 +01:00
Delweng
f20b334f21
eth/filters: eth_getLogs fast exit for invalid block range ( #28386 )
2023-11-07 12:41:19 +01:00
Péter Szilágyi
97ae32441e
travis: use newer builder image ( #28475 )
2023-11-07 13:00:31 +02:00
Péter Szilágyi
51b5ad3da3
.travis: enable cross building to macos arm64 ( #28474 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2023-11-07 11:35:03 +01:00
Léo Vincent
22a2b63df6
chore: improve bor server --help ( #1063 )
...
* chore: update `txarrivalwait` flag description
* chore: update docs
* chore: update other flags
* fix: doc generation is now deterministic
* chore: remove debug
* feat: sort options in `bor server --help`
* fix: prealloc array
* fix: lint issues
* internal/cli: remove nolint
---------
Co-authored-by: marcello33 <marcelloardizzone@hotmail.it>
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
2023-11-07 10:57:18 +05:30
Péter Szilágyi
e91cdb49be
ethclient: fix forwarding 1559 gas fields ( #28462 )
2023-11-03 19:40:37 +02:00
Alvaro Sevilla
b1cec853be
eth/tracers: add position field for callTracer logs ( #28389 )
...
Currently, one can use the "withLogs" parameter to include logs in the
callTracer results, which allows the user to see at which trace level
was each log emitted.
This commit adds a position field to the logs which determine
the exact ordering of a call's logs and its subcalls. This would
be useful e.g. for explorers wishing to display the flow of execution.
Co-authored-by: jsvisa <delweng@gmail.com>
2023-11-03 10:28:27 +01:00
Arpit Temani
1483c960ed
merge develop
2023-11-03 10:10:02 +05:30
Ulaş Erdoğan
738107b6c8
crypto/secp256r1: remove malleability check due to spec
...
(cherry picked from commit cec0b05811 )
2023-11-03 09:33:50 +05:30
Ulaş Erdoğan
ab2f20e8dd
crypto/secp256r1: reject the reference pubKey coordinates
...
(cherry picked from commit 98f10b0d5e )
2023-11-03 09:33:36 +05:30
Ulaş Erdoğan
2bbf30ff90
core/vm: force the input length of p256verify
...
(cherry picked from commit 21f4932c9b )
2023-11-03 09:33:22 +05:30
Ulaş Erdoğan
d64d8e73c1
crypto/secp256r1: refactor by simplfying return
...
(cherry picked from commit 1be1875156 )
2023-11-03 09:33:08 +05:30
Ulaş Erdoğan
0d115db168
core, crypto/secp256r1: fix error reverts tx error
...
(cherry picked from commit 2820903f59 )
2023-11-03 09:32:56 +05:30
Ulaş Erdoğan
b5559e3018
core/vm: update the eip number
...
(cherry picked from commit f5b6d7e995 )
2023-11-03 09:32:40 +05:30