Commit graph

13659 commits

Author SHA1 Message Date
Will Button
3b4ff7d3d3
Merge pull request #610 from maticnetwork/wbutton/goreleaser-docker-creds 2022-11-30 16:42:17 -07:00
Will Button
4d19cf5342
update Docker login for goreleaser-cross v1.19 2022-11-30 08:00:31 -08:00
Manav Darji
3e7160997a
metrics: handle nil telemetry config (#601) 2022-11-26 01:54:50 +05:30
Manav Darji
095ce5e1da
Update default flags (#600)
* internal/cli/server: use geth's default for txpool.pricelimit and add comments

* builder/files: update config.toml for mainnet

* packaging/templates: update defaults for mainnet and mumbai

* internal/cli/server: skip overriding cache

* packaging/templates: update cache value for mainnet

* packaging/templates: update gcmode for archive mumbai node
2022-11-25 11:26:31 -05:00
Pratik Patil
d69cb20ba9
fixed static-nodes related buf (os independent) (#598)
* fixed static-nodes related buf (os independent)

* taking static-nodes as input if default not present
2022-11-25 17:44:05 +05:30
Manav Darji
137fb19d2a
metrics: handle equal to separated config flag (#596)
* metrics: handle  based config path

* internal/cli/server: add more context to logs

* use space separated flag and value in bor.service
2022-11-24 09:12:32 -05:00
Will Button
58a63147f2
Merge pull request #594 from maticnetwork/wbutton/docker-user-rollback
Docker User
2022-11-23 15:42:22 -07:00
Will Button
5fe83d35cf
rollback bor user and use root 2022-11-23 14:16:36 -07:00
Daniel Jones
01e05cd1c3
Merge pull request #590 from maticnetwork/djpolygon/v0.3.0packaging
Adding in Mumbai/Mainnet precursor deb packaging for tests to use dur…
2022-11-23 13:36:26 -06:00
Manav Darji
3b6c9b05d7 Merge branch 'qa' of https://github.com/maticnetwork/bor into djpolygon/v0.3.0packaging 2022-11-24 00:03:41 +05:30
Will Button
e468e96be0
Merge pull request #592 from maticnetwork/wbutton/v0.3.0-docker-qa
Docker v0.3.0 release for QA
2022-11-23 11:25:43 -07:00
Will Button
08ec50a846
change bor_dir and add bor user for v0.3.0 release 2022-11-23 09:43:34 -07:00
Daniel Jones
c1e84fd694 Removing README swap file 2022-11-23 09:12:42 -06:00
Daniel Jones
ba56c98769 Disabling goreleaser 2022-11-23 09:10:41 -06:00
Daniel Jones
1f0e49b0d8 Adding prerelease true 2022-11-23 09:07:41 -06:00
Daniel Jones
5e92a7fe25 Added changes per discussion in PR, more changes may be necessary 2022-11-23 07:54:15 -06:00
Daniel Jones
a0f754dfc5 Adding in Mumbai/Mainnet precursor deb packaging for tests to use during upgrade(iterations to come) 2022-11-22 15:34:25 -06:00
Jerry
b1f4196fa8
Merge pull request #575 from cffls/qa
Removed vhosts for ws and replaced cors with origins (#574)
2022-11-03 22:47:34 -07:00
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
Jerry
cabd736df9
Merge pull request #572 from cffls/qa
Add state sync transaction to debug_trace functions.
2022-11-02 12:44:37 -07:00
Jerry
0bc9f60756 Remove context from ApplyMessage 2022-11-01 17:00:41 -07:00
Shivam Sharma
2ec9e7b540 add : lint 2022-11-01 16:57:48 -07:00
Shivam Sharma
3a0cedc4b1 chg : standardTraceBlockToFile fix 2022-11-01 16:57:48 -07:00
Shivam Sharma
5e574bf129 chg : fix derference error on config without borTraceEnabled 2022-11-01 16:57:48 -07:00
Shivam Sharma
06a8f28703 chg : minor fix 2022-11-01 16:57:48 -07:00
Shivam Sharma
967b20ebf7 chg : major fix 2022-11-01 16:57:48 -07:00
Shivam Sharma
bce66b7ef5 chg : lint files 2022-11-01 16:57:48 -07:00
Shivam Sharma
bfd4f3e74e chg : support state-sync in newcli server debugBorBlock 2022-11-01 16:57:48 -07:00
Shivam Sharma
ee18b3cd18 chg : major fix 2022-11-01 16:57:48 -07:00
Shivam Sharma
b8c3b0043c add : Add state sync transaction to debug_traceBlock 2022-11-01 16:57:47 -07:00
Jerry
439d588fc9
Merge pull request #563 from cffls/qa
Force load default tracers
2022-10-20 21:48:59 -07:00
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
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
Jerry
cb12a6e4d6 Force load default tracers 2022-10-20 10:04:00 -07:00
Jerry
b019a017e3
Merge pull request #542 from cffls/qa
internal/cli: add support for bor.logs flag in new-cli (#541)
2022-10-05 21:40:00 -07:00
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
f4fcfd38d5
Merge pull request #539 from maticnetwork/manav/cherry-picks-for-qa
Merge commits to qa
2022-10-04 22:13:42 +05:30
Manav Darji
1a51560726 make script OS independent (#538) 2022-10-04 22:00:35 +05:30
Manav Darji
c724671172 rm: snapshot found log in bor consensus (#504) 2022-10-04 22:00:31 +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
Jerry
ebbe100ff1 Change heimdall branch to develop in CI 2022-09-28 08:57:00 -07:00
Arpit Temani
0969781eb5
Merge pull request #513 from maticnetwork/qa-flag-requiredblocks
Changed 'requiredblocks' flag back to 'eth.requiredblocks'
2022-09-08 12:51:34 +05:30
Jerry
2cf5945321 Remove orphaned containers when shutdown devnet
This will potentially resolve "ERROR: network docker_default has active endpoints" problem
2022-09-08 09:22:10 +04:00
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
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
Manav Darji
54719fb180 Makefile: copy bor binary to go bin (#469) 2022-08-22 23:43:17 -07:00
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
Pratik Patil
0b28230c22 updated config.toml in builder/files, added all fields and commented those which are not used (#491) 2022-08-22 23:43:17 -07:00