- unisat: Cursor fix
(
4405348)
- fix(unisat): cursor fix
- unisat: Nft_type has default value if not provided
(
fa81b72)
- unisat: Offers collection_id rename to collection
(
e10a944)
- Implement Unisat API for BTC NFTs; fetch NFTs, collections, offers, listings
(
b5a5684)
-
Implement Unisat API for BTC NFTs; fetch NFTs, collections, offers, listings (
afc76a8) -
Implement Unisat API for BTC NFTs; fetch NFTs, collections, offers, listings (
6c0b63a)
-
Add new blockchain mappings and enum definitions (Abstract, Berachain, Story and Unichain) (
d0284a2) -
Formatting? (
f9a5b72)
- Fix Enum to (str, Enum)
(
c794fc3)
- Add order_by arg to offers and listings endpoints
(
e4210a6)
- Removed solana main
(
e527122)
- Solana: checking tokenmap responses + added ENVs for override
(
d2b905e)
- Set project homepage
(
f962d23)
- Bio: fix bio pools parsing
(
02f81a5)
-
feat: Add Rune support
-
fix test
- Sui: sleep 10s between requests
(
fb5e0b9)
- Sui: switched to balances endpoint '/sui/v1/accounts/{address}/balance'
(
2372def)
- Sui: format address without leading '0'
(
64e7910)
- Sui parsing after api base change
(
dfb90f0)
- Switch sui to blockberry api
(
ebdebf2)
- Sui balances fetching
(
65bd81a)
- Solana token mapping
(
e469995)
- Sui coin address with all "::" suffixes (shortform)
(
47890fe)
- Fix build imports
(
8e8d04d)
- Add SUI API
(
8c43d8b)
- Handling requests ConnectionError (instead of buildin) in CustomizableBlockchainApi.get_data
(
fe16722)
- Handle ConnectionError in CustomizableBlockchainApi.get_data
(
3db6e22)
- Added logging to 'get_data' method to investigate SOL fetching errors
(
23cb3a0)
- Change rent_reserve type to locked
(
df1d2be)
- Formatting
(
e0fbb6f)
- Add staking rent reserve balance for solana
(
43b5702)
updated-dependencies: - dependency-name: requests dependency-type: direct:production ...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Add stake balance for solana
(
22a1951)
- Add more solana token lists
(
6cb65ae)
- Add pending_transaction asset type
(
c03f335)
- Bump 'coinaddrng' to '1.1.1'
(
5315052)
- Simplehash: Add default volumes if none is available
(
4a004b1)
- Disable Klaytn on SimpleHash
(
6ec846c)
- Ocmosis: fix Osmosis decimals
(
bfc48fa)
- Cosmos: return original denom always
(
9e13025)
-
Cosmos rewards fix (not use just the first reward) (
12de4e9) -
Cosmos uses pulsar IBC Token Data (
9cbbd16) -
Cosmos: added dydx, celestia (
1c558cb) -
Cosmos: added osmosis, dydx, celestia (
a7bd515) -
Refactoring: split token map loading into a separate class (
131efe1)
Bumps requests from 2.28.1 to 2.31.0. - Release notes - Changelog - Commits
--- updated-dependencies: - dependency-name: requests dependency-type: direct:production ...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: galvanizze marek.galvanek@gmail.com
- Add pending_transaction asset type
(
68e9abf)
- Fix requirements
(
c453850)
- Add solana staked balance
(
828df57)
- Synthetix: AssetType.STAKED contains collateral.
(
f8e73a8)
- Different AssetType for rewards for LP and Locked assets
(
b0793ba)
- Snx revision
(
ee676a1)
-
Add marko requirement (
8a8095f) -
Add marko requirement (
ec6a57c) -
Fix optimism snx resolver (
92b4af4) -
Fix snx optimism contract resolver test (
621f102) -
Fix snx optimism contract resolver test with invalid contract name (
f655c84) -
Fix snx optimism test (
2c28938) -
Fix snx optimism test (
a24c5ac) -
Freeze vcr (
f5b0e10) -
Skip failing test (
abe56af) -
Skip failing test (
b313cb5)
-
Fix fetching from cosmos api (
a80d3f0) -
Fix solana contract address and ignore using coingecko ids for cw20 tokens (
9e90d57)
- Fix fetching LUNA
(
3b77950)
-
Add tests (
eabe119) -
Fix loading staked amount from subscan (
81f945c) -
Fix loading staked amount from subscan (
8883059)
- Temporary ignore Solana NFTs (or unknown tokens)
(
b7fa209)
-
Add method get_unspent to ChainSoAPI
-
Fix black
- Add kusama support
(
d7e8380)
Co-authored-by: galvanizze marek.galvanek@gmail.com
-
make_checksum_addressreturnsNoneifValueError(53a166f) -
Amberdata - ignore tokens when decimals = 0 (
69b1cdf) -
Changed CHAIN_ID and api_options to abstract properties, removed chain_id from the constructor. (
5a93303) -
Eth and ethplorer (
c481044) -
Fix eth address (
3ff1e0f) -
Fixed blochains in covalent api, added missing blockchains. (
5d8cce7) -
Return only non-zero solana balances (
a5291ab) -
Solana: group by coin address (coins with tags set are not hashable) (
da6dac1) -
Solana: tried to make it readable (
6a8360b) -
Solana: use of reduceby (
6864440) -
amberdata: Fix get_balances (
a100f7e) -
debank: Actually get protocol from fetched data (#40,
3f26b5b)
-
fix(debank): Fix fetching from debank
-
fix(debank): less strict getting of tokenset
-
ethplorer: Add default symbol and name in case they're missing (
041376a) -
terra: Fix symbols mapping and converting amounts (
247a9f0)
-
Add terra money + refactoring (
784c3d2) -
Add undelegated staked balance and parse staking rewards for each token (#33,
439aad8)
-
feat: add undelegated staked balance and parse staking rewards for each token
-
fix: replace list comprehension by for cycle
-
Added coins to covalenth api objects. (
efd908d) -
Added covalenth API base + EthCovalentApi. (
80f3bec) -
Added covalenth e2e test (
973352a) -
Added Optimism Ethereum API source. (
155ace5) -
Added other blockchains to covalenthq API. (
ee21e7e) -
Added polygon covalenth api + added implementing of IBalance interface to CovalentApiBase. (
7f10e1e) -
Bump blockapi version to
0.1.11. (a526644) -
Bump version to 0.1.12. (
c285b3f) -
Bump version to 0.1.14. (
7a6f31e) -
Bump version to 0.1.4 (
145a1fc) -
Fetch ibc data for terra tokens (
697ab8e) -
Fix solana fetching (
99dd481) -
Increase version (
0d45050) -
Introducing v2 - basic objects + ethplorer (
e7e5904) -
Merged covalent e2e tests into general test, refactoring. (
6e17db5) -
Moved rate limit to base class, removed coin class attr. (
5ec58ef) -
Refactoring + add terra api with 2 sources (
4a8a644) -
Removed address param from constructor, moved directly to the get_balance method. (
244146b) -
Solana: token accounts with the same coin merged into one. (
ecdacbb) -
Solana: token accounts with the same coin merged into one. (
13362ff) -
V2 reformatting using isort and black (
542e0ad) -
alethio: Rename contract address field in get_balance (
64335e3) -
amberdata: Add AmberData API for ETH (
edde498) -
api: New api TzStats implementation (
af41839) -
api + test: (#19) (
956bdf6) -
on_failure_return_none removed - several typo and style fixes - several functional fixes - tests for several providers (motivated by Crypkit use-cases so not all providers and not all subclasses were tested)
-
feat(debank): Add configuration for is_all
-
chore(blockapi): Update version
-
fix(debank): Don't convert bool to string
-
feat(debank): Add is_wallet flag
-
feat(debank): Update version to 0.1.10
- debank: Add native Coin mapping
(
75bf360)
-
feat(debank): Add coin mapping
-
fix(debank): Update token name
-
Remove unnecessary log message
-
Update package version
-
feat(debank): Add token_use
-
feat(debank): Add pool_id to BalanceItem
-
Rename TokenUse -> TokenRole
-
Add LiquidityPool token role
-
feat(debank): Use pro API. Add keys
-
Change dummy key to be more explicit
-
feat(debank): Enable proxy
-
feat(debank): Use pydantic model to verify data structure
-
Fix type hint and method name
-
Improve log message
-
Add pydantic dependency
-
feat(Perpetual): Add Perpetual fetching
-
feat(Perpetual): Fix blockchain settings
-
release: New release (
a207bd9) -
release: New release (
3d86d60) -
release: New release 0.0.72 (
6e990ad) -
release: New release 0.0.74 (
7bf5774) -
request: Don't use basic rate limiter by default (
2d7420d) -
requirements: Delete unused gevent package (
2725dbb) -
terra: Terra money implementation (
3512eef) -
test: Add providers testing and diagnostic class + fix on RVN (#24,
d08b8b9) -
test: Tezos tests + minor fixes on tezos + new xtz explorer added (#15,
ef9ecfa)
-
feat(test): tezos tests + minor fixes on tezos + new xtz explorer added
-
feat(test): decred tests + minor fixes on decred (#14)
-
fix(api): cosmos balance + test fixes
-
fix(api): api_key argument added
- version: Increase version
(
7e2bdcf)
pytest implemented