We are currently using a commit of madara's PR to update to blockifer. This enabled us to use latest Cairo compiler; but this still uses the old RPC v0.7. We are using a older version of starknet-rs and hacks to work with the old RPC v0.7 and get our e2e tests passed with madara
But the testnet and mainnet is using RPC v0.8. So our stack is now incompatible with the public RPC endpoints using v0.8.
We have to wait till madara updates their RPC to update our starknet-rs version. In the worst case, we have to create a special branch with updated starknet-rs for testnet and mainnet.
ref: madara's Starknet V0.14 epic issue madara-alliance/madara#609
We are currently using a commit of
madara's PR to update to blockifer. This enabled us to use latest Cairo compiler; but this still uses the old RPC v0.7. We are using a older version ofstarknet-rsand hacks to work with the old RPC v0.7 and get our e2e tests passed withmadaraBut the
testnetandmainnetis using RPC v0.8. So our stack is now incompatible with the public RPC endpoints using v0.8.We have to wait till
madaraupdates their RPC to update ourstarknet-rsversion. In the worst case, we have to create a special branch with updatedstarknet-rsfortestnetandmainnet.ref: madara's Starknet V0.14 epic issue madara-alliance/madara#609