Arpit Temani
ab6925d7a8
fix matic cli config
2022-11-15 14:27:27 +05:30
Arpit Temani
769e2bb805
change matic-cli config
2022-11-15 13:38:16 +05:30
Arpit Temani
3896c5b319
ci changes
2022-11-15 13:01:16 +05:30
Shivam Sharma
846abac772
fix : failing TestJaipurFork
2022-11-15 11:30:50 +05:30
Shivam Sharma
2e3924ddea
lint
2022-11-15 10:47:46 +05:30
Jerry
3a87233a9c
Change functions of Key from pointer to value reference
2022-11-14 16:49:18 -08:00
Jerry
da74f8c7e4
Use a new hasher for each account access
...
There seems to be an issue when hasher is used concurrently in parallel
execution. This change will ensure no hasher is used by multiple
executors at the same time.
2022-11-14 16:49:18 -08:00
Arpit Temani
102d293609
fix tests
2022-11-15 00:57:47 +05:30
Shivam Sharma
7d92be2f17
fix : jaipurFork & baseFeeChangeDenom hardfork num to bigInt
2022-11-14 17:52:55 +05:30
Shivam Sharma
f768136102
init : baseFeeChangeDenom HardFork Changes
2022-11-14 17:38:12 +05:30
Arpit Temani
a4cbe442d8
skip test
2022-11-14 16:18:06 +05:30
Arpit Temani
3da2f650cb
fix lints
2022-11-14 12:18:05 +05:30
Arpit Temani
dd9147dcd7
fix testcases
2022-11-14 11:36:54 +05:30
Arpit Temani
b7a282792c
merge develop
2022-11-13 19:05:26 +05:30
Arpit Temani
817ca2a2ba
add 2 node testcase
2022-11-13 17:28:47 +05:30
SHIVAM SHARMA
7122ddbde8
Merge pull request #576 from maticnetwork/shivam/POS-654
...
fix : TestRemoteMultiNotifyFull
2022-11-10 02:49:01 +05:30
Raneet Debnath
0c222f3dad
Merge pull request #535 from maticnetwork/raneet10/pos-845
...
POS-845 testcase
2022-11-09 22:30:19 +05:30
Raneet Debnath
41fddd6a5e
pos-845: efficient ticker
2022-11-09 21:25:30 +05:30
Raneet Debnath
82bf6d0c37
defer ticker.Stop
...
Co-authored-by: Evgeny Danilenko <6655321@bk.ru>
2022-11-09 19:32:43 +05:30
Raneet Debnath
27cd2ae11a
pos-845: parallelise subtests
2022-11-09 18:19:28 +05:30
Raneet Debnath
3e4b872e16
pos-845: subtests
2022-11-09 16:21:05 +05:30
Raneet Debnath
043547129a
merge develop
2022-11-09 15:14:21 +05:30
Shivam Sharma
c5569e4da9
fix : TestRemoteMultiNotifyFull
2022-11-04 17:09:46 +05:30
Jerry
b1f4196fa8
Merge pull request #575 from cffls/qa
...
Removed vhosts for ws and replaced cors with origins (#574 )
2022-11-03 22:47:34 -07:00
Pratik Patil
8cc0b25353
Removed vhosts for ws and replaced cors with origins ( #574 )
...
* removed vhosts for ws and added replaced cors with origins
* updated script
2022-11-03 12:56:58 -07:00
Pratik Patil
1ab225c0e4
Removed vhosts for ws and replaced cors with origins ( #574 )
...
* removed vhosts for ws and added replaced cors with origins
* updated script
2022-11-03 12:54:57 -07:00
Jerry
cabd736df9
Merge pull request #572 from cffls/qa
...
Add state sync transaction to debug_trace functions.
2022-11-02 12:44:37 -07:00
Jerry
0bc9f60756
Remove context from ApplyMessage
2022-11-01 17:00:41 -07:00
Shivam Sharma
2ec9e7b540
add : lint
2022-11-01 16:57:48 -07:00
Shivam Sharma
3a0cedc4b1
chg : standardTraceBlockToFile fix
2022-11-01 16:57:48 -07:00
Shivam Sharma
5e574bf129
chg : fix derference error on config without borTraceEnabled
2022-11-01 16:57:48 -07:00
Shivam Sharma
06a8f28703
chg : minor fix
2022-11-01 16:57:48 -07:00
Shivam Sharma
967b20ebf7
chg : major fix
2022-11-01 16:57:48 -07:00
Shivam Sharma
bce66b7ef5
chg : lint files
2022-11-01 16:57:48 -07:00
Shivam Sharma
bfd4f3e74e
chg : support state-sync in newcli server debugBorBlock
2022-11-01 16:57:48 -07:00
Shivam Sharma
ee18b3cd18
chg : major fix
2022-11-01 16:57:48 -07:00
Shivam Sharma
b8c3b0043c
add : Add state sync transaction to debug_traceBlock
2022-11-01 16:57:47 -07:00
SHIVAM SHARMA
be3f297379
Merge pull request #547 from maticnetwork/shivam/POS-824
...
Add state sync transaction to debug_trace functions.
2022-10-25 12:22:49 +05:30
SHIVAM SHARMA
3fdb45e5e9
Merge pull request #552 from maticnetwork/shivam/POS-784
...
Make TriesInMemory configurable through CLI and toml config
2022-10-25 12:22:13 +05:30
SHIVAM SHARMA
ce88164b47
Merge pull request #551 from maticnetwork/shivam/POS-783
...
chg : use https://github.com/maticnetwork/crand instead of JekaMas/crand
2022-10-25 12:21:27 +05:30
Shivam Sharma
723ff9a958
chg : minor change
2022-10-21 15:11:28 +05:30
Jerry
439d588fc9
Merge pull request #563 from cffls/qa
...
Force load default tracers
2022-10-20 21:48:59 -07:00
Pratik Patil
5c5c992440
Changed default value of maxpeers from 200 to 50, update docs ( #555 )
...
* changed default of maxpeers from 200 to 50
* docs: update additional notes for new-cli
* docs: update additional notes for new-cli
* small bug fix in the script to fix shopt issue
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
2022-10-20 20:35:03 -07:00
Pratik Patil
e17ee36ebe
Changed default value of maxpeers from 200 to 50, update docs ( #555 )
...
* changed default of maxpeers from 200 to 50
* docs: update additional notes for new-cli
* docs: update additional notes for new-cli
* small bug fix in the script to fix shopt issue
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
2022-10-21 08:54:38 +05:30
Shivam Sharma
2542403048
add : lint
2022-10-21 06:49:01 +05:30
Shivam Sharma
654f56fbcb
chg : standardTraceBlockToFile fix
2022-10-21 06:26:43 +05:30
Shivam Sharma
2f648fb91c
chg : fix derference error on config without borTraceEnabled
2022-10-21 05:38:45 +05:30
Shivam Sharma
7554a16c4f
chg : minor fix
2022-10-21 04:56:21 +05:30
Shivam Sharma
238d5a4f2c
chg : major fix
2022-10-21 04:41:49 +05:30
Manav Darji
a977a76f97
metrics: handle values from config file ( #565 )
...
* metrics: handle metrics flag from config in metrics.init()
* internal/cli/server: log for metrics enabling and misconfiguration
2022-10-20 15:33:00 -07:00