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

Add RPC Support for ckb v0.109 -> 0.117 #221

Merged
merged 12 commits into from
Aug 13, 2024

Conversation

eval-exec
Copy link
Contributor

@eval-exec eval-exec commented Aug 4, 2024

Fix #220

@eval-exec eval-exec marked this pull request as draft August 4, 2024 01:03
@eval-exec eval-exec changed the title Support many rpc Support many rpc for ckb v0.109.0 Aug 4, 2024
@eval-exec eval-exec changed the title Support many rpc for ckb v0.109.0 Add RPC Support for ckb v0.109.0 Aug 4, 2024
@eval-exec eval-exec changed the title Add RPC Support for ckb v0.109.0 Add RPC Support for ckb v0.109 -> 0.110 Aug 4, 2024
@eval-exec eval-exec marked this pull request as ready for review August 4, 2024 07:01
@eval-exec eval-exec changed the title Add RPC Support for ckb v0.109 -> 0.110 Add RPC Support for ckb v0.109 -> 0.111 Aug 4, 2024
@eval-exec eval-exec marked this pull request as draft August 4, 2024 07:02
@eval-exec eval-exec changed the title Add RPC Support for ckb v0.109 -> 0.111 Add RPC Support for ckb v0.109 -> 0.117 Aug 8, 2024
@eval-exec eval-exec marked this pull request as ready for review August 8, 2024 13:25
@eval-exec
Copy link
Contributor Author

eval-exec commented Aug 9, 2024

@quake Please help me execute the workflows
image

@eval-exec eval-exec requested a review from quake August 9, 2024 06:54
@eval-exec
Copy link
Contributor Author

go: downloading github.com/aristanetworks/goarista v0.0.0-20170210015632-ea17b1a17847
go: downloading golang.org/x/sys v0.0.0-[20](https://github.com/nervosnetwork/ckb-sdk-go/actions/runs/10314934806/job/28555511295?pr=221#step:4:21)220422013727-9388b58f7150
ok  	github.com/nervosnetwork/ckb-sdk-go/v2/address	0.026s
# github.com/nervosnetwork/ckb-sdk-go/v2/transaction/signer_test [github.com/nervosnetwork/ckb-sdk-go/v2/transaction/signer.test]
Error: transaction/signer/example_test.go:20:44: not enough arguments in call to ctx.rpc.GetLiveCell
	have (context.Context, *types.OutPoint, bool)
	want (context.Context, *types.OutPoint, bool, *bool)
ok  	github.com/nervosnetwork/ckb-sdk-go/v2/collector	2.405s

Don't know why the test failed. I can't find example_test.go file.

@eval-exec
Copy link
Contributor Author

@quake Please rerun the failed CI workflow.

@eval-exec
Copy link
Contributor Author

go: downloading github.com/aristanetworks/goarista v0.0.0-20170210015632-ea17b1a17847
go: downloading golang.org/x/sys v0.0.0-[20](https://github.com/nervosnetwork/ckb-sdk-go/actions/runs/10314934806/job/28555511295?pr=221#step:4:21)220422013727-9388b58f7150
ok  	github.com/nervosnetwork/ckb-sdk-go/v2/address	0.026s
# github.com/nervosnetwork/ckb-sdk-go/v2/transaction/signer_test [github.com/nervosnetwork/ckb-sdk-go/v2/transaction/signer.test]
Error: transaction/signer/example_test.go:20:44: not enough arguments in call to ctx.rpc.GetLiveCell
	have (context.Context, *types.OutPoint, bool)
	want (context.Context, *types.OutPoint, bool, *bool)
ok  	github.com/nervosnetwork/ckb-sdk-go/v2/collector	2.405s

Don't know why the test failed. I can't find example_test.go file.

Rebased, I beleave CI will success now. @quake

@eval-exec
Copy link
Contributor Author

@quake I commented TestGetCellsMaxLimit, fix it later.

@quake quake merged commit 81d4efa into nervosnetwork:v2 Aug 13, 2024
3 checks passed
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.

New RPC methods for ckb version 0.109.0-0.117.0
2 participants