Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/refactor zboxcore and zcncore #1583

Open
wants to merge 117 commits into
base: sprint-1.18
Choose a base branch
from

Conversation

Jayashsatolia403
Copy link
Collaborator

Changes

Fixes

Tests

Tasks to complete before merging PR:

  • Ensure system tests are passing. If not Run them manually to check for any regressions 📋
  • Do any new system tests need added to test this change? do any existing system tests need updated? If so create a PR at 0chain/system_test
  • Merge your system tests PR to master AFTER merging this PR

Associated PRs (Link as appropriate):

  • blobber:
  • 0chain:
  • system_test:
  • zboxcli:
  • zwalletcli:
  • Other: ...

Jayashsatolia403 and others added 19 commits September 21, 2024 20:18
…boxcore

# Conflicts:
#	mobilesdk/zcn/readpool.go
#	mobilesdk/zcn/smartcontract.go
#	zboxcore/sdk/blobber_operations.go
#	zboxcore/sdk/sdk.go
#	zboxcore/sdk/transaction.go
#	zcncore/transaction_mobile.go
#	zcncore/transactionauth_mobile.go
* fix: GetWalletBalance in mobilesdk.
fix: include mobile build flags in execute_transactions.go
fix: remove ignore package tag from transaction.go

* fix: add GetUserLockedTotal.
fix: InitSDK method while initializing storage SDK.
fix: Conversion methods from ZCN to SAS.

* fix: add proper conversions to WritePoolLock for tokens and fee.

* fix: wasm build.

* set toolcahin to go1.21.0 in znft/example.

* Revert "set toolcahin to go1.21.0 in znft/example."

This reverts commit 6ceea1a.

* refactor: setup go 1.22 in build-sdks.yml for wasm builds.

* refactor: setup go 1.22 in tests.yml for wasm tests.

* nit fix build-sdks.yml wasm build.

* nit fix build-sdks.yml wasm build.

* nit fix build-sdks.yml wasm build.

---------

Co-authored-by: Jayash Satolia <[email protected]>
* fix: GetWalletBalance in mobilesdk.
fix: include mobile build flags in execute_transactions.go
fix: remove ignore package tag from transaction.go

* fix: add GetUserLockedTotal.
fix: InitSDK method while initializing storage SDK.
fix: Conversion methods from ZCN to SAS.

* fix: add proper conversions to WritePoolLock for tokens and fee.

* fix: wasm build.

* set toolcahin to go1.21.0 in znft/example.

* Revert "set toolcahin to go1.21.0 in znft/example."

This reverts commit 6ceea1a.

* refactor: setup go 1.22 in build-sdks.yml for wasm builds.

* refactor: setup go 1.22 in tests.yml for wasm tests.

* nit fix build-sdks.yml wasm build.

* nit fix build-sdks.yml wasm build.

* nit fix build-sdks.yml wasm build.

* lint fixes.

* fix: proofBurnTicket.go test

---------

Co-authored-by: Jayash Satolia <[email protected]>
# Conflicts:
#	zboxapi/sdk.go
#	zboxapi/sdk_test.go
zcnbridge/transaction/functions.go Outdated Show resolved Hide resolved
# Conflicts:
#	mobilesdk/zcn/smartcontract.go
#	zboxcore/sdk/transaction_mobile.go
#	zcncore/transaction.go
#	zcncore/transaction_base.go
#	zcncore/transaction_mobile.go
#	zcncore/transactionauth.go
#	zcncore/transactionauth_base.go
#	zcncore/transactionauth_mobile.go
#	zcncore/zauth.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix/refactor zboxcore
4 participants