vuittont60
0004c6b229
accounts, cmd: fix typos ( #28300 )
2023-10-11 11:29:10 +03:00
rjl493456442
eeb5dc3ccf
cmd, core: resolve scheme from a read-write database ( #28313 )
...
* cmd, core: resolve scheme from a read-write database
* cmd, core, eth: move the scheme check in the ethereum constructor
* cmd/geth: dump should in ro mode
* cmd: reverts
2023-10-11 11:27:44 +03:00
Péter Szilágyi
13d1d425ac
eth/fetcher: fix typo
2023-10-11 11:23:57 +03:00
Péter Szilágyi
a6deb2d994
eth/fetcher: throttle tx fetches to 128KB responses ( #28304 )
...
* eth/fetcher: throttle tx fetches to 128KB responses
* eth/fetcher: unindent a clause per review request
2023-10-11 10:50:09 +03:00
rjl493456442
7776a3214a
ethdb/pebble: add level file metrics ( #28271 )
2023-10-11 09:18:18 +02:00
Martin Holst Swende
8976a0c97a
trie: remove owner and binary marshaling from stacktrie ( #28291 )
...
This change
- Removes the owner-notion from a stacktrie; the owner is only ever needed for comitting to the database, but the commit-function, the `writeFn` is provided by the caller, so the caller can just set the owner into the `writeFn` instead of having it passed through the stacktrie.
- Removes the `encoding.BinaryMarshaler`/`encoding.BinaryUnmarshaler` interface from stacktrie. We're not using it, and it is doubtful whether anyone downstream is either.
2023-10-11 06:12:45 +02:00
marcello33
d79e671aff
Merge pull request #1035 from maticnetwork/mardizzone/master-to-develop
...
mardizzone/master-to-develop
2023-10-10 15:15:36 +02:00
Péter Szilágyi
2c007cfed7
accounts/abi/bind/backend: use requested header for gas prices and gas limits ( #28280 )
2023-10-10 15:53:01 +03:00
lightclient
5e43ed0d72
git: ignore tests/spec-tests folder ( #28254 )
2023-10-10 10:56:50 +02:00
Péter Szilágyi
8afbcf4713
eth: enforce announcement metadatas and drop peers violating the protocol ( #28261 )
...
* eth: enforce announcement metadatas and drop peers violating the protocol
* eth/fetcher: relax eth/68 validation a bit for flakey clients
* tests/fuzzers/txfetcher: pull in suggestion from Marius
* eth/fetcher: add tests for peer dropping
* eth/fetcher: linter linter linter linter linter
2023-10-10 11:35:51 +03:00
Brandon Liu
6505297456
trie: fix a typo, use correct docstrings ( #28302 )
...
* fix a typo
* trie: additional fixes to docstrings
---------
Co-authored-by: Martin Holst Swende <martin@swende.se>
2023-10-10 10:32:14 +02:00
Martin Holst Swende
6b1e4f4211
all: move light.NodeSet to trienode.ProofSet ( #28287 )
...
This is a minor refactor in preparation of changes to range verifier. This PR contains no intentional functional changes but moves (and renames) the light.NodeSet
2023-10-10 10:30:47 +02:00
hyunchel
db9afae2ea
eth, params: fix typos ( #28286 )
...
* eth/ethconfig: fix typo on comment
* params/config: fix typo on comment
* eth/ethconfig: fix typo on comment
2023-10-10 10:22:45 +02:00
0xbstn
fa6107c85e
core: fix typos ( #28255 )
...
fixes various typos in core
2023-10-10 10:22:03 +02:00
Martin Holst Swende
08326794e8
trie: refactor stacktrie ( #28233 )
...
This change refactors stacktrie to separate the stacktrie itself from the
internal representation of nodes: a stacktrie is not a recursive structure
of stacktries, rather, a framework for representing and operating upon a set of nodes.
---------
Co-authored-by: Gary Rong <garyrong0905@gmail.com>
2023-10-10 08:28:56 +02:00
Arpit Temani
c8e6645ae5
fix lint
2023-10-09 17:58:29 +05:30
Shivam Sharma
a022d1a152
fix : TestCommitInterruptExperimentBor & TestCommitInterruptExperimentBorContract
2023-10-09 17:48:32 +05:30
Arpit Temani
75eea85168
fix testcase
2023-10-09 16:05:14 +05:30
Arpit Temani
3c666fde68
merge develop
2023-10-09 15:34:18 +05:30
Arpit Temani
fc3d0e778a
uncomment testcase
2023-10-09 15:26:45 +05:30
marcello33
3d9eb2c99c
Merge branch 'master' into mardizzone/master-to-develop
2023-10-09 11:54:24 +02:00
marcello33
c66df3e116
Merge pull request #1034 from maticnetwork/mardizzone/peer-settings-mainnet
...
mainnet recommended peer settings
2023-10-09 11:49:07 +02:00
Arpit Temani
61c0b81b1f
fix testcase
2023-10-09 14:34:00 +05:30
Arpit Temani
095a06b051
generics
2023-10-09 14:24:58 +05:30
Arpit Temani
dbb2c35ee0
added testcase
2023-10-09 14:16:30 +05:30
Arpit Temani
40760f00d4
Update bor_test.go
2023-10-09 14:13:09 +05:30
Arpit Temani
5af7192f03
Update config.go
2023-10-09 14:10:23 +05:30
Shivam Sharma
ee0907a493
update : gen_config.go
2023-10-09 13:12:19 +05:30
marcello33
a9e32c10e1
dev: add: recommended peer settings for mainnet nodes
2023-10-07 08:33:58 +02:00
hyunchel
4e1e37323d
core/txpool/legacypool: fix typo ( #28258 )
2023-10-07 10:57:12 +08:00
marcello33
44408151e3
Merge pull request #1032 from maticnetwork/backport/master-develop
...
backport/master-to-develop
2023-10-06 12:03:56 +02:00
marcello33
ac25ecfa3d
Merge branch 'master' into backport/master-develop
2023-10-06 10:38:33 +02:00
marcello33
d521b8e266
Merge pull request #1031 from maticnetwork/bump/v1.0.6
...
bump version
2023-10-06 10:28:24 +02:00
marcello33
532dfbeb68
bump version
2023-10-06 10:26:52 +02:00
marcello33
cbfd19acf6
Merge pull request #953 from maticnetwork/dependabot/go_modules/github.com/supranational/blst-0.3.11
...
build(deps): bump github.com/supranational/blst from 0.3.8-0.20220526154634-513d2456b344 to 0.3.11
2023-10-06 10:19:13 +02:00
marcello33
10341b5ea3
Merge pull request #1028 from maticnetwork/dependabot/go_modules/github.com/consensys/gnark-crypto-0.12.0
...
build(deps): bump github.com/consensys/gnark-crypto from 0.9.1-0.20230105202408-1a7a29904a7c to 0.12.0
2023-10-06 10:19:02 +02:00
SHIVAM SHARMA
784be5f72a
fix : wrong chainID on rpc ( #1030 )
2023-10-06 13:42:54 +05:30
dependabot[bot]
5d7accf0e2
build(deps): bump github.com/supranational/blst
...
Bumps [github.com/supranational/blst](https://github.com/supranational/blst ) from 0.3.8-0.20220526154634-513d2456b344 to 0.3.11.
- [Release notes](https://github.com/supranational/blst/releases )
- [Commits](https://github.com/supranational/blst/commits/v0.3.11 )
---
updated-dependencies:
- dependency-name: github.com/supranational/blst
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 07:40:01 +00:00
Shivam Sharma
1fc6354ab1
clean : shanghai changes
2023-10-06 12:06:46 +05:30
marcello33
cb2f8adc2b
Merge pull request #1029 from maticnetwork/backport/master-to-develop
2023-10-05 21:29:05 +02:00
marcello33
53f28f2f29
Merge branch 'master' into backport/master-to-develop
2023-10-05 19:31:51 +02:00
dependabot[bot]
51952ddb68
build(deps): bump github.com/consensys/gnark-crypto
...
Bumps [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto ) from 0.9.1-0.20230105202408-1a7a29904a7c to 0.12.0.
- [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/commits/v0.12.0 )
---
updated-dependencies:
- dependency-name: github.com/consensys/gnark-crypto
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 15:53:31 +00:00
marcello33
2e896e216c
Merge pull request #1027 from maticnetwork/v1.0.5-candidate
...
V1.0.5 release candidate
2023-10-05 17:52:13 +02:00
marcello33
49fdc66914
mardizzone/POS-1609: dev: chg: update bor version
2023-10-05 16:54:21 +02:00
marcello33
264ebf207e
dev: chg: solve vulns ( #1024 )
...
* mardizzone/POS-1609: dev: chg: solve vulnerabilities associated with some packages
* mardizzone/POS-1609: dev: chg: bump cosmos and go versions
* mardizzone/POS-1609: dev: chg: fix make all for aws dep
* mardizzone/POS-1609: dev: chg: update peppermint and cosmos-sdk versions
2023-10-05 16:14:38 +02:00
Manav Darji
d639bb818c
Add more mainnet bootnodes ( #1026 )
...
* update mainnet bootnodes
* internal/cli/server: handle nil chain case for tests
2023-10-05 18:31:26 +05:30
Manav Darji
766fdc307a
eth, consensus/bor: handle 503 status code in heimdall client ( #1023 )
...
* consensus/bor, eth: handle 503 response from heimdall
* log milestone ID during error
* add more checks to prevent logs
* fix: handle correct error
2023-10-05 15:53:40 +05:30
Shivam Sharma
558bb5433f
fix : config and forkId tests
2023-10-05 14:39:43 +05:30
Shivam Sharma
2b1bd0997b
Merge branch 'develop' into shivam/POS-1733
2023-10-05 12:14:31 +05:30
Anshal Shukla
5e43bdb30e
Merge pull request #1015 from maticnetwork/discord
...
readme: update discord links
2023-10-05 11:52:06 +05:30