aurora-rs / stellar-horizon-rs

Stellar Horizon client library for Stellar.
https://docs.rs/stellar-horizon
Apache License 2.0
3 stars 7 forks source link

InvokeHostFunctionOp is not supported #11

Open f-squirrel opened 10 months ago

f-squirrel commented 10 months ago

The feature was introduced in Soroban. As a result, the crate crashes on blocks with such operations as follows:

"unknown variant `invoke_host_function`, expected one of `create_account`, `payment`, `path_payment_strict_receive`, `path_payment_strict_send`, `account_merge`", line: 413, column: 38

Example block: 275882 Network: testnet, public node

palinko91 commented 4 months ago

Yep I just faced exact same problem