It’s a requirement that for each release with the ASF, we push all binaries and source distributions of the project to a SVN location, and then proceed to vote on the contents of the artifacts of the release.
When we vote, the vote with the incubator happens twice: once in the dev list here, and once in the general list of the incubator. https://incubator.apache.org/policy/incubation.html#releases And yes, I’d be happy to run the project and give you write access, or however we want to take this forward. Cheers, Antoine > On May 28, 2023, at 5:37 PM, Sally MacFarlane > <sally.macfarl...@consensys.net.INVALID> wrote: > > 1 definitely gets my vote for the short term. > > I don't really understand what the blockers are - is the svn credential > thing a requirement of Tuweni or ASF? > >> stop trying to make it through the ASF incubator and this project > eventually gets retired to the attic here. > > What are the implications of this for the long term though? Will projects > be able to continue using and contributing to tuweni as they do now? > > On Sat, May 27, 2023 at 11:48 AM Antoine Toulme <anto...@toulme.name> wrote: > >> Alright, I guess this is not coming together. >> >> That’s very unfortunate and I guess goes towards proving that the project >> as of right now cannot be released by other committers. >> >> What path would have your preference? >> 1. I copy the project under github.com/tmio and make a release under the >> group id io.tmio, effectively calling it quits on building the release here. >> 2. We continue with the ASF and you muddle through making the release. >> >> I can execute 1. quickly. That does mean we stop trying to make it through >> the ASF incubator and this project eventually gets retired to the attic >> here. >> Any other committers who want to help out with the release, please chime >> in. >> >> Cheers, >> >> Antoine >> >>> On May 22, 2023, at 11:41 PM, Antoine Toulme <anto...@toulme.name> >> wrote: >>> >>> You might be able to get credentials cached if you first checkout from a >> SVN repository from Apache. >>> >>> Try this: >>> svn checkout https://dist.apache.org/repos/dist/dev/incubator/tuweni >> /tmp/foo >>> >>> This should ask you for username and password. >>> >>> Then try again, but with a different path: >>> >>> svn checkout https://dist.apache.org/repos/dist/dev/incubator/tuweni/ >> /tmp/foo2 >>> >>> It should not ask for credentials again. >>> >>>> On May 22, 2023, at 11:01 PM, Sally MacFarlane >> <sally.macfarl...@consensys.net.INVALID> wrote: >>>> >>>> I have been trying to do this tuweni release for 2 weeks now! >>>> >>>> I now have svn picking up my username but not password - >>>> >>>> --- >>>> BUILD SUCCESSFUL in 13m 22s >>>> 354 actionable tasks: 110 executed, 244 up-to-date >>>> >>>>> Task :stageSVN FAILED >>>> Authentication realm: <https://dist.apache.org:443> ASF Committers >>>> Password for 'macfarla': svn: E070014: End of file while reading from >>>> terminal >>>> --- >>>> >>>> svn auth >>>> Credentials cache in '/Users/sallymacfarlane/.subversion' is empty >>>> >>>> I followed a few suggestions from stack overflow but still stuck on this >>>> >> https://stackoverflow.com/questions/2599281/cant-make-svn-store-passwords-even-though-the-configuration-is-set-to-allow-it >>>> >>>> This is what I have currently in >> /Users/sallymacfarlane/.subversion/servers >>>> [global] >>>> store-passwords = yes >>>> store-plaintext-passwords = yes >>>> store-auth-creds = yes >>>> username = macfarla >>>> password-stores = gpg-agent >>>> >>>> On Tue, May 23, 2023 at 9:47 AM Dave Fisher <wave4d...@comcast.net> >> wrote: >>>> >>>>> Do a manual svn command with —username macfarla >>>>> >>>>> Sent from my iPhone >>>>> >>>>>> On May 22, 2023, at 4:38 PM, Sally MacFarlane >>>>> <sally.macfarl...@consensys.net.invalid> wrote: >>>>>> >>>>>> >>>>>>> >>>>>>> When this happens press enter to be offered a prompt for a different >>>>>> username. >>>>>> >>>>>> I tried this already, it doesn't wait for any input, it just errors >> out >>>>>> immediately at that point (which is 30min into the build) >>>>>> >>>>>>> On Sat, May 20, 2023 at 9:01 AM Antoine Toulme <anto...@toulme.name> >>>>> wrote: >>>>>>> >>>>>>> That’s just your default svn username. Try to use svn with >>>>> svn.apache.org. >>>>>>> >>>>>>> When this happens press enter to be offered a prompt for a different >>>>>>> username. >>>>>>> >>>>>>>> On May 19, 2023, at 03:00, Sally MacFarlane >>>>>>> <sally.macfarl...@consensys.net.invalid> wrote: >>>>>>>> >>>>>>>> I'm hitting a different error now - I've used `macfarla` everywhere >>>>> but >>>>>>> the >>>>>>>> below is using `sallymacfarlane` - is it getting this from somewhere >>>>>>> else? >>>>>>>> >>>>>>>> BUILD SUCCESSFUL in 15m 29s >>>>>>>> 354 actionable tasks: 110 executed, 244 up-to-date >>>>>>>> >>>>>>>>> Task :stageSVN >>>>>>>> Authentication realm: <https://dist.apache.org:443> ASF Committers >>>>>>>> Password for 'sallymacfarlane': svn: E070014: End of file while >>>>>>>> reading from terminal >>>>>>>> >>>>>>>>> Task :stageSVN FAILED >>>>>>>> >>>>>>>> FAILURE: Build failed with an exception. >>>>>>>> >>>>>>>> * Where: >>>>>>>> Script '/Users/macfarla/workspace/tuweni/gradle/stage.gradle' line: >> 91 >>>>>>>> >>>>>>>> >>>>>>>>> On Fri, May 19, 2023 at 3:38 PM Dave Fisher <wave4d...@comcast.net >>> >>>>>>> wrote: >>>>>>>>> >>>>>>>>> The key setup needs to be prior to >>>>>>>>> >>>>>>> >>>>> >> https://github.com/apache/incubator-tuweni/blob/main/RELEASE.md#running-the-release >>>>>>>>> >>>>>>>>> Sent from my iPhone >>>>>>>>> >>>>>>>>>> On May 18, 2023, at 10:01 PM, Antoine Toulme <anto...@toulme.name >>> >>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>> Sure things. Improvements to the release docs are welcome: >>>>>>>>>> https://github.com/apache/incubator-tuweni/blob/main/RELEASE.md >>>>>>>>>> >>>>>>>>>>> On May 18, 2023, at 9:08 PM, Dave Fisher <wave4d...@comcast.net> >>>>>>> wrote: >>>>>>>>>>> >>>>>>>>>>> AFK you should point to the correct documentation on >>>>> infra.Apache.org >>>>>>>>> along with the project documentation. >>>>>>>>>>> >>>>>>>>>>> Best, >>>>>>>>>>> Dave >>>>>>>>>>> >>>>>>>>>>> Sent from my iPhone >>>>>>>>>>> >>>>>>>>>>>>> On May 18, 2023, at 9:00 PM, Antoine Toulme < >> anto...@toulme.name> >>>>>>>>> wrote: >>>>>>>>>>>> >>>>>>>>>>>> I expect you will have a few more hurdles to cut the release. >>>>> Please >>>>>>>>> make sure to push your GPG key in the KEYS file before you get >> started >>>>>>> :) >>>>>>>>>>>> >>>>>>>>>>>>> On May 18, 2023, at 8:48 PM, Sally MacFarlane >>>>>>>>> <sally.macfarl...@consensys.net.INVALID> wrote: >>>>>>>>>>>>> >>>>>>>>>>>>> It worked! PR now merged >>>>>>>>>>>>> >>>>>>>>>>>>>> On Fri, May 19, 2023 at 1:29 PM Antoine Toulme < >>>>>>> anto...@toulme.name> >>>>>>>>> wrote: >>>>>>>>>>>>>> >>>>>>>>>>>>>> The URL has a typo, I think it’s gitbox.apache.org/boxer/ < >>>>>>>>>>>>>> http://gitbox.apache.org/boxer/> >>>>>>>>>>>>>> >>>>>>>>>>>>>>> On May 18, 2023, at 1:44 PM, Dave Fisher <w...@apache.org> >>>>> wrote: >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> I checked with Infra - you need to complete the steps >> indicated >>>>>>>>> here:: >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> gtibox.apache.org/boxer/ >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Login using your apache id and do what you need to do to get >> the >>>>>>>>> five >>>>>>>>>>>>>> green checks. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Best, >>>>>>>>>>>>>>> Dave >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> On May 15, 2023, at 2:42 PM, Sally MacFarlane < >>>>>>>>>>>>>> sally.macfarl...@consensys.net> wrote: >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> I still do not have permissions to merge that PR >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> On Mon, May 15, 2023 at 11:52 AM Dave Fisher < >> w...@apache.org> >>>>>>>>> wrote: >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Hi Sally, >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Apologies for the delay. It seems that there was a tooling >>>>> fail >>>>>>>>> when >>>>>>>>>>>>>> your >>>>>>>>>>>>>>>>> account was created. I’ve now properly added you as a >> Tuweni >>>>>>>>> Committer. >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Give the permissions co-ordination with GitHub an hour and >> all >>>>>>>>> should >>>>>>>>>>>>>>>>> finally be correct. >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Best, >>>>>>>>>>>>>>>>> Dave >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> On May 10, 2023, at 5:34 PM, Sally MacFarlane < >>>>>>>>>>>>>>>>> sally.macfarl...@consensys.net> wrote: >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> I have 2FA, added my github ID to my apache ID last night, >>>>> have >>>>>>>>> given >>>>>>>>>>>>>> it >>>>>>>>>>>>>>>>> 8 >>>>>>>>>>>>>>>>>> hrs or so to update permissions, but I still don't have >>>>> access >>>>>>> to >>>>>>>>>>>>>> merge >>>>>>>>>>>>>>>>>> that PR (Only those with write access to this repository >> can >>>>>>>>> merge >>>>>>>>>>>>>> pull >>>>>>>>>>>>>>>>>> requests.) >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> On Wed, May 10, 2023 at 3:50 PM Dave Fisher < >>>>>>>>> wave4d...@comcast.net> >>>>>>>>>>>>>>>>> wrote: >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> Sally, >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> Have you enabled 2FA on your GitHub account and logged >> onto >>>>>>>>>>>>>>>>> id.Apache.org >>>>>>>>>>>>>>>>>>> to map your Apache ID to your GitHub Id? >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> Once that is done give the systems one hour to update >>>>>>>>> permissions. >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> Best, >>>>>>>>>>>>>>>>>>> Dave >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> Sent from my iPhone >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> On May 9, 2023, at 10:36 PM, Sally MacFarlane < >>>>>>>>>>>>>>>>>>> sally.macfarl...@consensys.net> wrote: >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> No - I still see this message - >>>>>>>>>>>>>>>>>>>> Only those with write access to this repository can >> merge >>>>>>> pull >>>>>>>>>>>>>>>>> requests. >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> On Wed, May 10, 2023 at 3:34 PM Antoine Toulme < >>>>>>>>>>>>>> anto...@toulme.name> >>>>>>>>>>>>>>>>>>> wrote: >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> That’s odd, you should be able to merge. I approved the >>>>> PR, >>>>>>>>> does it >>>>>>>>>>>>>>>>>>> help? >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> On May 9, 2023, at 4:50 PM, Sally MacFarlane < >>>>>>>>>>>>>>>>>>>>> sally.macfarl...@consensys.net> wrote: >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> Raised a PR against the 2.3 branch with the 2 changes >>>>> that >>>>>>>>> we need >>>>>>>>>>>>>>>>> most >>>>>>>>>>>>>>>>>>>>>> urgently - >>>>>>>>>>>>>>>>>>>>>> https://github.com/apache/incubator-tuweni/pull/539 >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> I do not have permissions on the repo to merge. >>>>>>>>>>>>>>>>>>>>>> Antoine are you able to take it from there? >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> On Wed, May 10, 2023 at 7:09 AM Antoine Toulme < >>>>>>>>>>>>>> anto...@toulme.name >>>>>>>>>>>>>>>>>>>>> <mailto:anto...@toulme.name>> wrote: >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> Sally, you are a committer of the project. You can >> run a >>>>>>>>> release >>>>>>>>>>>>>>>>>>> through >>>>>>>>>>>>>>>>>>>>>>> the steps detailed in RELEASE.md. >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> Please see this thread on my call to volunteers to >> run >>>>> the >>>>>>>>> next >>>>>>>>>>>>>>>>>>> release: >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>> https://lists.apache.org/thread/4808w3h3s34pm3m9816p3gy8m2pj4mcr >>>>>>>>>>>>>> < >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>> https://lists.apache.org/thread/4808w3h3s34pm3m9816p3gy8m2pj4mcr >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> Cheers, >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> Antoine >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> On May 8, 2023, at 11:09 PM, Sally MacFarlane < >>>>>>>>>>>>>>>>>>>>>>> sally.macfarl...@consensys.net> wrote: >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> I second this request. >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> A new release would also allow us (Besu) to update >> some >>>>>>>>>>>>>>>>> dependencies >>>>>>>>>>>>>>>>>>> - >>>>>>>>>>>>>>>>>>>>>>>> specifically antlr4 which was updated in this PR - >>>>>>>>>>>>>>>>>>>>>>>> https://github.com/apache/incubator-tuweni/pull/479 >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> On Thu, May 4, 2023 at 4:15 PM Justin Florentine < >>>>>>>>>>>>>>>>>>> jus...@florentine.us >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> wrote: >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> Hello Tuweni devs! I am a Besu dev, and we are >> trying >>>>> to >>>>>>>>> plan >>>>>>>>>>>>>> out >>>>>>>>>>>>>>>>>>> our >>>>>>>>>>>>>>>>>>>>>>>>> releases to support EIP-4844. We are eagerly >> awaiting >>>>> a >>>>>>>>> release >>>>>>>>>>>>>>>>>>> which >>>>>>>>>>>>>>>>>>>>>>>>> contains >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> >> https://github.com/apache/incubator-tuweni/pull/487 >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> appreciate any updates, thanks! >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> Sent with Proton Mail <https://proton.me/> secure >>>>>>> email. >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> *Sally MacFarlane *(she/her) || *Senior Developer* >>>>>>>>>>>>>>>>>>>>>>>> *Protocol Engineering Groups and Systems >> (ConsenSys)* >>>>>>>>>>>>>>>>>>>>>>>> sally.macfarl...@consensys.net >>>>>>>>>>>>>>>>>>>>>>>> Brisbane, Australia >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> *Sally MacFarlane *(she/her) || *Senior Developer* >>>>>>>>>>>>>>>>>>>>>> *Protocol Engineering Groups and Systems (ConsenSys)* >>>>>>>>>>>>>>>>>>>>>> sally.macfarl...@consensys.net <mailto: >>>>>>>>>>>>>>>>> sally.macfarl...@consensys.net> >>>>>>>>>>>>>>>>>>>>>> Brisbane, Australia >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> *Sally MacFarlane *(she/her) || *Senior Developer* >>>>>>>>>>>>>>>>>>>> *Protocol Engineering Groups and Systems (ConsenSys)* >>>>>>>>>>>>>>>>>>>> sally.macfarl...@consensys.net >>>>>>>>>>>>>>>>>>>> Brisbane, Australia >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> >>>>>>>>> >> --------------------------------------------------------------------- >>>>>>>>>>>>>>>>>>> To unsubscribe, e-mail: >> dev-unsubscr...@tuweni.apache.org >>>>>>>>>>>>>>>>>>> For additional commands, e-mail: >> dev-h...@tuweni.apache.org >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> *Sally MacFarlane *(she/her) || *Senior Developer* >>>>>>>>>>>>>>>>>> *Protocol Engineering Groups and Systems (ConsenSys)* >>>>>>>>>>>>>>>>>> sally.macfarl...@consensys.net >>>>>>>>>>>>>>>>>> Brisbane, Australia >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>> >> --------------------------------------------------------------------- >>>>>>>>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@tuweni.apache.org >>>>>>>>>>>>>>>>> For additional commands, e-mail: >> dev-h...@tuweni.apache.org >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> *Sally MacFarlane *(she/her) || *Senior Developer* >>>>>>>>>>>>>>>> *Protocol Engineering Groups and Systems (ConsenSys)* >>>>>>>>>>>>>>>> sally.macfarl...@consensys.net >>>>>>>>>>>>>>>> Brisbane, Australia >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>> >> --------------------------------------------------------------------- >>>>>>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@tuweni.apache.org >>>>>>>>>>>>>>> For additional commands, e-mail: dev-h...@tuweni.apache.org >>>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> -- >>>>>>>>>>>>> >>>>>>>>>>>>> *Sally MacFarlane *(she/her) || *Senior Developer* >>>>>>>>>>>>> *Protocol Engineering Groups and Systems (ConsenSys)* >>>>>>>>>>>>> sally.macfarl...@consensys.net >>>>>>>>>>>>> Brisbane, Australia >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>> --------------------------------------------------------------------- >>>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@tuweni.apache.org >>>>>>>>>>>> For additional commands, e-mail: dev-h...@tuweni.apache.org >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>> --------------------------------------------------------------------- >>>>>>>>>>> To unsubscribe, e-mail: dev-unsubscr...@tuweni.apache.org >>>>>>>>>>> For additional commands, e-mail: dev-h...@tuweni.apache.org >>>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> *Sally MacFarlane *(she/her) || *Senior Developer* >>>>>>>> *Protocol Engineering Groups and Systems (ConsenSys)* >>>>>>>> sally.macfarl...@consensys.net >>>>>>>> Brisbane, Australia >>>>>>> >>>>>>> >>>>>>> --------------------------------------------------------------------- >>>>>>> To unsubscribe, e-mail: dev-unsubscr...@tuweni.apache.org >>>>>>> For additional commands, e-mail: dev-h...@tuweni.apache.org >>>>>>> >>>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Sally MacFarlane *(she/her) || *Senior Developer* >>>>>> *Protocol Engineering Groups and Systems (ConsenSys)* >>>>>> sally.macfarl...@consensys.net >>>>>> Brisbane, Australia >>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: dev-unsubscr...@tuweni.apache.org >>>>> For additional commands, e-mail: dev-h...@tuweni.apache.org >>>>> >>>>> >>>> >>>> -- >>>> >>>> *Sally MacFarlane *(she/her) || *Senior Developer* >>>> *Protocol Engineering Groups and Systems (ConsenSys)* >>>> sally.macfarl...@consensys.net >>>> Brisbane, Australia >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@tuweni.apache.org >> For additional commands, e-mail: dev-h...@tuweni.apache.org >> >> > > -- > > *Sally MacFarlane *(she/her) || *Senior Developer* > *Protocol Engineering Groups and Systems (ConsenSys)* > sally.macfarl...@consensys.net > Brisbane, Australia