Shivam Sharma
7b52c93c1b
chg : logging strings
2022-12-20 11:39:11 +05:30
Shivam Sharma
513127cd8f
chg : use standard logging
2022-12-20 10:54:03 +05:30
Shivam Sharma
828801f9d8
lint : fix linters
2022-12-19 18:36:10 +05:30
Shivam Sharma
43cafc0415
add : multiple keystore tolerance
2022-12-19 18:08:18 +05:30
Shivam Sharma
9cba79edee
init : remove exit on keystore err
2022-12-19 13:57:18 +05:30
Arpit Temani
19fe8b41d2
Merge pull request #546 from maticnetwork/block-commit-stats
...
Add logs for transactions while committing a block
2022-12-12 13:31:35 +05:30
SHIVAM SHARMA
b1d86bd6ea
Shivam/txpool tracing ( #604 )
...
* lock, unlock to rlock, runlock
* add : tracing Pending() and Locals()
* Log time spent in committing a tx during mining
* Remove data from logging
* Move log into case where a tx completes without error
* profile fillTransactions
* fix conflict
* bug fixes
* add logs
* txpool: add tracing in Pending()
* rearrange tracing
* add attributes
* fix
* fix
* log error in profiling
* update file mode and file path for profiling
* full profiling
* fix log
* fix log
* less wait
* fix
* fix
* logs
* worker: use block number for prof files
* initial
* txList add
* fix gas calculation
* fix
* green tests
* linters
* prettify
* allocate less
* no locks between pending and reorg
* no locks
* no locks on locals
* more tests
* linters
* less allocs
* comment
* optimize errors
* linters
* fix
* fix
* Linters
* linters
* linters
* simplify errors
* atomics for transactions
* fix
* optimize workers
* fix copy
* linters
* txpool tracing
* linters
* fix tracing
* duration in mcs
* locks
* metrics
* fix
* cache hit/miss
* less locks on evict
* remove once
* remove once
* switch off pprof
* fix data race
* fix data race
* add : sealed total/empty blocks metric gauge
* add : RPC debug_getTraceStack
* fix : RPC debug_getTraceStack
* fix : RPC debug_getTraceStack for all go-routines
* linters
* add data race test on txpool
* fix concurrency
* noleak
* increase batch size
* prettify
* tests
* baseFee mutex
* panic fix
* linters
* fix gas fee data race
* linters
* more transactions
* debug
* debug
* fix ticker
* fix test
* add cacheMu
* more tests
* fix test panic
* linters
* add statistics
* add statistics
* txitems data race
* fix tx list Has
* fix : lint
Co-authored-by: Arpit Temani <temaniarpit27@gmail.com>
Co-authored-by: Jerry <jerrycgh@gmail.com>
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
Co-authored-by: Evgeny Danienko <6655321@bk.ru>
2022-12-12 12:34:02 +05:30
Arpit Temani
a75eb71e48
fix linters
2022-12-12 02:52:50 +05:30
Arpit Temani
ac0593d6e1
mumbai fork - 13th dewc
2022-11-22 01:20:09 +05:30
Arpit Temani
1004bbd912
merge qa to develop
2022-11-20 21:44:55 +05:30
Arpit Temani
366496f68a
revert changes for delhi fork
2022-11-17 11:43:21 +05:30
Arpit Temani
d5482469d0
change 5 sec to 2 sec
2022-11-15 22:26:42 +05:30
Arpit Temani
709bbc8a3e
change mumbai and mainnet blocks
2022-11-15 19:41:41 +05:30
Arpit Temani
5a9a8c5804
change hardfork to span start
2022-11-15 16:44:28 +05:30
Arpit Temani
54934761bf
change mumbai block number
2022-11-15 16:28:06 +05:30
Arpit Temani
4a1653f7e3
change sprintlength for
2022-11-15 15:06:49 +05:30
Shivam Sharma
7d92be2f17
fix : jaipurFork & baseFeeChangeDenom hardfork num to bigInt
2022-11-14 17:52:55 +05:30
Shivam Sharma
f768136102
init : baseFeeChangeDenom HardFork Changes
2022-11-14 17:38:12 +05:30
Arpit Temani
b7a282792c
merge develop
2022-11-13 19:05:26 +05:30
Pratik Patil
8cc0b25353
Removed vhosts for ws and replaced cors with origins ( #574 )
...
* removed vhosts for ws and added replaced cors with origins
* updated script
2022-11-03 12:56:58 -07:00
Pratik Patil
1ab225c0e4
Removed vhosts for ws and replaced cors with origins ( #574 )
...
* removed vhosts for ws and added replaced cors with origins
* updated script
2022-11-03 12:54:57 -07:00
SHIVAM SHARMA
3fdb45e5e9
Merge pull request #552 from maticnetwork/shivam/POS-784
...
Make TriesInMemory configurable through CLI and toml config
2022-10-25 12:22:13 +05:30
Pratik Patil
5c5c992440
Changed default value of maxpeers from 200 to 50, update docs ( #555 )
...
* changed default of maxpeers from 200 to 50
* docs: update additional notes for new-cli
* docs: update additional notes for new-cli
* small bug fix in the script to fix shopt issue
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
2022-10-20 20:35:03 -07:00
Pratik Patil
e17ee36ebe
Changed default value of maxpeers from 200 to 50, update docs ( #555 )
...
* changed default of maxpeers from 200 to 50
* docs: update additional notes for new-cli
* docs: update additional notes for new-cli
* small bug fix in the script to fix shopt issue
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
2022-10-21 08:54:38 +05:30
Manav Darji
a977a76f97
metrics: handle values from config file ( #565 )
...
* metrics: handle metrics flag from config in metrics.init()
* internal/cli/server: log for metrics enabling and misconfiguration
2022-10-20 15:33:00 -07:00
Manav Darji
8aab374926
metrics: handle values from config file ( #565 )
...
* metrics: handle metrics flag from config in metrics.init()
* internal/cli/server: log for metrics enabling and misconfiguration
2022-10-21 02:15:42 +05:30
Jerry
cb12a6e4d6
Force load default tracers
2022-10-20 10:04:00 -07:00
Jerry
aab72143d9
Force load default tracers
2022-10-20 09:01:04 -07:00
Arpit Temani
e39da65458
modified testcase, modified producer delay
2022-10-18 00:44:48 +05:30
Shivam Sharma
225a826e0e
add : TriesInMemory flag
2022-10-17 18:00:30 +05:30
Manav Darji
083c3fead1
internal/cli: add support for bor.logs flag in new-cli ( #541 )
...
* add support for bor.logs flag in new-cli
* handle bor.withoutheimdall flag commenting in conversion script
2022-10-05 14:51:12 -07:00
Manav Darji
54f97b8598
internal/cli: add support for bor.logs flag in new-cli ( #541 )
...
* add support for bor.logs flag in new-cli
* handle bor.withoutheimdall flag commenting in conversion script
2022-10-05 23:38:19 +05:30
Pratik Patil
43e5d3aa09
PR#518 and PR#529 -> qa ( #532 )
...
* Added script to generate config.toml fromstart.sh (#518 )
* added go and bash script to get config out of start.sh and updated flagset.go
* changed 'requiredblocks' flag back to 'eth.requiredblocks'
* updated script
* changed 'requiredblocks' flag back to 'eth.requiredblocks'
* updated tests, and removed requiredblocks from json and hcl
* addressed comments
* internal/cli/server: fix flag behaviour (#529 )
* remove setting maxpeers to 0 for nodiscover flag
* set default prometheus and open-collector endpoint
* skip building grpc address from pprof address and port
* fix: linters
* fix and improve tests
* use loopback address for prometheus and open-collector endpoint
* add logs for prometheus and open-collector setup
* updated the script to handle prometheus-addr
* updated builder/files/config.toml
Co-authored-by: Pratik Patil <pratikspatil024@gmail.com>
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
2022-09-29 14:25:27 +05:30
Arpit Temani
f6875757bf
merge develop
2022-09-27 15:04:08 +05:30
Manav Darji
457314783f
internal/cli/server: fix flag behaviour ( #529 )
...
* remove setting maxpeers to 0 for nodiscover flag
* set default prometheus and open-collector endpoint
* skip building grpc address from pprof address and port
* fix: linters
* fix and improve tests
* use loopback address for prometheus and open-collector endpoint
* add logs for prometheus and open-collector setup
* updated the script to handle prometheus-addr
* updated builder/files/config.toml
Co-authored-by: Pratik Patil <pratikspatil024@gmail.com>
2022-09-27 13:36:42 +05:30
Pratik Patil
77db80cc91
Added script to generate config.toml fromstart.sh ( #518 )
...
* added go and bash script to get config out of start.sh and updated flagset.go
* changed 'requiredblocks' flag back to 'eth.requiredblocks'
* updated script
* changed 'requiredblocks' flag back to 'eth.requiredblocks'
* updated tests, and removed requiredblocks from json and hcl
* addressed comments
2022-09-23 13:37:04 +05:30
Pratik Patil
7c6f0a67e6
updated tests, and removed requiredblocks from json and hcl
2022-09-07 16:23:44 +04:00
Pratik Patil
d2eb2df62e
changed 'requiredblocks' flag back to 'eth.requiredblocks'
2022-09-07 13:53:36 +04:00
Arpit Temani
c6c2e74919
Merge branch 'develop' of github.com:maticnetwork/bor into arpit/pos-655
2022-09-05 10:36:52 +04:00
Manav Darji
7bb7bacd50
Merge pull request #503 from maticnetwork/shivam/sealer-gasPrice ( #506 )
...
internal/cli/server: update default cli values
Co-authored-by: SHIVAM SHARMA <shivam691999@gmail.com>
2022-09-01 11:07:49 +05:30
Shivam Sharma
1ac5f09518
fix : TestConfigLegacy
2022-08-26 14:08:15 +05:30
Manav Darji
eb16a3d313
update defaults in new-cli
2022-08-26 11:24:51 +05:30
Shivam Sharma
632c1646a8
chg : default sealer.gasPrice from 1wei to 1Gwei
2022-08-25 12:47:54 +05:30
Shivam Sharma
8186e4d2a1
chg : sealer.gasPrice to 1 from 30Gwei
2022-08-24 14:58:38 +05:30
Shivam Sharma
057f50eb6c
fix : TestConfigLegacy
2022-08-23 19:13:01 +05:30
Shivam Sharma
324187776a
chg : txpool.pricelimit to 1
2022-08-23 18:35:24 +05:30
Pratik Patil
8c97faaa8c
internal/cli, cmd/geth: replaced package naoina/toml with BurntSushi/toml and updated config name-tags ( #486 )
...
* removed package naoina/toml from dumpconfig and added BurntSushi/toml
* updated cmd/gethconfig.go
2022-08-22 23:43:17 -07:00
Manav Darji
2aacbde097
eth, cli: prevent snap sync mode migration - v0.3.x ( #494 )
...
* handle snap sync mode switches
* fix linters
2022-08-22 23:43:17 -07:00
Manav Darji
10c1ff2a74
internal/cli: add support for removedb ( #478 )
...
* internal/cli: add support for removedb
* update docs
* internal/cli: use constant path, handle err
2022-08-22 23:43:17 -07:00
Manav Darji
9f1feac053
eth, cli: prevent snap sync mode migration - v0.3.x ( #494 )
...
* handle snap sync mode switches
* fix linters
2022-08-17 15:18:16 +05:30