Commit graph

13359 commits

Author SHA1 Message Date
Sandeep Sreenath
0a63620819
Merge pull request #305 from maticnetwork/arpit/v0.2.13-patch-1
fix sender pending txn
2022-01-21 14:00:06 +05:30
Arpit Temani
09c13ee3c7 fix sender pending txn 2022-01-20 15:57:15 +05:30
Victor Castell
159651242b Include London genesis file 2022-01-11 10:56:44 +01:00
Sandeep Sreenath
40e8d4c776
Merge pull request #291 from maticnetwork/arpit/mainnet-london
London Fork on Mainnet
2022-01-11 00:29:25 +05:30
Sandeep Sreenath
c5013ddcb6
Update version.go 2022-01-11 00:23:34 +05:30
Arpit Temani
d84df0dea5 add burnt contract address 2022-01-10 22:51:42 +05:30
Arpit Temani
09ed09124f add london fork 2022-01-10 16:29:28 +05:30
Sandeep Sreenath
c227a07241 bumped version to beta2 2021-12-15 17:55:32 +05:30
Arpit Temani
e2b938562a
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>
2021-12-15 17:28:11 +05:30
Victor Castell
f80dc2bc0f
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
2021-12-13 10:05:54 +01:00
Arpit Temani
533e989b85
london fork (#260)
* london fork changes

* Update version.go

* burn contract address
2021-12-10 16:08:15 +05:30
Arpit Temani
a276c23645 Merge branch 'master' of github.com:maticnetwork/bor into v0.2.12-candidate 2021-12-07 14:50:18 +05:30
Jaynti Kanani
488ea2bcb4
mainnet upgrade 2021-12-05 01:01:10 +04:00
Arpit Temani
64ba7d6934 remove byte array 2021-12-04 01:01:41 +05:30
Arpit Temani
753301c058 change block alloc 2021-12-04 00:48:48 +05:30
Arpit Temani
e51394b9f5 add block alloc 2021-12-04 00:42:46 +05:30
Arpit Temani
a7d97ce58b
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>
2021-12-04 00:22:52 +05:30
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
Sandeep Sreenath
08db8bc878 bumped version to 0.2.11 2021-12-01 21:23:35 +05:30
Ferran Borreguero
d3010f49bd
Fix ancestor bor receipts (#249) 2021-12-01 16:08:13 +01:00
Ferran Borreguero
149f47e73d Fix ancient receipts 2021-12-01 16:04:22 +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