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

[Discussion] Unify the RPC method send_transaction. #186

Open
yangby-cryptape opened this issue Jan 23, 2024 · 1 comment
Open

[Discussion] Unify the RPC method send_transaction. #186

yangby-cryptape opened this issue Jan 23, 2024 · 1 comment

Comments

@yangby-cryptape
Copy link
Collaborator

Description

The RPC method send_transaction:

So, with CKB SDK, for example, rust SDK, we have to clarify which node our app was connected: a full node or a light client.

Could light client just defines the methods to be send_transaction(tx_hash, _dummy_string_drop_directly), so the RPC method could be unified.

It's useful for an abstract client, which doesn't care about which kind of endpoint it connected, a full node or a light client.

Ref: nervosnetwork/ckb-sdk-rust#101.

@homura
Copy link

homura commented Feb 28, 2024

Will the unification also support the RBF transaction feature?

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

No branches or pull requests

2 participants