Commit graph

13387 commits

Author SHA1 Message Date
Sandeep Sreenath
87a095eae5
Merge pull request #311 from maticnetwork/arpit/v0.2.14
Arpit/v0.2.14
2022-01-24 17:32:16 +05:30
Arpit Temani
e5d5802612 minor changes 2022-01-24 16:14:04 +05:30
Arpit Temani
560ad7dd9d merge master 2022-01-24 16:11:23 +05:30
Sandeep Sreenath
28963d5ccd bumped version 2022-01-21 14:30:07 +05:30
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
SHIVAM SHARMA
2d84249492
fix for TestReorgSideEvent (#304)
* fix for TestReorgSideEvent

* Fix make test

* Disable specific tests and enable bor burn contract

* Fix more stuff

* More checks

Co-authored-by: Ferran Borreguero <ferranbt@protonmail.com>
2022-01-20 14:24:15 +01:00
Arpit Temani
09c13ee3c7 fix sender pending txn 2022-01-20 15:57:15 +05:30
Manav Darji
f3d6620ecc
migrate cli to internal package (#301) 2022-01-19 12:10:20 +01:00
Ferran Borreguero
336b89eeba
Enable test again (#280)
* Enable london fork in allEnabledConfig

* Move up the make-all in Makefile

* Add Makefile entry to download tests

* Fix rawdb tests

* Fix core tests

* Remove old testdata

* Enable full test

* Fix makefile

* Remove duplicate test for ci

* Fix small format issue

* Filter a couple of folders

* Fix go test
2022-01-14 12:13:47 +01:00
Ferran Borreguero
4829114def
Use stream to send debug files (#279)
* Fix protobuf file

* Small fix

* Use grpc streams to send big debug files
2022-01-13 16:46:30 +01:00
Ferran Borreguero
3b2bfa029b
Add forks to status (#278)
* Add forks to status

* Track also bor config forks
2022-01-13 11:09:26 +01:00
Sandeep Sreenath
8a3508a41f
Merge pull request #284 from AlexSSD7/master
Bump maximum Gas Price Oracle gas price to 5000 Gwei
2022-01-13 14:08:36 +05:30
Sandeep Sreenath
0978123079
Merge pull request #294 from maticnetwork/v0.2.13-candidate
v0.2.13 candidate
2022-01-13 14:07:33 +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
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
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
Alex
d7891c0d24
Bump maximum GPO price to 5000 Gwei 2022-01-05 10:09:10 +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
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
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
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
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
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