Skip to content
#

Blockchain

blockchain logo

A blockchain is a digitized, decentralized ledger of transactions. Blockchains record a continuously growing list of records, called blocks, which are linked and secured using cryptography.

Here are 1,600 public repositories matching this topic...

lbry-sdk
ekilmer
ekilmer commented Feb 21, 2020

It's nice if testing doesn't produce unnecessary artifacts after running with success but keeps relevant info on fail for further inspection.

Pytest should have a nice way of creating fixtures that can post-process a test based on whether it failed or not https://docs.pytest.org/en/latest/example/simple.html#making-test-result-information-available-in-fixtures

If a test fails, then keep the

0xDeCA10B
dmanjunath
dmanjunath commented Dec 1, 2021

GetSignaturesForAddress now has an optional Commitment level parameter https://docs.solana.com/developing/clients/jsonrpc-api#getsignaturesforaddress.

Currently get_signatures_for_address supports before, until and limit (https://github.com/michaelhly/solana-py/blob/master/src/solana/rpc/api.py#L344) but it doesn't support passing in an optional Commitment level. It would be great to be able t