We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See #584 for an example. Take a look at the documentation in https://docs.rs/fvm_sdk/3.0.0-alpha.24/fvm_sdk/index.html for expected behavior.
ipld
block_open
block_read
block_create
block_stat
block_link
self
root
set_root
current_balance
self_destruct
actor
lookup_delegated_address
resolve_address
get_actor_code_cid
create_actor
next_actor_address
get_builtin_actor_type
crypto
verify_signature
hash
recover_secp_public_key
compute_unsealed_sector_cid
verify_consensus_fault
verify_seal
verify_post
verify_replica_update
verify_aggregate_seal
batch_verify_seals
rand
send
The text was updated successfully, but these errors were encountered:
Things to check for:
Sorry, something went wrong.
@Stebalien Do we want to work on this in M2.1?
M2.1.5? This can land after we start the audits, but this is some important testing debt.
fridrik01
Successfully merging a pull request may close this issue.
See #584 for an example. Take a look at the documentation in https://docs.rs/fvm_sdk/3.0.0-alpha.24/fvm_sdk/index.html for expected behavior.
ipld
block_open
block_read
block_create
block_stat
block_link
self
root
set_root
current_balance
self_destruct
actor
lookup_delegated_address
resolve_address
get_actor_code_cid
create_actor
next_actor_address
(extend thecreate_actor
tests)get_builtin_actor_type
crypto
verify_signature
hash
recover_secp_public_key
compute_unsealed_sector_cid
verify_consensus_fault
test with mocked extern?(requires params)verify_seal
(requires params)verify_post
(requires params)verify_replica_update
(requires params)verify_aggregate_seal
(requires params)batch_verify_seals
rand
- test with mocked externs?send
?The text was updated successfully, but these errors were encountered: