Skip to content

Releases: roushou/coinbasejs

@coinbasejs/commerce@0.1.0

23 Jun 11:38
a9e9e8b
Compare
Choose a tag to compare

Minor Changes

  • e364617: feat: create Coinbase Developer Platform packages

    • Onchain
    • Paymaster
    • Commerce

@coinbase-platform/paymaster@0.1.0

22 Jun 16:38
02b3889
Compare
Choose a tag to compare

Minor Changes

  • f57da62: feat: add paymaster package
  • 546ebc6: feat: add Paymaster client

Patch Changes

  • a0a81c9: fix(paymaster): use string for nonce in user operation
  • 851481b: fix(paymaster): export client types
  • fdd0e9d: fix(paymaster): make rpc fallback params to emtpy array
  • 9800b1e: fix: make rpc correctly infer parameters type

@coinbase-platform/onchain@0.1.5

20 Jun 18:30
4623528
Compare
Choose a tag to compare

Patch Changes

  • 545f1e2: fix: add missing transaction type in RPC response type
  • 1a178d4: fix: normalize RPC parameters
  • aed9a3a: chore: export RpcTransaction type
  • 825e1ee: chore: rename BaseRpcResponse to RpcResponse

@coinbase-platform/onchain@0.1.4

20 Jun 11:29
Compare
Choose a tag to compare

Patch Changes

  • 556e5e6: chore: add JSDoc annotations

@coinbase-platform/onchain@0.1.3

20 Jun 09:15
bdedac9
Compare
Choose a tag to compare

Patch Changes

@coinbase-platform/onchain@0.1.2

20 Jun 09:09
bf01fb6
Compare
Choose a tag to compare

Patch Changes

  • c2e80d3: fix: make rpc client correctly infer response type
  • 36fde94: fix: change listBalanceHistories return type

@coinbase-platform/onchain@0.1.1

19 Jun 20:05
1fd66ec
Compare
Choose a tag to compare

Patch Changes

  • 66318c2: fix: correctly export bundle

@coinbase-platform/onchain@0.1.0

19 Jun 19:47
Compare
Choose a tag to compare

Minor Changes

  • 6faca89: feat: integrate Coinbase Onchain Data API

    • add RPC client
    • add listAddressTransactions
    • add listBalanceDetails
    • add listBalanceHistories
    • add listBalances