You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2050: chore: upgrade p2p/tokio r=TheWaWaR,quake a=driftluo
1. Upgrade p2p, use new `BlockingFlag` to optimize performance
2. Upgrade tokio, allow recursive call `block_in_place`
p2p release note:
```
Bug Fix
Fix session proto open/close by user part(#220)
Features
Replace unsplit with assignment(#225)
Upgrade tokio util(#224)
Avoids unnecessary session id checking(#223)
Check all underscore(#228)
Use flag to control how to use block_in_place(#226)
More test(#227/#220)
```
tokio release note:
```
Fix
rt: support block_in_place in more contexts
stream: no panic in merge() and chain() when using size_hint()
task: include visibility modifier when defining a task-local
sync: broadcast closing the channel no longer requires capacity
Added
rt: runtime::Handle::block_on
```
2053: test: save integration test logs in a specified directory r=keroro520,doitian a=yangby-cryptape
Currently, it's too hard to distinguish between integration test logs and other temporary logs, especially when make integration test to be automated.
Co-authored-by: driftluo <[email protected]>
Co-authored-by: Boyu Yang <[email protected]>
borsbot
added a commit
that referenced
this issue
May 1, 2020
2050: chore: upgrade p2p/tokio r=TheWaWaR,quake a=driftluo
1. Upgrade p2p, use new `BlockingFlag` to optimize performance
2. Upgrade tokio, allow recursive call `block_in_place`
p2p release note:
```
Bug Fix
Fix session proto open/close by user part(#220)
Features
Replace unsplit with assignment(#225)
Upgrade tokio util(#224)
Avoids unnecessary session id checking(#223)
Check all underscore(#228)
Use flag to control how to use block_in_place(#226)
More test(#227/#220)
```
tokio release note:
```
Fix
rt: support block_in_place in more contexts
stream: no panic in merge() and chain() when using size_hint()
task: include visibility modifier when defining a task-local
sync: broadcast closing the channel no longer requires capacity
Added
rt: runtime::Handle::block_on
```
Co-authored-by: driftluo <[email protected]>
ckb/rpc/src/module/chain.rs
Line 64 in 3dcbefa
The text was updated successfully, but these errors were encountered: