icLighthouse
icLighthouse
HTTPS Outcall: Add another http_request method to improve the dependency on a single point of data
The current http_request() method accepts a url parameter `url` (single point data), and all nodes in the subnet go to access this single point data and then form a consensus,...
https://github.com/dfinity/motoko-base/blob/80ededb39954739b18b88fc0e5561264003cf9ab/src/Array.mo#L539 `let element = subArray[inner];` subArray may be an array of length 0.
Due to the Message Queue Limit on subnets and canisters, the operation of the contract will be blocked. But the developer can't know when this limit is triggered by the...
Example: https://m7sm4-2iaaa-aaaab-qabra-cai.ic0.app/?tag=3732396148 ----- See below a few ways to accomplish what you want!
It is recommended to improve the development process of ICRC series standards, please refer to the standard development process of EIP and the degree of standardization of outputs. Especially after...
``` Consider the following scenario: An agent sends a transaction to an ICRC-1 ledger hosted on the IC. The ledger accepts the transaction. The agent loses the network connection for...