Giter Site home page Giter Site logo

Comments (13)

pipermerriam avatar pipermerriam commented on May 3, 2024 8

Python Update

  • web3 v4 is nearing a stable release.
  • first trinity alpha should be right around the corner. We're polishing off a minimal MVP with a limited subset of the light client sync, a limited subset of the JSON-RPC API and the ability to drop into a python REPL with a web3 instance connected to the node.

from pm.

LefterisJP avatar LefterisJP commented on May 3, 2024 5

It would be nice if we could discuss EIP 712, figure out a proper scope for it, address the malleability issue and finalize it.

Essentially the discussion has been going on for ages and the scope is in danger of reaching that of EIP 719. Also a malleability issue was discovered and some solutions were proposed for it.

I would like to see if we could differentiate the two EIPs, keep 712's scope small and see what are the steps to follow towards finalizing it and making sure clients that need to request signing permission implement it.

from pm.

5chdn avatar 5chdn commented on May 3, 2024 4

Parity Update

  • finished integrating the PWasm VM (testing it on Kovan now, hard-fork at block 6600000)
    • this will enable Wasm VM in addition to Ethereum VM
    • WVM and EVM contracts are able to interact
    • there was a talk at EthCC demoing this (unfortunately, unrecorded)
    • tutorials available for Rust -> Wasm contracts at pwasm-tutorial
  • outsourcing the wallet UI to make space for a light wallet (github/parity-js)
    • parity wallet is now a stand-alone electron wallet
    • the built-in UI is disabled by default (but can still be forced to run)
  • light sync now uses a trusted block header RLP to speed things up significantly (PR pending parity/8075)
  • Whisper is getting a command-line interface (PR pending parity/8201)
  • complete overhaul of the transaction queue (PR pending parity/8074)
  • refactoring of our engines to allow future PoS implementations (Casper FFG)

from pm.

AlexeyAkhunov avatar AlexeyAkhunov commented on May 3, 2024 4

Turbo-Geth update:

  • implemented hashfile optimisation (hashes of the top 5 levels of the state hex tree in a memory-mapped file): https://medium.com/@akhounov/thank-you-and-current-status-of-turbo-geth-885e6e033b32
  • fixed lots of tests, but not finished
  • started to test and fix API functionality. First was storageRangeAt(). To make it work, had to further decouple database from the hex tree, so that API works only off the database, without ever building the hex tree
  • started to test sync with "normal" memory (4-16 Gb). Found lots of issues and fixing them now.

from pm.

chfast avatar chfast commented on May 3, 2024 4

cpp-ethereum update:

  • A lot of changes around VM related to EVM-C and eWASM support.
  • Database fixes and improvements.
  • Network and blockchain sync fixes.
  • libscrypt integration via Hunter.

All merged PRs since last month.

from pm.

chrishobcroft avatar chrishobcroft commented on May 3, 2024 3

Please can I contact the person who makes the live-stream for this event?

I see you are using YouTube for streaming, I would like to work out how you might be able to use Livepeer, which is an Ethereum-based livestreaming platform.

For more details, see www.livepeer.org or contact me at [email protected]

from pm.

mkalinin avatar mkalinin commented on May 3, 2024 2

Harmony Update

  • we did a release with performance improvements and some other fixes (1.7.0), latest version is here 1.7.1
  • there is, also, a good progress in Casper research, currently waiting for updates from pyethapp to adopt them and setup test network from scratch (it fell apart a week ago cause deposit scaling factor became zero)

from pm.

vogelito avatar vogelito commented on May 3, 2024 1

Hi,

I’m not sure this is the right spot to leave comments, so please point me in the right direction if not. As context, we operate a digital currency exchange that has supported ethereum since early 2016.

I just went through the meeting notes for meeting 35 and have some thoughts:

  • first of all, thank you so much for posting these notes. They are incredibly useful
  • more frequent/smaller hard forks are probably very nice for a development team, but not as great for the rest of the community. In 2016 when the network was attacked, we really struggled with operations, customer communication, etc... right now ethereum forks are big news so there’s significant exposure, news translation (our customers don’t speak English) and it makes thing easier(ish), having them very frequent would be harder for us
  • please please please don’t get rid of the geth console. It’s absolutely priceless and incredibly valuable to us

Thanks and keep up the amazing work!

from pm.

5chdn avatar 5chdn commented on May 3, 2024 1

@vogelito just put it on the #36 agenda.

I have to admit I use the Geth console daily, one thing that bothered me that Parity does not have it ;)

from pm.

fulldecent avatar fulldecent commented on May 3, 2024

@lrettig @Souptacular Hello, this is regarding your note on EIP-1 / magicians.

Please quickly share a link if you have more information on the Ethereum Magicians event that happened this week. I believe I am involved with that group but I didn't know of this meeting.

I have come to Dallas for this weekend and will be representing the Magicians at the Explore 721 event to explain what's coming up, give some of my own spin (among other topics).

One of the people reading this message may possibly be attending the Dallas event Saturday (today/tomorrow depending on your timezone). If yes and if you have more information on this please call me, I think you can get my number.

from pm.

lrettig avatar lrettig commented on May 3, 2024

Hi @fulldecent, I think there may have been a miscommunication/misunderstanding here. There was no Fellowship meeting this week. There was an All Core Devs call yesterday (which is what this thread is about). See my reply to your post on the Fellowship forum at https://ethereum-magicians.org/t/impressions-of-the-first-fellowship-meeting/66/5?u=lrettig for more.

from pm.

fulldecent avatar fulldecent commented on May 3, 2024

Thank you, much appreciated.

from pm.

emmonspired avatar emmonspired commented on May 3, 2024

This issue of signing data in a visible format has already been supported by MetaMask's personal_sign method. I wrote a white paper regarding its usage for authentication and verification of messages with it. https://steemit.com/ethereum/@emmonspired/whitepaper-and-demo-ux-for-authenticated-and-verified-erc20-payments-using-metamask-and-ethsigutil

I am using personal_sign with MetaMask over eth_sign

from pm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.