dfinity / agent-rs

A collection of libraries and tools for building software around the Internet Computer, in Rust.
https://sdk.dfinity.org/
Apache License 2.0
124 stars 77 forks source link

feat: route all update calls to synchronous v3 endpoint #595

Closed DSharifi closed 2 months ago

DSharifi commented 2 months ago

Description

This PR makes the agent submit all ingress messages to the synchronous update call endpoint /api/v3/.../call for all update calls by default. The endpoint is now live on mainnet.

How Has This Been Tested?

All update calls tests have been updated to target the v3 endpoint.

Checklist: