near-jsonrpc-client 1.0.18__py3-none-any.whl → 1.0.19__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: near-jsonrpc-client
3
- Version: 1.0.18
3
+ Version: 1.0.19
4
4
  Summary: A typed Python client for the NEAR JSON-RPC API with Pydantic models and async HTTP support
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
@@ -5,7 +5,7 @@ near_jsonrpc_client/base_client.py,sha256=70KENuSAb7DN5zUM0uA_1pC2kVQ9n3Kt_R59m1
5
5
  near_jsonrpc_client/client.py,sha256=8gnY3tgUOGwUe4r8_mOedlLik8Zr6jxbNMVxwPlmHYo,453
6
6
  near_jsonrpc_client/errors.py,sha256=rbX0OsplhSKW9eYORGig3pu76ENz9mRyNKvPYpFsGYI,859
7
7
  near_jsonrpc_client/transport.py,sha256=r92Zf7r_4ggU_fKp4pR9WyeaUOVOyLEW7xqz8Ny1buY,1012
8
- near_jsonrpc_client-1.0.18.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
8
+ near_jsonrpc_client-1.0.19.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
9
9
  near_jsonrpc_models/__init__.py,sha256=l7gDQiY4sNIibaz_KVMSS70kE5UrqVsjIrn9xNv-Hw4,225545
10
10
  near_jsonrpc_models/access_key.py,sha256=Yxb_imR1x07BdrtSifGDbhKHfuvD8HYYa0iaj3g0V84,918
11
11
  near_jsonrpc_models/access_key_creation_config_view.py,sha256=z3DIfoi6jojkk-S91Eyj15CM_0ZScyOOOmyWYqio4e0,466
@@ -347,11 +347,11 @@ near_jsonrpc_models/validator_stake_view.py,sha256=mUoKrCiAXUlbsdHj201l1jSKPSz_w
347
347
  near_jsonrpc_models/validator_stake_view_v1.py,sha256=Se3zMf-yYtid6Uo7uW9jeW0JabaxuwPGmyy1ngOJL30,304
348
348
  near_jsonrpc_models/version.py,sha256=bGB2g5mrJoYBuF6VfdE03NSgIvJjRaK2DMhUF8Xe0w4,202
349
349
  near_jsonrpc_models/view_state_result.py,sha256=0wZaHc8UQ9PUshy1kDi0z266sGHPHc5WN77OgVB4pDM,261
350
- near_jsonrpc_models/vmconfig_view.py,sha256=QeAQQ2kV67KQTCTKevbAn5h6jWYVUdJyfbZsvL_sIRI,2205
350
+ near_jsonrpc_models/vmconfig_view.py,sha256=LiW1t0jqnCiSdb8uuUBMaGzGg2NAudUo9kcOIg0hFfE,2073
351
351
  near_jsonrpc_models/vmkind.py,sha256=tCxyZlDaGn3bz-lThkbUj0oO6qxoQP7lGANMusstpC8,252
352
352
  near_jsonrpc_models/wasm_trap.py,sha256=y0nay7ulaHOGpHPRnKIU0FWxHeWfwnrYiYvllLry3Mw,791
353
353
  near_jsonrpc_models/witness_config_view.py,sha256=kTeYTx1mtk0IT6ary63awFk5hIGn8mS8UlOCMaqhr2Q,912
354
- near_jsonrpc_client-1.0.18.dist-info/METADATA,sha256=T0m9rnsE4LD2WrFjfBGnbJ_CxAwrKaNLGc5Yi2P2rYo,6303
355
- near_jsonrpc_client-1.0.18.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
356
- near_jsonrpc_client-1.0.18.dist-info/top_level.txt,sha256=uMGb9-6Ckd8WvQ5-m1l9mVFmM5lCORE6YybUIOimSuc,40
357
- near_jsonrpc_client-1.0.18.dist-info/RECORD,,
354
+ near_jsonrpc_client-1.0.19.dist-info/METADATA,sha256=tqQDmKvaD-yhir5id95cLCEf2rY0D_XwFF7fnIFZJXc,6303
355
+ near_jsonrpc_client-1.0.19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
356
+ near_jsonrpc_client-1.0.19.dist-info/top_level.txt,sha256=uMGb9-6Ckd8WvQ5-m1l9mVFmM5lCORE6YybUIOimSuc,40
357
+ near_jsonrpc_client-1.0.19.dist-info/RECORD,,
@@ -36,8 +36,6 @@ class VMConfigView(BaseModel):
36
36
  reftypes_bulk_memory: bool = None
37
37
  # Gas cost of a regular operation.
38
38
  regular_op_cost: conint(ge=0, le=4294967295) = None
39
- # See [VMConfig::saturating_float_to_int](crate::vm::Config::saturating_float_to_int).
40
- saturating_float_to_int: bool = None
41
39
  # See [VMConfig::storage_get_mode](crate::vm::Config::storage_get_mode).
42
40
  storage_get_mode: StorageGetMode = None
43
41
  # See [VMConfig::vm_kind](crate::vm::Config::vm_kind).