Arpit Temani
3fb25179b6
merge geth v1.10.15
2022-01-12 13:00:32 +05:30
Victor Castell
00c78e73af
Include missing bad merge changes
2022-01-11 14:59:16 +01:00
Victor Castell
34d8949f84
Include London genesis file
2022-01-11 12:25:00 +01:00
Sandeep Sreenath
8bd07e48bd
Update version.go
2022-01-11 12:23:28 +01:00
Arpit Temani
bae032365d
add burnt contract address
2022-01-11 12:23:28 +01:00
Arpit Temani
e4f1677126
add london fork
2022-01-11 12:23:28 +01:00
Sandeep Sreenath
07c0669654
bumped version to beta2
2022-01-11 12:23:28 +01:00
Arpit Temani
a10f79dc27
jaipur fork ( #269 )
...
* jaipur fork
* add check
* review comments
* test case
* fix few changes
* Change condition
* review comments
* type conversion
* Update mumbai.go
* Update config.go
* Update config.go
Co-authored-by: Ferran Borreguero <ferranbt@protonmail.com>
2022-01-11 12:23:28 +01:00
Victor Castell
467e53b2ac
Build with the previous Dockerfile ( #268 )
...
* Build with the previous Dockerfile
This will recover the classic maticnetwork build in parallel. This will allow to test both images.
Also fix the new build manifest.
Build on patches too
2022-01-11 12:23:22 +01:00
Arpit Temani
7115b84b7a
london fork ( #260 )
...
* london fork changes
* Update version.go
* burn contract address
2022-01-11 12:22:03 +01:00
Victor Castell
8dd6f59bbc
Configure bor params in the unit itself ( #270 )
...
This PR removes the necessity of having a startup script, less moving parts, and less files to watch.
* Distribute the cannonical genesys file with packages
As we are going to embed genesys data into the binary, this is the most close method to do it before the new CLI.
This way, each release gets tied to it's corresponding genesys file.
This establish bor repository as the source of truth for the genesys file.
* Simplify flags using defaults
2022-01-07 17:20:57 +01:00
Victor Castell
53d8947bfe
Do not attempt DNS discovery and change default sync flag ( #283 )
...
* Prefer full sync
* Do not set DNS discovery
2022-01-05 08:41:40 +01:00
William Morriss
521b3a7833
bor the default target ( #281 )
2022-01-04 14:05:46 +01:00
SHIVAM SHARMA
d51abdb487
removed errors in testcase ( #258 )
2022-01-03 10:48:17 +01:00
Victor Castell
fbd2de7a85
Build using netgo tag ( #275 )
...
This will create a static build using Go native networking stack.
Checked and it works stable for all archs and distros.
2021-12-27 13:26:29 +01:00
Ferran Borreguero
d5d639d0df
Feature grpc status ( #224 )
...
* Add status grpc command
* Add command to cli
* Update docs
* Add more fields to status
2021-12-14 10:35:54 +01:00
Arpit Temani
39116e6cc9
V0.2.12 candidate ( #261 )
...
* Fix ancient receipts
* bumped version to 0.2.11
* Genesis change fix (#252 )
* read from genesis file
* add: set code in finalize and assemble
* new: storing data in bor config
* chg: remove unwanted code
* chg: refactor
* minor change
* add error states
* Fix small things
* Add test
* Add more coverage in genesis finalize test
* Ensure balance is not changed
* Add decode safe check
* Change bor config block alloc field name
* Remove block alloc values in blocks
* Add genesis alloc code change info logging
Co-authored-by: Ferran Borreguero <ferranbt@protonmail.com>
* add block alloc
* change block alloc
* remove byte array
* mainnet upgrade
Co-authored-by: Ferran Borreguero <ferranbt@protonmail.com>
Co-authored-by: Sandeep Sreenath <sandeep.sreenath@gmail.com>
Co-authored-by: Jaynti Kanani <jdkanani@gmail.com>
2021-12-07 15:28:31 +01:00
SHIVAM SHARMA
b633382707
Merge pull request #250 from maticnetwork/shivam/newCLI-syncmode
...
Changed syncmode from fast to full
2021-12-03 11:48:32 +05:30
Shivam Sharma
cf900a96a7
Changed syncmode from fast to full
2021-12-02 17:18:19 +05:30
Ferran Borreguero
d3010f49bd
Fix ancestor bor receipts ( #249 )
2021-12-01 16:08:13 +01:00
Victor Castell
b1fb79a511
Small tweeks to Dockerfiles ( #247 )
...
Standardize Dockerfile between projects (Heimdall) and remove not necessary tini package.
2021-11-30 12:19:27 +01:00
Sandeep Sreenath
fb79b8d06d
Merge pull request #242 from maticnetwork/geth-v1.10.10
...
Geth v1.10.10
2021-11-26 16:38:52 +05:30
Arpit Temani
6f5915363e
Arpit/reorg fix 2 ( #210 )
...
* testing
* author check
* if else fix
2021-11-25 12:46:51 +05:30
Arpit Temani
543170235d
merge conflicts
2021-11-23 11:55:41 +05:30
Jaynti Kanani
908cbbf632
fix: testcases
2021-11-22 18:08:12 +04:00
Jaynti Kanani
ded22da831
fix: bor receipt rlp
2021-11-22 18:04:49 +04:00
Ferran Borreguero
9513fbd264
Write bor receipts in ancient
2021-11-22 14:51:38 +01:00
Jaynti Kanani
c55094aeb5
fix: bor receipt #1
2021-11-22 17:48:19 +04:00
Sandeep Sreenath
983e32baf2
merged geth v1.10.10
2021-11-22 19:04:07 +05:30
Manav Darji
87f9b91b25
added service name in config and flags ( #238 )
2021-11-17 15:30:42 +01:00
Victor Castell
78ba316bcb
Adapt Dockerfile for development ( #237 )
...
* Adapt Dockerfile for development
The Dockerfile for release using Alpine is in the included Dockerfile.release and this one was not used for release so doesn't make sense to have it using multistage nor Alpine.
2021-11-17 14:47:37 +01:00
Manav Darji
322e964233
added opentelemetry config, flags, and setup ( #235 )
...
* added opentelemetry config, flags, and setup
* modifications in opencollector flag and config
* bug fix
* modified error log
2021-11-17 09:47:04 +01:00
SHIVAM SHARMA
baed32508e
Merge pull request #231 from Shivam691999/main
...
Added Prometheus flag on bor-cli
2021-11-13 13:16:25 +05:30
SHIVAM SHARMA
3b264e929a
Merge branch 'master' into main
2021-11-12 19:58:31 +05:30
Shivam Sharma
358e68364f
Added Prometheus Flag and Default
2021-11-12 18:54:04 +05:30
Victor Castell
9ab47817e2
Merge pull request #228 from maticnetwork/victor/pos-47-improve-bor-binary-releases
...
Release multiplatform with goreleaser
- Release multiplatform docker images
- Upload to GH docker repo and create releases
- Automate CI pipeline for releasing
- Notify release to slack
2021-11-12 11:25:27 +01:00
Shivam Sharma
cd6a163391
minor cleanup
2021-11-12 14:51:18 +05:30
Shivam Sharma
a5bcab1c65
Minor Clean-up
2021-11-12 14:24:21 +05:30
Shivam Sharma
c23cd5e332
minor Clean
2021-11-12 13:18:08 +05:30
Shivam Sharma
f3a43f9472
Added Prometheus to New CLI: fixes
2021-11-12 13:13:28 +05:30
Victor Castell
7b6bab4986
Release multi-platform with goreleaser
...
Packages, docker images CI automated
2021-11-11 17:24:42 +01:00
Shivam Sharma
fc58176e80
Added Prometheus flag on bor-cli
2021-11-11 21:11:54 +05:30
Victor Castell
5d0f0b70bd
Merge pull request #227 from maticnetwork/victor/pos-48-refactor-bor-dockerfile
...
Apply best practices to Dockerfile
2021-11-11 11:03:32 +01:00
Ferran Borreguero
2191490acd
Add chain set head command ( #226 )
2021-11-11 10:03:45 +01:00
Victor Castell
ba25f8447a
Revert "Build the new CLI"
...
This reverts commit e58bdfa8e8 .
2021-11-10 12:07:54 +01:00
Victor Castell
8ce30321ad
Bump Go
2021-11-10 11:31:39 +01:00
Victor Castell
e58bdfa8e8
Build the new CLI
2021-11-10 11:31:23 +01:00
Victor Castell
57898e43e1
Final touches to Dockerfiles
2021-11-10 11:02:37 +01:00
Rajat Saxena
1cd6c844aa
Vendor protobuf and go extension issue PR ( #223 )
...
* Vendor protobuf and go extension issue PR
* Finalized the script
* Quick fix
2021-11-09 10:23:34 +01:00
Victor Castell
0aa8feeb00
Apply best practices to Dockerfile
2021-11-05 16:46:59 +01:00