Going to ApacheCon Berlin in October

2019-04-08 Thread Antoine Toulme
Hey everyone, I plan on attending ApacheCon Berlin in October this year. I’ll submit a talk about Apache Tuweni. Please let me know if you’d like to be there and present as well! Cheers, Antoine

Re: Is binaries release stable?

2019-09-18 Thread Antoine Toulme
It’s an unofficial release. I need to push the release out for 0.8.2 shortly. Then we’ll have a proper 0.9 release. > On Sep 18, 2019, at 00:04, Nicolas Massart > wrote: > > Hi, > Is https://bintray.com/tuweni/tuweni/tuweni/0.9.0-20190709195335 a > stable version? The name makes it look like

Re: Is binaries release stable?

2019-09-18 Thread Antoine Toulme
I have no idea, I don’t know how you use Tuweni. Please feel free to participate, prep the 0.9 release and send bug reports. > On Sep 18, 2019, at 2:38 PM, Nicolas Massart > wrote: > > Should we downgrade to 0.8.2 when it's released? > > On Wed, Sep 18, 2019 at 9:10 AM Ant

Re: Is binaries release stable?

2019-09-19 Thread Antoine Toulme
rote: >>> >>> Should we downgrade to 0.8.2 when it's released? >>> >>> On Wed, Sep 18, 2019 at 9:10 AM Antoine Toulme wrote: >>>> >>>> It’s an unofficial release. I need to push the release out for 0.8.2 >>>> shortly. Th

Re: Logl Dependency in Tuweni is broken

2019-09-21 Thread Antoine Toulme
Hey Thomas, Best way to get help is to send email to the users list (users@tuweni.apache.org ), or the developers list (d...@tuweni.apache.org ). The logl dependency is here:

Re: Which one to use for building a peer to peer app?

2020-02-04 Thread Antoine Toulme
Both are valid network protocols to connect peers, but have different functions. Devp2p is the ethereal network protocol and is low-level. You will need to build your own subprotocol on top of it. SSB (Secure Scuttlebutt) is meant for sharing feeds between users. There is usually a central

Re: Question about a good starting point for Tuwani

2020-07-04 Thread Antoine Toulme
Hello Ralph, If you’re looking for a way to hash a document and store in on the permaweb, IPFS or arweave might be good choices. It looks like you’re trying to create your own blockchain for the purposes of storing a doc, however. Am I understanding this right? If so, you might be best served

Re: Looking for some example config for EthereumClientApp

2020-12-03 Thread Antoine Toulme
Hello Brian, The Ethereum client is not ready at all as you point out. I can probably muster together a config to showcase how to connect, but bear in mind the client has no block validation :) Filing https://github.com/apache/incubator-tuweni/issues/180

Re: Looking for some example config for EthereumClientApp

2020-12-03 Thread Antoine Toulme
more interested in getting to grips with the > lower level side of things. > > It's not a problem that the Ethereum client isn't all that ready. A rough > config to get it running would be great. > > I'll keep an eye on the GitHub issue. > > Thanks, > Brian &g

Re: Tuweni crypto - new user queries

2020-11-08 Thread Antoine Toulme
We support up to 1.0.16. Open an issue if you’d like to see a 1.0.17 supported, and I’ll document how to support newer versions. > On Nov 8, 2020, at 11:00 AM, RICHARDS PETER > wrote: > > Hi, > > The functions I mentioned were added in libsodium from release 1.0.17: >

Re: Tuweni crypto - new user queries

2020-11-07 Thread Antoine Toulme
Hello and welcome! Yes, the latest is available on Maven Central. Check out the org.apache.tuweni group id. The artifact for Sodium related functionality is named crypto. Typically we wrap Sodium functions in an API that makes them less likely for developers to trip and create bad memory

Docs

2021-01-09 Thread Antoine Toulme
I have started publishing dokka docs here: http://tuweni.apache.org/docs/ I also published longer form tutorials here: http://tuweni.apache.org/tutorials/ Please feel free to review and file issues! Cheers, Antoine

Re: Presentation of Apache Tuweni at the Toronto Ethereum Developer Meetup

2021-06-04 Thread Antoine Toulme
I must have cut the link short, sorry: https://www.youtube.com/watch?v=WGVpAYqLZvA > On Jun 4, 2021, at 12:56 AM, Furkan KAMACI wrote: > > Hi Antoine, > > It says video is unavailable? > > Kind Regards, > Furkan KAMACI > > On Fri, Jun 4, 2021 at 10:30 A

Presentation of Apache Tuweni at the Toronto Ethereum Developer Meetup

2021-06-04 Thread Antoine Toulme
Hello folks, I have presented Apache Tuweni to the Toronto Ethereum meetup last week. The recording is now available: https://youtube.com/watch?v=WGVpAY Enjoy! Feedback welcome. Cheers, Antoine

Re: Ethereum Virtual Machine explainer

2021-04-30 Thread Antoine Toulme
Yes. Each byte is an operation. Some operations read and move the cursor. In this case 0x7f says push32, as in push next 32 bytes as a stack item. Followed by 0x01 to add, and then more ops. When you execute tests, it shows the execution order. > On Apr 30, 2021, at 06:54, nicolas melendez

Ethereum Virtual Machine explainer

2021-04-29 Thread Antoine Toulme
Hello folks, Please see here a video I made explaining some of the concepts of the Ethereum Virtual Machine: https://youtu.be/9fyaDQ55x_E I hope you enjoy it. Please let me know if you have any feedback, anything to do differently, what else you’d like to see

Re: RLPx messages filter

2021-02-14 Thread Antoine Toulme
An interface to BlockchainRepository makes sense, and you general approach sounds good. Cheers, Antoine > On Feb 14, 2021, at 17:19, Diego L.L. wrote: > >  > Hi Tuweni users, > > I'm building a component to stand between a node and the outside world, with > the intention to prevent

Re: RLPx messages filter

2021-02-14 Thread Antoine Toulme
d related to my use case? > > [0]: https://github.com/apache/incubator-tuweni/issues/58 > >> On Sun, Feb 14, 2021 at 11:29 PM Antoine Toulme wrote: >> >> An interface to BlockchainRepository makes sense, and you general approach >> sounds good. >> >&g

Re: 2.1.0 incubating

2021-11-26 Thread Antoine Toulme
You can vote on the release vote happening on the dev list right now. This CI failure is not blocking. > On Nov 26, 2021, at 05:05, Jiri Peinlich wrote: > >  > Hello, > > Do you by any chance know if I can do something to get >

Debian repository for Tuweni artifacts

2022-07-09 Thread Antoine Toulme
Hey folks. I have made available Apache Tuweni artifacts via Homebrew in the past. This time, I am also going to make Tuweni available as Debian packages. Take a look here: https://deb.tmio.io/ See the repository that manages and publishes artifacts here:

Re: [announcement] delog, new project using Apache Tuweni

2023-03-30 Thread Antoine Toulme
Wow that’s awesome! Thank you and please open issues if anything doesn’t work :) > On Mar 30, 2023, at 05:06, Emmanuel Florent > wrote: > >  > Delog is an Android Kotlin Jetpack Compose ssb client I have started working > on since I discovered the ssb protocol. A Protocol, that I really

Re: Unsubscribe

2023-02-05 Thread Antoine Toulme
Hello Nicolas, You can read on how to unsubscribe here: https://www.apache.org/foundation/mailinglists.html Cheers! Antoine > On Feb 5, 2023, at 01:27, Nicolas Massart > wrote: > > 

Community calls

2023-02-04 Thread Antoine Toulme
Hi folks, I am looking to build the community of this project and would like to volunteer creating community calls as office hours to help folks get started or answer any questions they may have. I will also record those discussions and post them on Youtube. Does this make sense to folks here?

Re: Tuweni crypto - java.lang.UnsatisfiedLinkError error on Windows

2023-07-12 Thread Antoine Toulme
I filed https://github.com/tmio/tuweni/issues/15 to follow up. > On Jul 12, 2023, at 8:47 PM, Antoine Toulme wrote: > > Hey Simon, > > We’re voting moving this project to the attic in a separate thread on the dev > list and it’s likely I’ll continue to support this proj

Re: Tuweni crypto - java.lang.UnsatisfiedLinkError error on Windows

2023-07-12 Thread Antoine Toulme
Hey Simon, We’re voting moving this project to the attic in a separate thread on the dev list and it’s likely I’ll continue to support this project under https://github.com/tmio/tuweni for a little while. I already pushed 2.4.2 and 2.4.3 on maven central under the group id io.tmio. So I think