Commit graph

14014 commits

Author SHA1 Message Date
Arpit Temani
cf35be19df edit genesis test file 2022-09-22 14:41:57 +05:30
Arpit Temani
4dc6651147 refactor tests 2022-09-22 14:31:44 +05:30
Arpit Temani
e45b1d46fc
Merge pull request #522 from maticnetwork/arpit/disable-macos
disable macos tests
2022-09-22 14:29:07 +05:30
Arpit Temani
623d1ecf12 add unittest for calculate sprint 2022-09-22 14:28:52 +05:30
Arpit Temani
17f403e404 Merge branch 'develop' of github.com:maticnetwork/bor into arpit/pos-655 2022-09-22 14:15:38 +05:30
Arpit Temani
7e635edf23 refactor tests 2022-09-22 13:59:56 +05:30
Manav Darji
813b74fc9d
rpc, ethclient: cater 'finalized' and 'safe' blocks in ethclient (#517) (#523)
* rpc: add finalized and safe block types

* ethclient: honour safe and finalized block requests

* fix: remove BlockByNumberWithoutTx function
2022-09-22 13:37:27 +05:30
Arpit Temani
f51eae03ac disable macos tests 2022-09-22 13:22:20 +05:30
Arpit Temani
9f85e71935 add tests 2022-09-22 13:19:59 +05:30
Manav Darji
c91d4ca1fa
rpc, ethclient: cater 'finalized' and 'safe' blocks in ethclient (#517)
* rpc: add finalized and safe block types

* ethclient: honour safe and finalized block requests

* fix: remove BlockByNumberWithoutTx function
2022-09-22 10:36:21 +05:30
Raneet Debnath
cfb7a1cd1c new: unskip failing tests 2022-09-22 09:37:27 +05:30
Evgeny Danilenko
a11952f858
Crypto-secure package with math/rand interface (#509)
* initial

* use crand

* fix

* fix
2022-09-14 14:54:43 +03:00
Arpit Temani
fe7ca40384 Merge branch 'develop' of github.com:maticnetwork/bor into arpit/pos-655 2022-09-08 11:54:26 +04: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
Jerry
15f64ee58f Remove orphaned containers when shutdown devnet
This will potentially resolve "ERROR: network docker_default has active endpoints" problem
2022-09-06 19:17:04 +04:00
SHIVAM SHARMA
85890fec7c
Merge pull request #507 from maticnetwork/shiva/pos-730
add : TestValidatorWentOffline
2022-09-05 17:00:43 +04:00
Arpit Temani
e5b8af5626 fix testcases 2022-09-05 16:17:50 +04:00
Arpit Temani
5ef98afb7b merge base branch 2022-09-05 15:43:57 +04:00
Evgeny Danienko
2fd85f6ec8 the source of randomness 2022-09-05 12:47:59 +04:00
Arpit Temani
91108cec4b Merge branch 'shiva/pos-730' of github.com:maticnetwork/bor into arpit/pos-655 2022-09-05 11:52:09 +04:00
Evgeny Danienko
a4eb03eed1 linters 2022-09-05 11:51:18 +04:00
Arpit Temani
18546fee20 Merge branch 'shiva/pos-730' of github.com:maticnetwork/bor into shiva/pos-730 2022-09-05 11:50:20 +04:00
Arpit Temani
624e6bb26f Merge branch 'develop' of github.com:maticnetwork/bor into shiva/pos-730 2022-09-05 11:50:05 +04:00
Evgeny Danienko
5f9d15665c merge 2022-09-05 11:46:45 +04:00
Arpit Temani
debb38853d fix ci, lint 2022-09-05 11:40:04 +04:00
Evgeny Danienko
7136ca61e0 linters 2022-09-05 11:33:42 +04:00
Arpit Temani
55a9ecec41 fix ci 2022-09-05 11:03:56 +04:00
Evgeny Danienko
e5fcab70d2 use crypto rand 2022-09-05 10:58:43 +04:00
Evgeny Danienko
9d975fb833 lint 2022-09-05 10:53:22 +04:00
Evgeny Danienko
c0a4b0fbb5 fix flacky test 2022-09-05 10:50:00 +04:00
Arpit Temani
06858386bf Merge branch 'shiva/pos-730' of github.com:maticnetwork/bor into arpit/pos-655 2022-09-05 10:43:17 +04:00
Arpit Temani
c6c2e74919 Merge branch 'develop' of github.com:maticnetwork/bor into arpit/pos-655 2022-09-05 10:36:52 +04:00
Evgeny Danilenko
714aef422b
Property based tests on TxPool: pending, locals (#466)
* initial

* measure

* initial test

* block size debug

* current progress

* debug

* progress

* debug

* it works

* todo

* linters

* clean up

* check for nonce gaps

* clean up

* cr

* cr

* cr

* check tx pool on an error

* stats

* params

* introduce config

* min-max accounts

* debug

* debug

* update

* debug

* skip
2022-09-03 11:20:24 +03:00
Shivam Sharma
9ac97e03fc chg : minor changes 2022-09-02 13:58:00 +05:30
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
Shivam Sharma
a2dc545fac rm : interrupt + sleep 2022-08-31 19:34:38 +05:30
Shivam Sharma
5067c6cdeb add : TestValidatorWentOffline 2022-08-31 19:05:36 +05:30
Manav Darji
d73d6df32b params: update meta version 2022-08-30 16:16:26 +05:30
SHIVAM SHARMA
9c370f4dfc
Merge pull request #503 from maticnetwork/shivam/sealer-gasPrice
internal/cli/server: update default cli values
2022-08-26 18:21:11 +05:30
Manav Darji
75f4411102
fix: rename requiredblocks flag usage (#505) 2022-08-26 17:59:05 +05:30
Shivam Sharma
1ac5f09518 fix : TestConfigLegacy 2022-08-26 14:08:15 +05:30
Manav Darji
eb16a3d313 update defaults in new-cli 2022-08-26 11:24:51 +05:30
Manav Darji
84529a15cf
rm: snapshot found log in bor consensus (#504) 2022-08-25 23:13:22 +05:30
Shivam Sharma
632c1646a8 chg : default sealer.gasPrice from 1wei to 1Gwei 2022-08-25 12:47:54 +05:30
Shivam Sharma
8186e4d2a1 chg : sealer.gasPrice to 1 from 30Gwei 2022-08-24 14:58:38 +05:30
SHIVAM SHARMA
95f551eccc
Merge pull request #502 from maticnetwork/shivam/txpool-pricelimit
Changing default txpool pricelimit to 1
2022-08-24 10:47:53 +05:30
Shivam Sharma
057f50eb6c fix : TestConfigLegacy 2022-08-23 19:13:01 +05:30