Skip to content
New issue

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

Update Defult MaxGasPrice #12

Closed
wants to merge 135 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
135 commits
Select commit Hold shift + click to select a range
de63ba0
chore(chains): add new bootnode (#6329)
4rgon4ut Dec 6, 2023
34b04dd
Remove syncing check from ReviewBlockTree step (#6332)
jmederosalvarado Dec 6, 2023
3d928fc
[cancun] fix `BlobBaseFee` not consistent with geth when `ExcessBlob…
smartprogrammer93 Dec 6, 2023
80ec30c
[Tests] Improve Test Runner (#6321)
smartprogrammer93 Dec 6, 2023
6de06b8
Added JOC testnet and mainnet specification file (#6301)
shashankshampi Dec 7, 2023
326f56d
Updating Fast Sync config files (#6339)
github-actions[bot] Dec 7, 2023
5a1eeec
[Config] Change default barriers of mainnet to 0 (#6225)
smartprogrammer93 Dec 7, 2023
64dbf40
Flood comparision tool (#6337)
kamilchodola Dec 8, 2023
9bb51a0
Change version to 1.24.0 unstable (#6342)
kamilchodola Dec 8, 2023
0e0e35e
Refactor/state cleanup (#6260)
asdacap Dec 8, 2023
baff631
Fix/check withdrawal bodiessyncfeed (#6345)
ak88 Dec 8, 2023
874cd73
Updating Fast Sync config files (#6347)
github-actions[bot] Dec 10, 2023
3f2f149
Unify js types, use typed arrays everywhere + long for slice paramete…
LukaszRozmej Dec 11, 2023
82b816a
Improved Json Serialization (#6152)
benaadams Dec 11, 2023
7c61e14
Disable networking on OpStack configs (#6334)
jmederosalvarado Dec 11, 2023
1242ecd
Kch/rlp refactor (#6343)
kamilchodola Dec 11, 2023
c284fa1
Fix json rpc missing parameter check (#6351)
LukaszRozmej Dec 11, 2023
600b7b6
Fix KeyExists leak (#6353)
benaadams Dec 11, 2023
1040052
Fix excessive timer allocation in rate limiter (#6354)
benaadams Dec 11, 2023
6744d21
Use runtime throw helpers (#6348)
benaadams Dec 12, 2023
9df511b
Simplify null checks (#6355)
benaadams Dec 12, 2023
2af3d8f
Use length checks rather than .Any() (#6357)
benaadams Dec 12, 2023
7cc8358
Make fields readonly (#6356)
benaadams Dec 12, 2023
0a3a694
Skip signature only for TxType.DepositTx (#6349)
LukaszRozmej Dec 12, 2023
af04899
fix: typos (#6360)
AdventureSeeker987 Dec 13, 2023
7a768f7
chore(src/Nethermind): typo fix (#6363)
dzizazda Dec 13, 2023
dd88db6
Serialize Json direct to Http PipeWriter (#6369)
benaadams Dec 13, 2023
33528df
Revise docs generation (#6361)
rubo Dec 13, 2023
1bbd8b2
NewPayloadV3 required fields json deserialization (#6362)
benaadams Dec 14, 2023
82afd0f
Broadcast local txs only if MaxFeePerGas is equal at least 70% of cur…
marcindsobczak Dec 14, 2023
2749c16
Fix / Add OP configs (#6364)
jmederosalvarado Dec 14, 2023
f62468e
Use TryGetValue to halve Dictionary lookups (#6352)
benaadams Dec 14, 2023
36c1171
Reduce ResettableDictionary lookups (#6373)
benaadams Dec 14, 2023
bce3244
Apply max responseBodySize correctly (#6372)
benaadams Dec 14, 2023
9bed546
Use RecyclableMemoryStream for MemoryStreams (#6371)
benaadams Dec 15, 2023
b8b0a8e
Make methods static and/or readonly (and others) (#6376)
benaadams Dec 15, 2023
355e3fe
Use leaveOpen: false on StreamPipeReaderOptions (#6379)
benaadams Dec 15, 2023
5d5dda6
Updating Fast Sync config files (#6383)
github-actions[bot] Dec 17, 2023
97fb56c
holesky networkId -> name (#6370)
ak88 Dec 18, 2023
18e37da
Properly activate timestamp fork (#6386)
flcl42 Dec 18, 2023
482bc43
Fix package path (#6389)
rubo Dec 18, 2023
13b85a3
Refactor/minor worldstate cleanup (#6385)
asdacap Dec 19, 2023
f15eedc
make ParityTraceActionFromReplayJsonConverter recursive (#6394)
LukaszRozmej Dec 19, 2023
7ef0b6b
Revise and update workflows (#6388)
rubo Dec 19, 2023
7f62918
Add PivotUpdator tests (#6399)
MarekM25 Dec 19, 2023
0415bcf
Fix signing transactions in tests (#6397)
marcindsobczak Dec 20, 2023
5ac809f
Add extra docker compose pull to ensure latest image (#6400)
kamilchodola Dec 20, 2023
76c73a1
Add new RPC methods debug_getRawBlock, debug_getRawReceipts, debug_ge…
Demuirgos Dec 21, 2023
536e2f7
Revise and improve diagnostics Dockerfile (#6398)
rubo Dec 21, 2023
90416e5
Remove Nethermind launcher build (#6404)
rubo Dec 21, 2023
b86383f
Increase regex cache size (#6408)
benaadams Dec 22, 2023
bb1840f
Throw less expensive exceptions from Evm (#6406)
benaadams Dec 22, 2023
aa6800c
Fix unbounded memory growth in DoubleArrayConverter (#6412)
benaadams Dec 22, 2023
3bd89b3
Fix POSDAO tests workflow (#6414)
rubo Dec 23, 2023
1c0ce55
RateLimiter: Remove unneeded async statemachine (#6418)
benaadams Dec 24, 2023
716a791
Fix double write during full pruning (#6415)
asdacap Dec 24, 2023
02221a9
Updating Fast Sync config files (#6416)
github-actions[bot] Dec 25, 2023
3fa5ba5
Remove Duplicate call to TryGetPendingTransaction in RPC (#6420)
benaadams Dec 26, 2023
1df2cf4
Remove duplicate calls to FindHeader in eth_getLogs (#6421)
benaadams Dec 26, 2023
f3ed968
Upgrade Kute (#6366)
emlautarom1 Dec 26, 2023
8fa3263
Blob txs reorgs (#6254)
marcindsobczak Dec 27, 2023
7e6c340
Update Chain size test (#6426)
benaadams Dec 27, 2023
0ad72e9
Don't use exceptions for flow control during sync (#6425)
benaadams Dec 27, 2023
2ad33cc
[Cancun]{Spec} Goerli config and fix for `ChainSpecBasedSpecProvider`…
smartprogrammer93 Dec 28, 2023
be00812
Feature/exit on blocknumber (#6428)
asdacap Dec 28, 2023
ada8cc9
Reimplement KestrelMetricServer (#6429)
asdacap Dec 28, 2023
2402d5a
fix memory guard and slice (#6396)
LukaszRozmej Dec 28, 2023
fe807bb
Enable blob txs support in goerli configs (#6430)
marcindsobczak Dec 28, 2023
dd613af
Update configs tests, add FastSyncCatchUpHeightDelta for holesky (#6431)
marcindsobczak Dec 28, 2023
c81d577
Fix TotalDifficulty for post-merge networks in genesis (#6407)
MarekM25 Dec 28, 2023
2a66d41
Fix metric not working (#6432)
asdacap Dec 28, 2023
d8debc6
Fix node restart on `gnosis-cancun` (#6423)
emlautarom1 Dec 28, 2023
075365a
Reduce lock contention (#6417)
benaadams Dec 28, 2023
f601ede
Make CappedArray readonly (#6434)
benaadams Dec 29, 2023
6a9c76d
Fixed FinalTotalDifficulty based on genesis (#6435)
MarekM25 Dec 29, 2023
c4767a4
[Fix] Potential fix to missing tx index sometimes (related to reorgs)…
smartprogrammer93 Dec 29, 2023
087b06a
Remove db throttling (#6438)
benaadams Dec 29, 2023
344c568
Updating Fast Sync config files (#6441)
github-actions[bot] Jan 1, 2024
6f2698c
Optimism canyon (#6374)
deffrian Jan 1, 2024
7bb1a4d
Update file header (#6442)
rubo Jan 2, 2024
a3caae8
Update packages (#6437)
rubo Jan 2, 2024
fc88f53
Change version to 1.25.0-rc
kamilchodola Jan 2, 2024
72bef27
Fix Release Action (#6449)
kamilchodola Jan 3, 2024
c3bed39
Fix permission on build files (#6450)
kamilchodola Jan 3, 2024
e8ec985
Fix checkout paths (#6451)
kamilchodola Jan 3, 2024
3f36c3b
Write out IByteBuffer before it is released (#6459)
benaadams Jan 5, 2024
1d4e0ea
Fix/flush on snap finish (#6444)
asdacap Jan 2, 2024
7ebeff7
Handling exceptions during signatures recovery (#6461)
MarekM25 Jan 5, 2024
fe273cf
Fix `BlobGasUsed` and `ExcessBlobGas` in Cancun genesis (#6446)
marcindsobczak Jan 4, 2024
14cc9d8
Parse BlockParameter correctly for eth_call (#6477)
benaadams Jan 8, 2024
519ea71
Fix ConcurrentDictionary.ToList->ToArray (#6475)
LukaszRozmej Jan 8, 2024
58cfd71
Fix PPA package deployment (#6453)
rubo Jan 9, 2024
859f2cd
Fix error on producing a block with multiple transaction on the same …
asdacap Jan 9, 2024
12d130d
Json rpc more flexible string parameter parsing (#6486)
benaadams Jan 9, 2024
e96aa79
Upgrade System.IdentityModel.Tokens.Jwt (#6492)
benaadams Jan 10, 2024
3913c8d
Remove rc tag from version
kamilchodola Jan 10, 2024
db6ecc7
Aligned with spec and added some tests (#6494)
Demuirgos Jan 10, 2024
230b227
Bump version
kamilchodola Jan 15, 2024
c59d9bf
[Fix]{Config] old default barrier being ignoreed in clients upgraded …
smartprogrammer93 Jan 15, 2024
cace5f9
[Fix] EthSyncing showing Syncing even when node is fully synced up t…
smartprogrammer93 Jan 15, 2024
a977374
Fix NuGet package path (#6496)
rubo Jan 11, 2024
09b5526
Add Cancun hard-fork settings for Chiado testnet (#6457)
rubo Jan 15, 2024
bc54883
bring back suppress sync warning on json rpc, removed in upgrading js…
LukaszRozmej Jan 16, 2024
e37c10d
Increase tolerance for default barrier again (#6550)
smartprogrammer93 Jan 16, 2024
4b2d919
revert
kamilchodola Jan 21, 2024
78c7bf5
Bump version
kamilchodola Jan 21, 2024
7c6dacd
Bump version
kamilchodola Jan 22, 2024
e64bee7
Sepolia and Holesky Cancun spec and config (#6571)
smartprogrammer93 Jan 22, 2024
76cb59b
Disconnect timed out connects (#6594)
benaadams Jan 23, 2024
7f30f66
Update Nethermind.Numerics.Int256 package (#6598)
rubo Jan 23, 2024
0bcefe7
fix ParityTraceActionConverter to output init on create (#6606)
LukaszRozmej Jan 24, 2024
dc037f4
Fix TraceStore plugin (#6609)
LukaszRozmej Jan 25, 2024
e2cc378
Ignore Span wrapping properties for Json serialization (#6608)
benaadams Jan 24, 2024
76343c4
Return BlockForRpc from debug_getBadBlocks (#6612)
flcl42 Jan 25, 2024
fc63028
Revise PPA packaging (#6618)
rubo Jan 25, 2024
1e9e5b8
VerifyCapacity under lock (#6630)
benaadams Jan 29, 2024
55a6917
Exclude Tx Hashes when serving Blocks & apply network back pressure (…
benaadams Jan 31, 2024
2cb2ce9
Feature/debug get bad blocks (#3838)
kjazgar Jan 5, 2024
c0c0c2d
Feature: Exposing Prometheus metrics to user-defined interface (#6528)
tgerring Jan 13, 2024
dc1db75
bump to 1.25.4
marcindsobczak Feb 2, 2024
41a1593
Compact dbs manually (#6595)
flcl42 Jan 30, 2024
2c17c78
Add op-mainnet barriers (#6620)
deffrian Jan 31, 2024
facc6bd
Clearer error message for missing starting block state (#6672)
benaadams Feb 8, 2024
047e889
Update txPool worst value if removal unsuccessful (#6702)
benaadams Feb 12, 2024
3e39a73
Add Cancun hard-fork settings for Gnosis (#6709)
rubo Feb 13, 2024
3d2d258
Cancun spec and config for mainnet (#6679)
smartprogrammer93 Feb 13, 2024
7918aff
Add Paris release spec class for completeness (#6633)
LukaszRozmej Feb 2, 2024
5b93043
Change the default of ExposeHost to + due to backward compatibility (…
MarekM25 Feb 15, 2024
d128f58
Make sure reporting does not affect the Hive results (#6726)
kamilchodola Feb 14, 2024
73aaee0
Revise release workflow (#6634)
rubo Jan 30, 2024
d819ea2
Refactoring (#6635)
MarekM25 Feb 16, 2024
20b10b3
Update Fast Sync configuration in Nethermind repository (#6743)
github-actions[bot] Feb 16, 2024
a8cede5
Add fuse support (#8)
Andrew-Pohl Jan 29, 2024
a1fa15f
fix: Updated bootnodes for Spark & Fuse (#9) (#10)
gr8h Feb 20, 2024
8145c5d
Update maximum gas price limit to 50 GWei in EthGasPriceConstants.cs
gr8h May 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
26 changes: 13 additions & 13 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

file_header_template = SPDX-FileCopyrightText: 2023 Demerzel Solutions Limited\nSPDX-License-Identifier: LGPL-3.0-only
file_header_template = SPDX-FileCopyrightText: 2024 Demerzel Solutions Limited\nSPDX-License-Identifier: LGPL-3.0-only

[*.cs]
indent_size = 4
Expand All @@ -34,31 +34,31 @@ dotnet_naming_rule.non_field_members_should_be_pascal_case.style = pascal_case

dotnet_naming_symbols.interface.applicable_kinds = interface
dotnet_naming_symbols.interface.applicable_accessibilities = public, internal, private, protected, protected_internal, private_protected
dotnet_naming_symbols.interface.required_modifiers =
dotnet_naming_symbols.interface.required_modifiers =

dotnet_naming_symbols.types.applicable_kinds = class, struct, interface, enum
dotnet_naming_symbols.types.applicable_accessibilities = public, internal, private, protected, protected_internal, private_protected
dotnet_naming_symbols.types.required_modifiers =
dotnet_naming_symbols.types.required_modifiers =

dotnet_naming_symbols.non_field_members.applicable_kinds = property, event, method
dotnet_naming_symbols.non_field_members.applicable_accessibilities = public, internal, private, protected, protected_internal, private_protected
dotnet_naming_symbols.non_field_members.required_modifiers =
dotnet_naming_symbols.non_field_members.required_modifiers =

# Naming styles

dotnet_naming_style.begins_with_i.required_prefix = I
dotnet_naming_style.begins_with_i.required_suffix =
dotnet_naming_style.begins_with_i.word_separator =
dotnet_naming_style.begins_with_i.required_suffix =
dotnet_naming_style.begins_with_i.word_separator =
dotnet_naming_style.begins_with_i.capitalization = pascal_case

dotnet_naming_style.pascal_case.required_prefix =
dotnet_naming_style.pascal_case.required_suffix =
dotnet_naming_style.pascal_case.word_separator =
dotnet_naming_style.pascal_case.required_prefix =
dotnet_naming_style.pascal_case.required_suffix =
dotnet_naming_style.pascal_case.word_separator =
dotnet_naming_style.pascal_case.capitalization = pascal_case

dotnet_naming_style.pascal_case.required_prefix =
dotnet_naming_style.pascal_case.required_suffix =
dotnet_naming_style.pascal_case.word_separator =
dotnet_naming_style.pascal_case.required_prefix =
dotnet_naming_style.pascal_case.required_suffix =
dotnet_naming_style.pascal_case.word_separator =
dotnet_naming_style.pascal_case.capitalization = pascal_case
dotnet_style_operator_placement_when_wrapping = beginning_of_line
dotnet_style_coalesce_expression = true:suggestion
Expand Down Expand Up @@ -88,4 +88,4 @@ csharp_style_expression_bodied_lambdas = true:silent
csharp_style_expression_bodied_local_functions = false:silent
csharp_style_var_for_built_in_types = true:silent
csharp_style_var_when_type_is_apparent = true:suggestion
csharp_style_var_elsewhere = false:suggestion
csharp_style_var_elsewhere = false:suggestion
31 changes: 0 additions & 31 deletions .github/workflows/alert-on-issue-open-event.yml

This file was deleted.

75 changes: 0 additions & 75 deletions .github/workflows/build-bls-libs.yml

This file was deleted.

74 changes: 0 additions & 74 deletions .github/workflows/build-gmp-libs.yml

This file was deleted.

65 changes: 0 additions & 65 deletions .github/workflows/build-mcl-libs.yml

This file was deleted.

Loading
Loading