Commit graph

17262 commits

Author SHA1 Message Date
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
Anshal Shukla
043b71d466 merge develop 2023-10-05 11:23:19 +05:30
Arpit Temani
bd124e639c burn contract testing 2023-10-04 15:28:51 +05:30
Pratik Patil
ceee53cb5e
added locks to the tracer (#1022) 2023-10-04 15:11:58 +05:30
tactical_retreat
052355f5e2
cmd/evm/internal/t8ntoo: tiny bugfix for difficulty field (#28245) 2023-10-04 12:38:25 +03:00
Péter Szilágyi
95b0555c84
eth: when snap is complaining for missing eth, be verbose about the details (#28249)
* eth: when snap is complaining for missing eth, be verbost about the details

* eth: lower snapshot registration error verbosity
2023-10-04 12:37:04 +03:00
Péter Szilágyi
a8a9c8e4b0
core, eth, miner: start propagating and consuming blob txs (#28243)
* core, eth, miner: start propagating and consuming blob txs

* eth/protocols/eth: disable eth/67 if Cancun is enabled

* core/txpool, eth, miner: pass gas limit infos in lazy tx for mienr filtering

* core/txpool, miner: add lazy resolver for pending txs too

* core, eth: fix review noticed bugs

* eth, miner: minor polishes in the mining and announcing logs

* core/expool: unsubscribe the event scope
2023-10-04 12:36:36 +03:00
SHIVAM SHARMA
d233e4f869
fix : borTx chainID (#1021) 2023-10-04 12:22:08 +05:30
Péter Szilágyi
bc6d184872
cmd/devp2p, eth: drop eth/66 (#28239)
* cmd/devp2p, eth: drop eth/66

* eth/protocols/eth: yes sir, linter
2023-10-03 15:03:19 +03:00
hyunchel
7963c4e808
rpc: fix erroneous error-message in test (#28227) 2023-10-03 07:48:36 -04:00
Chirag Garg
2091ebdf5e
trie: fix benchmark by ensuring key immutability (#28221)
This change fixes the bug in a benchmark, where the input to the trie is reused in a way which is not correct. 

---------

Co-authored-by: Martin Holst Swende <martin@swende.se>
2023-10-03 07:46:22 -04:00
0xbstn
339a4cf056
core: fix typos (#28238) 2023-10-03 07:44:01 -04:00
lightclient
07dec7a11c
cmd/evm: cancun-updates for b11r and t8n -tools (#28195)
This change updates `evm b11r` (blockbuilder) and `evm t8n` (transition) tools to contain cancun updates (e.g. new header fields)
---------

Co-authored-by: Mario Vega <marioevz@gmail.com>
2023-10-03 03:26:33 -04:00