Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@howjmay howjmay released this 16 Dec 23:10
· 6 commits to main since this release
3241073

What's Changed

  • refactor: Reorganize client call codebase by @howjmay in #7
  • refactor: Refactor codebase structure by @howjmay in #8
  • doc: Add event subscription example by @howjmay in #6
  • refactor: Rename repo name by @howjmay in #9
  • doc: Use proper repo link by @howjmay in #10
  • refactor: Rename package types to models by @howjmay in #11
  • refactor: Move sign/crypto to signer package by @howjmay in #12
  • refactor: Change Signer.Address from string to SuiAddress by @howjmay in #16
  • docs: Add examples by @howjmay in #14
  • refactor: make independent struct for each command types by @howjmay in #17
  • test: Change CI rules by @howjmay in #18
  • feat: Add build and publish APIs by @howjmay in #19
  • refactor: Make func parameter as pointers by @howjmay in #20
  • test: Fix tests by @howjmay in #21
  • feat: Impl StartNewChain func call by @howjmay in #22
  • feat: Impl send_coin move call by @howjmay in #24
  • feat: Add ImplSuiAPI.WithSignerAndFund() by @howjmay in #25
  • feat: Add ReceiveCoin by @howjmay in #26
  • feat: Add func to Get Assets object by @howjmay in #28
  • feat: Impl Assets operations by @howjmay in #29
  • test: Modify TestMoveCall to test [][]byte input by @howjmay in #30
  • feat: Impl ISC Request operations by @howjmay in #31
  • chore: Rename contract_tests to sdk_verify by @howjmay in #34
  • refactor: Refactor PTB arg packing methods and update faucet by @howjmay in #36
  • test: Make test log more concise and properly check results by @howjmay in #37
  • test: Examine test result in detailed by @howjmay in #38
  • refactor: Align the naming of Reference and Ref by @howjmay in #39
  • feat: Integrate ISC by @howjmay in #40
  • feat: Add Sui network constants by @howjmay in #41
  • feat: Sync the pt-builder methods and add tests by @howjmay in #42
  • chore: Remove getCoins() by @howjmay in #43
  • chore: Replace SUI() with UnitSui const by @howjmay in #44
  • fix: Set proper base64 and base58 in response by @howjmay in #45
  • refactor: Remove extend_ptb_calls by @howjmay in #46
  • test: Synchronize build/deploy/mint contract/token funcs by @howjmay in #47
  • refactor: Refactor models package by @howjmay in #48
  • feat: Support more APIs by @howjmay in #51
  • fix: Fix TypeTag wrong order error and add tests by @howjmay in #52
  • refactor: Utilize pointer in structs by @howjmay in #53
  • test: Enable test of DevInspectTransactionBlock by @howjmay in #54
  • refactor: Refactor the way to generate funded signer and client by @howjmay in #56
  • feat: ISC func can pass optional gas payment by @howjmay in #57
  • test: Demonstrate accessing multiple move func results by @howjmay in #58
  • feat: Impl TypeTag encode funcs by @howjmay in #61
  • fix: Align proper sui types by @howjmay in #59
  • feat: Add ResourceType.Contains() and isolate some struct by @howjmay in #62
  • docs: Update README and go mod by @howjmay in #63
  • refactor: Refactor GetCreatedObjectIdAndType to GetCreatedObjectInfo by @howjmay in #64
  • refactor: Remove ISC package by @howjmay in #65
  • refactor: Simplify SuiBigInt by @howjmay in #66
  • feat: Use request parameter for API calls by @howjmay in #67
  • refactor: Sync the repo by @howjmay in #68
  • chores: Add swap example by @howjmay in #50
  • feat: Impl api_move_utils by @howjmay in #72
  • test: Fix TestGetOwnedObjects by @howjmay in #73
  • feat: Add API SubscribeTransaction by @howjmay in #74
  • refactor: Complete API BatchTransactionRequest by @howjmay in #75
  • Upgrade third-party packages and support Option by @howjmay in #76
  • feat: Support Receiving type in ptb.Obj() and fix errs by @howjmay in #77
  • feat: Complete GetOwnedObjects filter by @howjmay in #78
  • refactor: Unmarshal subscription message in CallContext by @howjmay in #79
  • feat: Complete TransactionFilter by @howjmay in #80
  • refactor: Move request objects from models to sui by @howjmay in #81
  • refactor: Create models/resource.go by @howjmay in #82
  • fix: Fix Receiving ObjectArg's id() by @howjmay in #84
  • fix: Fix AndOrEventFilter marshalling by @howjmay in #85
  • refactor: Reconstruct repo architecture by @howjmay in #86
  • feat: Add Move BCS decoded types by @howjmay in #88
  • doc: Add link for the mentioned file/packages by @howjmay in #89
  • doc: Tiny amendment for README by @howjmay in #90
  • refactor: Update module path to pattonkan by @jhowww in #92

New Contributors

Full Changelog: https://github.com/pattonkan/sui-go/commits/v0.1.0