abstract-solana 0.0.1.6__py3-none-any.whl → 0.0.1.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of abstract-solana might be problematic. Click here for more details.

@@ -1,7 +1,7 @@
1
1
  from solana.rpc.core import _ClientCore
2
2
  from typing import Dict, List, Optional, Sequence, Union
3
3
  from solana.rpc.commitment import Commitment, Finalized
4
- from abstract_solana.abstract_utils.pubkey_utils import get_pubkey,get_sigkey
4
+ from ..abstract_utils.pubkey_utils import get_pubkey,get_sigkey
5
5
  import inspect,asyncio,json,requests
6
6
  from abstract_apis import get_url,make_endpoint,get_headers,asyncPostRequest,get_async_response,get_headers
7
7
  from abstract_utilities import is_number
@@ -39,7 +39,7 @@ def call_function(function,*args,**kwargs):
39
39
  result = None
40
40
  return result
41
41
  def get_defaults():
42
- return {'encoding': "json",'usize': 1024,'preflightCommitment': 'confirmed''sig_verify
42
+ return {'encoding': "json",'usize': 1024,'preflightCommitment': 'confirmed','sig_verify': True,'commitment': 'confirmed','maxSupportedTransactionVersion': 0,'max_supported_transaction_version': 0,'skipPreflight': True,'opts': {'skipPreflight': True, 'preflightCommitment': 'confirmed'}}
43
43
  def get_default_value(key):
44
44
  return get_defaults().get(key)
45
45
  def convert_value(key,value):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: abstract_solana
3
- Version: 0.0.1.6
3
+ Version: 0.0.1.7
4
4
  Home-page: https://github.com/AbstractEndeavors/abstract_solana
5
5
  Author: putkoff
6
6
  Author-email: partners@abstractendeavors.com
@@ -3,7 +3,7 @@ abstract_solana/abstract_rpcs/__init__.py,sha256=esRi0CTqg6xvAb13TmfTWJSUR9zbFJl
3
3
  abstract_solana/abstract_rpcs/db_templates.py,sha256=sjdHfHIq9bO6VuDm3hwzn46NUrXXrGnB0knYNeVU7k8,29839
4
4
  abstract_solana/abstract_rpcs/get_api_gui.py,sha256=OZ61HHb0gwdYjirwFFmnwk8z9x5np3cecCj9MdmuF8U,12372
5
5
  abstract_solana/abstract_rpcs/get_body.py,sha256=UV85217q7mIpYOhVZdnzfmgZxD3QM0w0J0oevXyYtdE,51272
6
- abstract_solana/abstract_rpcs/solana_rpc_client.py,sha256=FMBcYijnLPMxfhnJimZqCh4ovcMaiXNsi9D-7-UWtQE,3452
6
+ abstract_solana/abstract_rpcs/solana_rpc_client.py,sha256=nGY7GHDLeAHmMZwmWPbHtIpAhIiMZq6TOs7COknVbUo,3638
7
7
  abstract_solana/abstract_utils/__init__.py,sha256=HCbBVQ5BIFCVkFqqTMHp1Y__YQAO4HTq_KHVdMCe89U,296
8
8
  abstract_solana/abstract_utils/account_key_utils.py,sha256=VMJd4GOTK1vn8UZsfXDnjxDOGoQWGY6fvflJqPZ7Xvs,877
9
9
  abstract_solana/abstract_utils/constants.py,sha256=cSmCKzQiNZocX1YkKYrdY-O449aYhi7BT_j-45HZN-E,1418
@@ -19,7 +19,7 @@ abstract_solana/pump_functions/__init__.py,sha256=BiRxwJd1JWwEft63zqYwZ_Xs6UDp4h
19
19
  abstract_solana/pump_functions/buy_sell_pump.py,sha256=gjv_1et20s1Li0ygcURofO29VPkO1v-a5G5Bo_sZs_c,7860
20
20
  abstract_solana/pump_functions/pump_fun_keys.py,sha256=BeWbV9_wd-c6ydF33drW-gZBDPWolbsMZL4cNhP3eOU,8537
21
21
  abstract_solana/pump_functions/token_utils.py,sha256=O-Fgj3L1NhND-k4INa3WvLAEXg2N9u1fVqyLFzn1PwM,2714
22
- abstract_solana-0.0.1.6.dist-info/METADATA,sha256=pwm5qg7d8Dp0Zb9_Zvf69jPBHBjBsK3_aU6ZhGZoWfk,980
23
- abstract_solana-0.0.1.6.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
24
- abstract_solana-0.0.1.6.dist-info/top_level.txt,sha256=SsJYent8eZQ0FU2jmP8wTj7aFZFhNwxxP-5cCTQ2B-o,16
25
- abstract_solana-0.0.1.6.dist-info/RECORD,,
22
+ abstract_solana-0.0.1.7.dist-info/METADATA,sha256=q7SbzZDOQCH2L4JHBc3V9u127BcqP08nVfteNBrNWZY,980
23
+ abstract_solana-0.0.1.7.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
24
+ abstract_solana-0.0.1.7.dist-info/top_level.txt,sha256=SsJYent8eZQ0FU2jmP8wTj7aFZFhNwxxP-5cCTQ2B-o,16
25
+ abstract_solana-0.0.1.7.dist-info/RECORD,,