Commit graph

124 commits

Author SHA1 Message Date
Lucca Martins
0873515bcf
Merge remote-tracking branch 'origin/upstream_merge_v1.14.8' into lmartins/upstream_merge_v1.14.10 2025-02-11 03:51:43 -03:00
Daniel Jones
d274e62c1e
Profile Updates, RPM removal (#1438)
* Updated amoy profiles for new amoy enodes

* Updating profiles for mainnet enodes

* Removal of rpm support as decided upon

* Updating params/bootnodes.go to newest bootnodes for amoy and mainnet
2025-02-10 07:22:58 -08:00
Lucca Martins
26ec762a11
Merge remote-tracking branch 'origin/upstream_merge_v1.14.8' into lmartins/upstream_merge_v1.14.10 2025-02-04 10:35:52 -03:00
Lucca Martins
fc2198bedd
Merge tag 'v1.14.10' into lmartins/upstream_merge_v1.14.10 2025-02-04 07:41:07 -03:00
Manav Darji
73e7a84851
builder, docs, packaging: update amoy dns, uncomment mainnet p2p configs (#1428)
- Add DNS entries to Amoy configs
- Uncomment p2p.discovery in Mainnet and Amoy configs
- Update Amoy bootnodes
2025-01-31 00:48:56 +05:30
Manav Darji
8a1e0ec125
Enforce parallel evm via flag (#1425)
* (feat): implement --parallelevm.enforce to force using block-stm

* core: debug log

* docs: update docs with new flag

* update all config files

* core: modify chain import test to enforce parallel processing
2025-01-30 23:01:27 +05:30
Pratik Patil
348026227f
Merge pull request #1426 from maticnetwork/master
v1.5.4 backport
2025-01-30 14:53:48 +05:30
Jerry
4c6169a604
Use PBSS and pebble by default (#1412)
* Use pebble db and PBSS by default

* Address CR comments

* Fix failed test
2025-01-27 10:45:33 -08:00
Jerry
230be40ae2
Bump default value of txpool global slots
Increase the default value in order to reduce the time spent in txpool reorg.
When txpool is saturated, txpool reorg can take more than a few seconds to run. This impacts block producer because the producer would need to get the pending txns from txpool, which is blocked by reorg.
2025-01-09 23:16:31 -08:00
Daniel Jones
e24a1456b4
Removing control files and updating the updateVersion.sh 2024-12-11 16:23:56 -06:00
Jerry
16268f6608
Bump version to v1.5.2 (#1366) 2024-10-30 07:45:43 -07:00
Jerry
ff29b1f2ee
Bump version to v1.5.1 (#1362) 2024-10-28 08:22:17 -07:00
Jerry
10fa91f658
Bump version to v1.5.0 2024-10-21 12:42:10 -07:00
Jerry
31164fecf7
Bump version to v1.5.0-beta6 2024-10-17 14:46:52 -07:00
Jerry
cf648c941a
Bump version to v1.5.0-beta5 2024-10-16 10:51:25 -07:00
Daniel Jones
2cae584aa3
Merge pull request #1311 from maticnetwork/djpolygon/SPEC-154
Adding refactored packager, adding pbss configs, removal of mumbai ( …
2024-10-10 10:45:35 -05:00
Daniel Jones
4fd4ff01a4
Adding dns entries for the enrtree for pos mesh backbone nodes 2024-10-09 15:16:37 -05:00
Jerry
f416499fd4
Bump version to v1.5.0-beta3 2024-10-09 09:36:06 -07:00
Jerry
c8c83116be
Bump up version to v1.5.0-beta2 2024-10-04 10:44:57 -07:00
Jerry
b35b0e01fd
Bump version to v1.5.0-beta 2024-10-03 10:43:29 -07:00
Daniel Jones
5e52fe0e4e
Updated amoy static-nodes and bootnodes for amoy 2024-10-01 14:56:22 -05:00
Daniel Jones
abf89a683c
Adding mainnet bootnodes and static-nodes 2024-10-01 14:54:17 -05:00
Daniel Jones
bac860a754
Adding amoy static-nodes and bootnodes for amoy 2024-10-01 14:47:59 -05:00
Jerry
a82223ad2e
Bump version to v1.4.1 2024-09-18 08:14:59 -07:00
Pratik Patil
b3f10ba53c
v1.4.0-beta2 version bump 2024-09-13 22:20:18 +05:30
Pratik Patil
68d19e84d9
v1.4.0 version bump 2024-09-13 18:41:44 +05:30
Daniel Jones
aeb32a8575
Updating to comment out trie, bad copy over from test profile 2024-09-09 15:53:24 -05:00
Daniel Jones
a4d9b3959e
Updating to add quotes to the pbss portions for db.engine and state.scheme, included details regarding pbss not supporting archive 2024-09-09 15:52:06 -05:00
Pratik Patil
2415826a8a
v1.4.0-beta version bump 2024-09-05 21:12:27 +05:30
Daniel Jones
54f874336a
Fixing naming convention for pbss_config.toml's and reverting config.toml to add not add pbss 2024-08-21 16:44:12 -05:00
Daniel Jones
6351c623f1
Adding refactored packager, adding pbss configs, removal of mumbai ( it is now sunset by amoy ) 2024-08-21 15:35:48 -05:00
Pratik Patil
7646fb573e
version bump 1.3.7 2024-08-12 10:06:36 +05:30
Pratik Patil
369a59e220
version bump to 1.3.5-beta 2024-07-30 10:01:08 +05:30
Manav Darji
29840e2016
bump version to v1.3.4 2024-07-25 16:48:09 +05:30
Manav Darji
dce4253605
PIP-35: enforce gas related configs for mainnet (#1290)
* enforce gas configs for all networks

* eth/gasprice: remove else if for log

* docs/cli: update example config

* fix tests

* internal/cli/server: fix tests

* miner: fix tests
2024-07-23 19:32:48 +05:30
Manav Darji
31545e5365
bump version to v1.3.4-beta3 2024-07-11 14:08:46 +05:30
Manav Darji
1a05223076
PIP-35 for amoy: enforce gas related configs (#1285)
* enforce gas related configs for amoy

* internal/cli/server: revert changes to default config.toml for test

* eth: check nil genesis for tests
2024-07-11 11:05:12 +05:30
Manav Darji
b228a47491
bump version to v1.3.4-beta2 2024-06-21 21:01:59 +05:30
Manav Darji
c551b4198e
bump version to v1.3.4-beta 2024-06-19 10:58:22 +05:30
Marcello Ardizzone
d67620c8f4
core, eth, internal, miner, params: enforce 30gwei for gas related configs in bor (#1264)
* add: enforce 30gwei for gas related configs in bor

* chg: fix lint
2024-06-12 14:41:25 +05:30
Pratik Patil
d0a212b4d0
Merge pull request #1266 from maticnetwork/master
Back merge master to develop after v1.3.3 release
2024-06-12 14:34:41 +05:30
Pratik Patil
22670cd283
version bump to 1.3.3 2024-06-12 12:15:57 +05:30
Manav Darji
e6a462504a
bump version to v1.3.3-beta3 2024-06-10 12:34:00 +05:30
Anshal Shukla
e28c2036fc
remove additional bootnodes (#1255) 2024-06-06 23:13:43 +05:30
Pratik Patil
5b0805d706
version bump to 1.3.3-beta2 2024-06-06 11:04:19 +05:30
Manav Darji
d8374ecf3c
bump version to v1.3.3-beta 2024-05-30 14:15:09 +05:30
Anshal Shukla
7543b5d87a
release: v1.3.2 2024-05-09 11:30:34 +05:30
Anshal Shukla
9e032090eb
release: v1.3.2-beta-2 2024-05-06 20:57:09 +05:30
Anshal Shukla
c56d933cba
release: v1.3.1 stable version 2024-04-29 10:19:46 +05:30
Anshal Shukla
c4671e47b0
release: 1.3.1-beta-1 version 2024-04-19 13:23:39 +05:30