|
Request for comment: async transaction API and persistent events
hi, I’ve been working on two enhancements on the side that I think will be useful at some point down the road beyond a basic robust fabric: 1) persistent events support by utilizing an external messag
hi, I’ve been working on two enhancements on the side that I think will be useful at some point down the road beyond a basic robust fabric: 1) persistent events support by utilizing an external messag
|
By
Jim Zhang
·
|
|
Hyperledger-fabric Digest, Vol 2, Issue 29
2 messages
Hi Imre, To your point #3 below, you are right, this is a complex question. When the busywork/counters driver is configured with the -interlock option, the TPS measurement is currently predicated on a
Hi Imre, To your point #3 below, you are right, this is a complex question. When the busywork/counters driver is configured with the -interlock option, the TPS measurement is currently predicated on a
|
By
Bishop Brock
·
|
|
Preliminary transaction performance results on hyperledger fabric
4 messages
Just FYI. The test node is a single physical 4c8g linux 3.16 machine. Currently only using 1 client/1 API to test the query and invoke transaction. The sample testing code can be found at https://gith
Just FYI. The test node is a single physical 4c8g linux 3.16 machine. Currently only using 1 client/1 API to test the query and invoke transaction. The sample testing code can be found at https://gith
|
By
Baohua Yang
·
|
|
Invitation: Hyperledger Fabric Technical Planning (Jun 20 10:00 AM EDT)
Description Agenda: https://github.com/hyperledger/fabric/wiki/Weekly-Development-Planning https://meetings.webex.com/collabs/meetings/join?uuid=M7ME8OZ0FX8ZY45U79CEWHFSOD-9VIB Meeting number: 195 533
Description Agenda: https://github.com/hyperledger/fabric/wiki/Weekly-Development-Planning https://meetings.webex.com/collabs/meetings/join?uuid=M7ME8OZ0FX8ZY45U79CEWHFSOD-9VIB Meeting number: 195 533
|
By
Binh Q Nguyen
·
|
|
Availability of Hyperledger Fabric v0.5-developer-preview release
Today we have successfully executed our release process and made available the Fabric developer preview release v0.5. In the coming days, we will continue to exercise the remaining items on the releas
Today we have successfully executed our release process and made available the Fabric developer preview release v0.5. In the coming days, we will continue to exercise the remaining items on the releas
|
By
Binh Q Nguyen
·
|
|
Next Consensus Architecture Proposal: isolation guarantee
2 messages
Hi Marko, After many rounds of discussions in the Architecture working group I became a fan of your Next Consensus Architecture Proposal at https://github.com/hyperledger/fabric/wiki/Next-Consensus-Ar
Hi Marko, After many rounds of discussions in the Architecture working group I became a fan of your Next Consensus Architecture Proposal at https://github.com/hyperledger/fabric/wiki/Next-Consensus-Ar
|
By
Tamas Blummer
·
|
|
Fabric pull request review channel
Join #fabric-pr-review channel to discuss the pull requests at 10a EDT tomorrow Wed. 6/212 Thanks - Binh
Join #fabric-pr-review channel to discuss the pull requests at 10a EDT tomorrow Wed. 6/212 Thanks - Binh
|
By
Binh Q Nguyen
·
|
|
Performance measurements
23 messages
We created a noop system chain code that does nothing but store an invoke transaction. Since it is a system chain code written in go and deployed at startup, it does not require the grpc-docker roundt
We created a noop system chain code that does nothing but store an invoke transaction. Since it is a system chain code written in go and deployed at startup, it does not require the grpc-docker roundt
|
By
Tamas Blummer
·
|
|
Pull requests to connect fabric-api
10 messages
We at DA raised several pull requests for fabric, that implement features useful to connect fabric-api with fabric. The pull requests are pending and were rebased several times during last weeks. I in
We at DA raised several pull requests for fabric, that implement features useful to connect fabric-api with fabric. The pull requests are pending and were rebased several times during last weeks. I in
|
By
Tamas Blummer
·
|
|
https://github.com/hyperledger/fabric/pull/1940
This PR will require a vagrant destroy/up to install the python grpcio package, as without it, your behave tests will fail to run attempting to load the grpcio package. NOTE!!!!!!!!!!: You can manuall
This PR will require a vagrant destroy/up to install the python grpcio package, as without it, your behave tests will fail to run attempting to load the grpcio package. NOTE!!!!!!!!!!: You can manuall
|
By
Jeffrey Garratt
·
|
|
Invitation: Hyperledger Fabric Technical Planning (Jun 27 10:00 AM EDT)
Description Agenda: https://github.com/hyperledger/fabric/wiki/Weekly-Development-Planning https://meetings.webex.com/collabs/meetings/join?uuid=M7ME8OZ0FX8ZY45U79CEWHFSOD-9VIB Meeting number: 195 533
Description Agenda: https://github.com/hyperledger/fabric/wiki/Weekly-Development-Planning https://meetings.webex.com/collabs/meetings/join?uuid=M7ME8OZ0FX8ZY45U79CEWHFSOD-9VIB Meeting number: 195 533
|
By
Binh Q Nguyen
·
|
|
blog post on running Fabric natively on a Mac
3 messages
I've posted a blog post on how to get Fabric peer and membersrvc running natively on Docker on a Mac. tl;dr: pretty simple to spin up the fabric with just a docker-compose.yml. Hopefully, this lowers
I've posted a blog post on how to get Fabric peer and membersrvc running natively on Docker on a Mac. tl;dr: pretty simple to spin up the fabric with just a docker-compose.yml. Hopefully, this lowers
|
By
Christopher B Ferris
·
|
|
feature branches
On the Fabric technical call today, we discussed the ability for folks to collaborate on a feature development without having to use someone's fork branch. The advantage is that everyone would be able
On the Fabric technical call today, we discussed the ability for folks to collaborate on a feature development without having to use someone's fork branch. The advantage is that everyone would be able
|
By
Binh Q Nguyen
·
|
|
PBFT Consensus Mode Removals
An announcement for anyone who is still using the "sieve" or "classic" PBFT variants. There is a pending PR ( https://github.com/hyperledger/fabric/pull/2030 ) which removes the "sieve" and "classic"
An announcement for anyone who is still using the "sieve" or "classic" PBFT variants. There is a pending PR ( https://github.com/hyperledger/fabric/pull/2030 ) which removes the "sieve" and "classic"
|
By
Jason K Yellick
·
|
|
[hyperledger/fabric] Remove chaincode instance variables from example chaincodes (#1981)
11 messages
So I've been following the firehose from watching the github issues (feeling foolish for not looking there before) and am loving all the activity. I am concerned, though, that sometimes important arch
So I've been following the firehose from watching the github issues (feeling foolish for not looking there before) and am loving all the activity. I am concerned, though, that sometimes important arch
|
By
Brian Behlendorf
·
|
|
Command line flags; GOMAXPROCS Throttling
3 messages
All, A change was merged just now that removed peer command-line flags that shadowed configuration variables from YAML files: https://github.com/hyperledger/fabric/pull/2054 The reason for this change
All, A change was merged just now that removed peer command-line flags that shadowed configuration variables from YAML files: https://github.com/hyperledger/fabric/pull/2054 The reason for this change
|
By
Bishop Brock
·
|
|
[technical-discuss] TransactionPayload
Hi Yi, You might find a better response to your question by posting it to the fabric discussion list - hyperledger-fabric@.... I've taken the liberty of cc'ing it there. Brian -- Brian Behlendorf Exec
Hi Yi, You might find a better response to your question by posting it to the fabric discussion list - hyperledger-fabric@.... I've taken the liberty of cc'ing it there. Brian -- Brian Behlendorf Exec
|
By
Brian Behlendorf
·
|
|
Hyperledger Fabric meeting on Monday 7/04 cancelled due to US holiday
- Binh
By
Binh Q Nguyen
·
|
|
Proposals in github
18 messages
I think it would make sense to move proposals from Github wiki to the regular repository. I'd like to suggest amendments to the Next Consensus Architecture Proposal which would be best submitted as a
I think it would make sense to move proposals from Github wiki to the regular repository. I'd like to suggest amendments to the Next Consensus Architecture Proposal which would be best submitted as a
|
By
Tamas Blummer
·
|
|
Trying to advance fabric ....
4 messages
Gabor Hosszu (Digital Asset) submitted a notable new pull request to fabric: https://github.com/hyperledger/fabric/pull/2101 Its motivation is to move code base toward the consensus architecture propo
Gabor Hosszu (Digital Asset) submitted a notable new pull request to fabric: https://github.com/hyperledger/fabric/pull/2101 Its motivation is to move code base toward the consensus architecture propo
|
By
Tamas Blummer
·
|