Commit Graph

1033 Commits

Author SHA1 Message Date
oke11o
eca16ba30d Support Ripple blockchain (#630)
* Support Ripple blockchain
2025-02-13 15:13:31 +01:00
oke11o
8567182088 refactoring: move DefaultNearMethods to io.emeraldpay.dshackle.upstream.calls (#629) 2025-02-06 16:14:25 +01:00
a10zn8
a8bcd0d37a add correct getRecentBlockhash (#628) 2025-02-04 01:04:38 +03:00
a10zn8
c7421b4cf9 remove getLatestBlockHash solana method (it was a typo, original method is getLatestBlockhash) (#627) 2025-02-03 22:08:08 +03:00
KirillPamPam
158e7b616d More state errors (#622) 2025-01-22 18:24:26 +04:00
KirillPamPam
35d311ef1b Remove oracle (#620) 2025-01-16 14:02:14 +04:00
KirillPamPam
22334ffbb9 Add content-type to metrics (#618) 2025-01-09 14:36:38 +04:00
KirillPamPam
15ffdc2d2e Rewrite extra gas label (#617) 2025-01-08 14:36:29 +04:00
KirillPamPam
c6955afce4 Add 0g (#616) 2025-01-06 16:36:25 +04:00
a10zn8
03fe702824 ban /eth/v1/beacon/states/*/validator_balances and /eth/v1/beacon/states/*/validators cause they are too big (#614) 2024-12-31 16:24:13 +03:00
Vyacheslav
42da48be5f always set extragas to specific value, to simplify selection (#610) 2024-12-20 12:09:37 +02:00
KirillPamPam
49dafe253a Remove old block validator (#607) 2024-12-16 15:13:28 +04:00
Termina1
ff0521de0a add linea proof method 2024-12-13 16:43:56 +02:00
Vyacheslav
af8926061f compile gas detect contract with earlier solidity version to fix push… (#606)
compile gas detect contract with earlier solidity version to fix push0 error on linea
2024-12-10 20:07:14 +02:00
KirillPamPam
1b022df572 Change queue impl (#605) 2024-12-10 16:09:56 +04:00
Anton
de2a734aa4 add Viction chain (#604) 2024-12-10 14:01:19 +03:00
KirillPamPam
f138c035ed Separate scheduler for subs (#603) 2024-12-10 13:58:21 +04:00
Anton
9ca0b589d1 Add Cronos zkEVM (#600)
* Add Cronos zkEVM

* rm duplicate methods
2024-12-04 11:43:17 +03:00
KirillPamPam
377ae73144 Disable cache for zircuit (#598) 2024-11-27 14:28:16 +04:00
KirillPamPam
d13725466e Add arb sync response (#596) 2024-11-22 14:31:14 +04:00
KirillPamPam
4810eff433 Remove extra bitcoin unspent fields (#593) 2024-11-13 17:59:50 +04:00
KirillPamPam
4730845839 Add sei errors (#592) 2024-11-07 17:06:56 +04:00
KirillPamPam
d6b6ca7edc Ton chain id validator (#589) 2024-11-07 13:34:53 +04:00
KirillPamPam
b9b8e68fdb New state error, fix near lower bound (#591) 2024-11-06 18:41:52 +04:00
a10zn8
b8f87941a5 fix shutdown (#590) 2024-11-05 20:34:17 +03:00
KirillPamPam
243a11e6bb Pass sort in direct reader (#588) 2024-11-04 15:08:31 +04:00
Aarif Khamdi
e2a960459b add sei methods (#586) 2024-11-01 13:26:10 +05:00
KirillPamPam
75c74d987c Support ton v3 (#585) 2024-10-30 19:57:15 +04:00
Anton
d628c3340e rm ZkSyncCallLimitValidator (#584)
* rm ZkSyncCallLimitValidator

* Revert "rm ZkSyncCallLimitValidator"

This reverts commit 08ebf2cb97fb691cdb93591518169adc0c5689b7.

* rm ZkSyncCallLimitValidator
2024-10-29 16:21:26 +03:00
KirillPamPam
d2d722a0e8 Fix npe (#582) 2024-10-23 18:45:33 +04:00
KirillPamPam
697db618b7 Pass all matchers to direct reader (#581) 2024-10-23 12:43:33 +04:00
Aarif Khamdi
750310702a add toncenter (#580)
* add toncenter

* upd dep

* toncenter->ton

* toncenter->ton
2024-10-23 11:57:42 +05:00
Vyacheslav
184939a463 update extra gas to actual value, even if provider set it themselves (#579) 2024-10-21 15:23:34 +03:00
KirillPamPam
7b3daa62cf Another one state error (#567) 2024-10-03 16:30:13 +04:00
a10zn8
7c4d061fd0 listunspent only in case of balances is provided (#575) 2024-09-25 17:03:40 +03:00
KirillPamPam
2b141f7d08 Move fields to atomic (#573) 2024-09-25 15:16:43 +04:00
KirillPamPam
89a11b85ae Logs bound is block bound (#572) 2024-09-19 15:56:51 +04:00
KirillPamPam
f739920ceb Handle trace and debug bounds (#570) 2024-09-16 17:42:37 +04:00
a10zn8
f916f0a682 use always qourum for eth_getBlockReceipts (#569) 2024-09-12 14:34:57 +03:00
Anton
5fe044bba6 Autodetect methods (#562)
* Autodetect methods

* add polkadot magic method detection

* fix lint

* change config.methods writing

* fix log

* change Flux to Mono.zip

* change block to subscribe

* split chain method detectors

* eth method detector use rpc_modules

* rm UpstreamRpcModulesDetector.kt

* add tests

* getAllMethods for eth

* prefer enable/disable methods from config

* update tests

* whiter list & full is not available error check

* prefer config method group

* mv notAvailableRegexps to class variable
2024-09-11 15:58:47 +03:00
Aarif Khamdi
5fd26acf1b Kaia (#568)
* add kaia

* some changes

* kaia

* kaia
2024-09-11 16:05:01 +05:00
msizov
27820a9281 fix error message for net_version check (#540) 2024-09-09 23:41:27 +05:00
Aarif Khamdi
9659851952 add Filecoin.Version method (#565) 2024-09-09 23:27:24 +05:00
KirillPamPam
3e0d40ff57 Change log (#564) 2024-09-05 15:08:44 +04:00
KirillPamPam
eb72a43216 Fix archive detection (#561) 2024-09-05 11:40:42 +04:00
KirillPamPam
6942cc637d More state errors (#559) 2024-09-04 14:49:52 +04:00
Aarif Khamdi
0ad2a3141a add filecoin methods (#560) 2024-09-04 15:18:42 +05:00
KirillPamPam
ad79f2c521 Fix another test (#558) 2024-08-27 15:33:51 +04:00
KirillPamPam
4943953c42 Fix logs and test (#556) 2024-08-27 15:08:32 +04:00
KirillPamPam
8ac58f58b7 Some tunes (#549) 2024-08-27 13:50:42 +04:00