loby 0.2.0__tar.gz → 0.2.1__tar.gz

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.
Files changed (49) hide show
  1. {loby-0.2.0 → loby-0.2.1}/PKG-INFO +1 -1
  2. {loby-0.2.0 → loby-0.2.1}/loby/contracts/relay_yield_pool.py +2 -6
  3. {loby-0.2.0 → loby-0.2.1}/pyproject.toml +1 -1
  4. {loby-0.2.0 → loby-0.2.1}/README.md +0 -0
  5. {loby-0.2.0 → loby-0.2.1}/loby/__init__.py +0 -0
  6. {loby-0.2.0 → loby-0.2.1}/loby/abi/IEmergencyMigrationState.json +0 -0
  7. {loby-0.2.0 → loby-0.2.1}/loby/abi/ILobyAccount.json +0 -0
  8. {loby-0.2.0 → loby-0.2.1}/loby/abi/ILobyAccountFactory.json +0 -0
  9. {loby-0.2.0 → loby-0.2.1}/loby/abi/IPqUserOpVerifier.json +0 -0
  10. {loby-0.2.0 → loby-0.2.1}/loby/abi/IRegistryConfig.json +0 -0
  11. {loby-0.2.0 → loby-0.2.1}/loby/abi/LobyAccount.json +0 -0
  12. {loby-0.2.0 → loby-0.2.1}/loby/abi/LobyAccountFactory.json +0 -0
  13. {loby-0.2.0 → loby-0.2.1}/loby/abi/LobyConfig.json +0 -0
  14. {loby-0.2.0 → loby-0.2.1}/loby/abi/LobyGovernor.json +0 -0
  15. {loby-0.2.0 → loby-0.2.1}/loby/abi/LobyRegistry.json +0 -0
  16. {loby-0.2.0 → loby-0.2.1}/loby/abi/RelayYieldPool.json +0 -0
  17. {loby-0.2.0 → loby-0.2.1}/loby/abi/Slashing.json +0 -0
  18. {loby-0.2.0 → loby-0.2.1}/loby/abi/TollChannel.json +0 -0
  19. {loby-0.2.0 → loby-0.2.1}/loby/abi/_fragments.json +0 -0
  20. {loby-0.2.0 → loby-0.2.1}/loby/account.py +0 -0
  21. {loby-0.2.0 → loby-0.2.1}/loby/attestations.py +0 -0
  22. {loby-0.2.0 → loby-0.2.1}/loby/cbor.py +0 -0
  23. {loby-0.2.0 → loby-0.2.1}/loby/ci.py +0 -0
  24. {loby-0.2.0 → loby-0.2.1}/loby/cli/__init__.py +0 -0
  25. {loby-0.2.0 → loby-0.2.1}/loby/cli/gov.py +0 -0
  26. {loby-0.2.0 → loby-0.2.1}/loby/contracts/__init__.py +0 -0
  27. {loby-0.2.0 → loby-0.2.1}/loby/contracts/account_factory.py +0 -0
  28. {loby-0.2.0 → loby-0.2.1}/loby/contracts/challenges.py +0 -0
  29. {loby-0.2.0 → loby-0.2.1}/loby/contracts/circuits.py +0 -0
  30. {loby-0.2.0 → loby-0.2.1}/loby/contracts/config.py +0 -0
  31. {loby-0.2.0 → loby-0.2.1}/loby/contracts/governor.py +0 -0
  32. {loby-0.2.0 → loby-0.2.1}/loby/contracts/registry.py +0 -0
  33. {loby-0.2.0 → loby-0.2.1}/loby/contracts/releases.py +0 -0
  34. {loby-0.2.0 → loby-0.2.1}/loby/contracts/slashing.py +0 -0
  35. {loby-0.2.0 → loby-0.2.1}/loby/contracts/stake_votes.py +0 -0
  36. {loby-0.2.0 → loby-0.2.1}/loby/contracts/tee_roots.py +0 -0
  37. {loby-0.2.0 → loby-0.2.1}/loby/contracts/toll_channel.py +0 -0
  38. {loby-0.2.0 → loby-0.2.1}/loby/contracts/treasury.py +0 -0
  39. {loby-0.2.0 → loby-0.2.1}/loby/contracts/upgrade_executor.py +0 -0
  40. {loby-0.2.0 → loby-0.2.1}/loby/crypto.py +0 -0
  41. {loby-0.2.0 → loby-0.2.1}/loby/did.py +0 -0
  42. {loby-0.2.0 → loby-0.2.1}/loby/governance/__init__.py +0 -0
  43. {loby-0.2.0 → loby-0.2.1}/loby/governance/merge_bot.py +0 -0
  44. {loby-0.2.0 → loby-0.2.1}/loby/models.py +0 -0
  45. {loby-0.2.0 → loby-0.2.1}/loby/pq.py +0 -0
  46. {loby-0.2.0 → loby-0.2.1}/loby/proofs.py +0 -0
  47. {loby-0.2.0 → loby-0.2.1}/loby/relay.py +0 -0
  48. {loby-0.2.0 → loby-0.2.1}/loby/tolls.py +0 -0
  49. {loby-0.2.0 → loby-0.2.1}/loby/types.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: loby
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Loby protocol Python SDK: typed protocol codecs, Ed25519/ML-DSA-65 identities, ERC-4337 smart-account client, async multi-relay client, micro-toll voucher signer, web3.py contract wrappers, and the loby-gov governance CLI.
5
5
  Author: Loby Contributors
6
6
  Requires-Python: >=3.12,<3.14
@@ -69,12 +69,8 @@ class RelayYieldPoolClient(ContractClientBase):
69
69
  from_address=from_address,
70
70
  )
71
71
 
72
- def build_post_oracle_bond_tx(
73
- self, *, value: int, from_address: str | None = None
74
- ) -> dict:
75
- return self.build_unsigned_tx(
76
- "postOracleBond", (), value=value, from_address=from_address
77
- )
72
+ def build_post_oracle_bond_tx(self, *, value: int, from_address: str | None = None) -> dict:
73
+ return self.build_unsigned_tx("postOracleBond", (), value=value, from_address=from_address)
78
74
 
79
75
  def build_prove_downtime_score_tx(
80
76
  self,
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "loby"
3
- version = "0.2.0"
3
+ version = "0.2.1"
4
4
  description = "Loby protocol Python SDK: typed protocol codecs, Ed25519/ML-DSA-65 identities, ERC-4337 smart-account client, async multi-relay client, micro-toll voucher signer, web3.py contract wrappers, and the loby-gov governance CLI."
5
5
  authors = [{ name = "Loby Contributors" }]
6
6
  readme = "README.md"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes