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

Refactoring with common-sdk integration #1737

Open
wants to merge 31 commits into
base: staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
3202440
add eth node url to config
storybehind Dec 4, 2024
fb7a70e
Merge branch 'sprint-1.19' of https://github.com/0chain/gosdk into zu…
storybehind Dec 10, 2024
62fc7ab
revert
storybehind Dec 11, 2024
a4e8205
Empty commit
Jayashsatolia403 Jan 2, 2025
bd16695
Merge branch 'staging' into sprint-1.19
Jayashsatolia403 Jan 4, 2025
e1d9de0
Fix restricted blobber round
Jayashsatolia403 Jan 5, 2025
6205f97
Add hardfork round request
Jayashsatolia403 Jan 6, 2025
6e1cf19
Merge branch 'staging' into fix/restricted-blobber-round
Jayashsatolia403 Jan 6, 2025
0d88122
Fix is hardfork activated
Jayashsatolia403 Jan 6, 2025
cefe782
Fix
Jayashsatolia403 Jan 6, 2025
1d110f7
Fix
Jayashsatolia403 Jan 6, 2025
0f4cb30
Fix
Jayashsatolia403 Jan 6, 2025
6049520
Merge pull request #1724 from 0chain/fix/restricted-blobber-round
dabasov Jan 8, 2025
b2a7296
Merge branch 'staging' into sprint-1.19
Jayashsatolia403 Jan 10, 2025
1a06144
test 1
smaulik13 Jan 13, 2025
6734585
new folder
smaulik13 Jan 13, 2025
c86e869
lint fix
smaulik13 Jan 13, 2025
26aa2aa
Merge pull request #1698 from 0chain/zus-cli-fix
dabasov Jan 13, 2025
f3dee3c
test 2
smaulik13 Jan 13, 2025
5c7ed08
test 2
smaulik13 Jan 13, 2025
04299ea
test 3
smaulik13 Jan 13, 2025
8898b7d
test 4
smaulik13 Jan 13, 2025
4a24461
test 5
smaulik13 Jan 13, 2025
3f9b9ad
test 5
smaulik13 Jan 13, 2025
2ebe757
Merge pull request #1733 from 0chain/gosdk/mig_0box
dabasov Jan 14, 2025
6272db3
fix
smaulik13 Jan 15, 2025
6286d1c
Merge pull request #1734 from 0chain/gosdk/mig_0box
dabasov Jan 15, 2025
e2f8762
refactor
smaulik13 Jan 22, 2025
0d4f227
refactor 2
smaulik13 Jan 22, 2025
fe42997
added verison
smaulik13 Jan 23, 2025
4008c7a
added version
smaulik13 Jan 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This repository currently supports the following platforms:
import (
"fmt"

"github.com/0chain/gosdk/zcncore"
"github.com/0chain/gosdk_common/zcncore"
)

func main() {
Expand Down
27 changes: 0 additions & 27 deletions constants/context_key.go

This file was deleted.

37 changes: 0 additions & 37 deletions constants/errors.go

This file was deleted.

24 changes: 0 additions & 24 deletions constants/files.go

This file was deleted.

13 changes: 0 additions & 13 deletions constants/signscheme.go

This file was deleted.

95 changes: 0 additions & 95 deletions core/block/block.go

This file was deleted.

71 changes: 0 additions & 71 deletions core/block/magic_block_entity.go

This file was deleted.

2 changes: 0 additions & 2 deletions core/build.go

This file was deleted.

58 changes: 0 additions & 58 deletions core/client/cache.go

This file was deleted.

Loading
Loading