Skip to content

Releases: humanprotocol/human-protocol

python/sdk@7.3.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 11:33
2efdec6

Patch Changes

  • Updated dependencies [3818511]
    • @human-protocol/core@7.1.0

js/sdk@7.4.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 11:34
2efdec6

Minor Changes

  • 3818511: chore: dependencies bump

Patch Changes

  • Updated dependencies [3818511]
    • @human-protocol/core@7.1.0

js/logger@1.3.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 11:34
2efdec6

Patch Changes

  • 3818511: chore: dependencies bump

js/core@7.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 11:34
2efdec6

Minor Changes

  • 3818511: chore: dependencies bump

python/sdk@7.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 08:18
c44b445

Minor Changes

  • e0cd1db: Update escrow oracle fee handling so oracle fees are reserved independently from worker payouts.

    The escrow contract now reserves oracle fees separately from worker payouts and transfers them on finalization, including when worker submissions are rejected. The SDK adds escrow fund amount accessors so clients and oracles can read the original funded amount and remaining worker payout funds.

Patch Changes

  • a2f34a9: Add marketing category to OperatorCategory enum
  • Updated dependencies [e0cd1db]
    • @human-protocol/core@7.0.0

js/sdk@7.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 08:19
c44b445

Minor Changes

  • e0cd1db: Update escrow oracle fee handling so oracle fees are reserved independently from worker payouts.

    The escrow contract now reserves oracle fees separately from worker payouts and transfers them on finalization, including when worker submissions are rejected. The SDK adds escrow fund amount accessors so clients and oracles can read the original funded amount and remaining worker payout funds.

Patch Changes

  • a2f34a9: Add marketing category to OperatorCategory enum
  • Updated dependencies [e0cd1db]
    • @human-protocol/core@7.0.0

js/core@7.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 08:19
c44b445

Major Changes

  • e0cd1db: Update escrow oracle fee handling so oracle fees are reserved independently from worker payouts.

    The escrow contract now reserves oracle fees separately from worker payouts and transfers them on finalization, including when worker submissions are rejected. The SDK adds escrow fund amount accessors so clients and oracles can read the original funded amount and remaining worker payout funds.

python/sdk@7.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 12:32
abd47c3

Minor Changes

  • af6ec22: Add cancellationRequestedAt field to Escrow data model

js/sdk@7.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 12:33
abd47c3

Minor Changes

  • af6ec22: Add cancellationRequestedAt field to Escrow data model

python/sdk@7.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 12:52
d4644d9

Minor Changes

  • 7da7b12: Extended SDK to return block and tx hash for "getStatusEvents".
    Fixed "status" field in return value to be consistent in SDKs.

Patch Changes

  • a49202f: Delete references to totalHMTAmountReceived that was removed from subgraph