Commit graph

13433 commits

Author SHA1 Message Date
Sandeep Sreenath
a9fd4385b3
Merge pull request #172 from tn606024/fix-get-block
fix: delete check empty tx root hash
2022-04-20 16:21:22 +05:30
shiziwen
d561a25739
fix: modify the comment of txlookuplimit (#344) 2022-04-20 16:16:11 +05:30
SHIVAM SHARMA
65f4d27991
Shivam/ethstats backend fix (#341)
* Emit events for all blocks insertChain()

* small fix

* test-case-fix

* Fix tests

Co-authored-by: Ferran <ferranbt@protonmail.com>
2022-04-20 16:15:21 +05:30
Jaynti Kanani
44603dbaa9
Update rest.go (#349)
Co-authored-by: Krishna Upadhyaya <krishnau1604@gmail.com>
2022-04-20 15:55:08 +05:30
Sandeep Sreenath
7ff6869d25
Merge pull request #222 from chuwt/chuwt-1029
Fix default attach endpoint
2022-04-20 15:31:47 +05:30
Sandeep Sreenath
30ad2b5718
Merge pull request #316 from maticnetwork/feature-ethstats-arbitrary
Added arbitray data Ethstats
2022-04-20 15:31:18 +05:30
Manav Darji
8e3d66c5e4
Handle graceful shutdown in bor (#359)
* handle graceful shutdown in bor rest client

* fix: log

Co-authored-by: Jaynti Kanani <jdkanani@gmail.com>

* add: handle shutdown using close channel

* fix: create err variable for shutdown

* use ticker instead of time.After for handling retry

Co-authored-by: Jaynti Kanani <jdkanani@gmail.com>
2022-04-11 10:22:56 +05:30
SHIVAM SHARMA
d687d0d2de
Merge pull request #358 from maticnetwork/shivam/codecov
Added codecov
2022-03-16 14:46:07 +05:30
Shivam Sharma
3c051f074c Added codecov 2022-03-16 13:47:45 +05:30
Manav Darji
7b49cb0bbc
Split modules for cli (#315)
* add separate module config for http and ws

* update cli docs
2022-02-03 18:34:44 +05:30
Manav Darji
fe21391e89
Merge pull request #309 from maticnetwork/manav/dev-mode
Enable developer mode for new cli
2022-01-28 18:03:12 +05:30
Shivam Sharma
b02c742268 Added arbitray data Ethstats 2022-01-25 12:52:25 +00:00
Manav Darji
6ccd75c186 replace Fatalf function with fmt.Errorf 2022-01-25 16:41:05 +05:30
Manav Darji
08f9931147 add test for dev flag 2022-01-25 16:33:09 +05:30
SHIVAM SHARMA
55c34d660b
Merge pull request #303 from maticnetwork/merge-subs2
Merge subs2
2022-01-25 12:33:45 +05:30
Manav Darji
0662b70db2 enable dummy developer account for dev mode 2022-01-24 18:39:51 +05:30
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
Shivam Sharma
58e4311e63 Minor change 2022-01-21 13:03:02 +00:00
Manav Darji
ca0f04cfca add developer enabled check for mining 2022-01-21 18:28:20 +05:30
Shivam Sharma
904f8b52ce Minor changes 2022-01-21 12:54:49 +00:00
Manav Darji
f86b79ed68 add dev mode for new cli 2022-01-21 18:09:13 +05:30
Shivam Sharma
2d4ef67849 Streamlined code 2022-01-21 09:49:01 +00:00
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
8f7174fb92 Refactor Code 2022-01-21 08:14:40 +00:00
Shivam Sharma
949822c072 some refactor 2022-01-21 06:30:51 +00:00
Ferran Borreguero
06c9d5cca6 Test each event without for loop 2022-01-20 18:23:11 +01:00
Shivam Sharma
6ab7515849 Merge branch 'master' into merge-subs2 2022-01-20 13:34:25 +00:00
Shivam Sharma
70f9c88a64 Added Chain2HeadEvent Test 2022-01-20 13:31:24 +00:00
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
Shivam Sharma
68ea5cd14a minor fixes 2022-01-19 12:39:22 +00:00
Shivam Sharma
1215260899 Merge branch 'master' into merge-subs2 2022-01-19 17:59:06 +05:30
Manav Darji
f3d6620ecc
migrate cli to internal package (#301) 2022-01-19 12:10:20 +01:00
Shivam Sharma
87362e4177 Merging feature-subs2 to master 2022-01-14 18:50:19 +05:30
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