-
Updated
Dec 17, 2021 - Python
Blockchain
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...
-
Updated
Dec 6, 2021 - Python
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
-
Updated
Dec 15, 2021 - Python
-
Updated
Dec 16, 2021 - Python
-
Updated
Sep 30, 2021 - Python
Abstract
After merging rotki/rotki#3443 there have been no tests written to deserialize fiat/orders and fiat/payments:
https://binance-docs.github.io/apidocs/spot/en/#get-swap-history-user_data
Relevant part of the tests code:
https://github.com/rotki/rotki/blob/2c9ed5d892c4c571b86edb701c80838b9222bff1/rotkehlchen/tests/exchanges/test_binance.py#L590-L598
https:
-
Updated
Jun 11, 2021 - Python
-
Updated
Dec 15, 2021 - Python
-
Updated
Nov 30, 2021 - Python
-
Updated
Aug 29, 2021 - Python
-
Updated
Mar 21, 2018 - Python
-
Updated
Dec 7, 2021 - Python
-
Updated
Dec 6, 2021 - Python
-
Updated
Dec 17, 2021 - Python
For example, see #878. The checks are unnecessary
When a lot of data has been added, it might be annoying to find the data you want to refund/report. It would be good to have an easy way to search for the events.
Search params can be put into the customFilter function that is passed to handleAddedData.
-
Updated
Dec 4, 2021 - Python
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
-
Updated
Dec 2, 2021 - Python
-
Updated
Dec 27, 2017 - Python
-
Updated
Dec 13, 2021 - Python
-
Updated
Nov 16, 2020 - Python
-
Updated
Aug 19, 2021 - Python
Creating a new issue based on lbryio/lbry-sdk#877