-
Notifications
You must be signed in to change notification settings - Fork 126
await InBlock or Broadcast status when sending extrinsic #65
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
Comments
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 70.0 DAI (70.0 USD @ $1.0/DAI) attached to it as part of the web3foundation fund.
|
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 266 years, 6 months from now. 1) developerfred has been approved to start work. would love to program this functionality Very cool library - I have worked with the JS SDK quite a lot and the underlying substrate code base. It looks like some work needs to be done on the extrinsics module and exposing the interface. Learn more on the Gitcoin Issue Details page. |
@developerfred and @hoani: For the next time: Please wait with working on our bounty issues until you have been approved. We don't want to frustrate people |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work for 70.0 DAI (70.0 USD @ $1.0/DAI) has been submitted by: @Web3Foundation please take a look at the submitted work:
|
@hoani you've been approved to start working on this issue. Please continue with your PR for this one. |
@hoani We've merged your work, thanks a lot for your contribution! @Web3Foundation please reward @hoani according to plan |
This is paid out; the state from @gitcoinbot side didn't update though. |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done The funding of 70.0 DAI (70.0 USD @ $1.0/DAI) attached to this issue has been approved & issued to @hoani.
|
@hoani Thanks for all the work! We are looking at ways to improve our bounty program and would like to ask you to take part in a quick survey. It will just take a minute! https://info.polkadot.network/bounty-completion-satisfaction-survey Thank you! |
(for v2.0.0-alpha.5 and later)
The lifetime of an extrinsic goes like this:
currently, we only offer to submit and await
ready
orfinalized
.It would make sense to support
inBlock
too and maybebroadcast
The text was updated successfully, but these errors were encountered: