Giter Club home page Giter Club logo

Comments (20)

Anmilover avatar Anmilover commented on May 27, 2024 1

from blockchain_go.

BryceWayne avatar BryceWayne commented on May 27, 2024 1

elliptic.p256Curve should have no exported fields, right? Because of p being lowercase. Inspecting further.

from blockchain_go.

BryceWayne avatar BryceWayne commented on May 27, 2024 1

Here is why. https://cs.opensource.google/go/go/+/refs/tags/go1.19.4:src/crypto/elliptic/nistec.go;l=35;drc=38cfb3be9d486833456276777155980d1ec0823e

The field is not accessible outside the file.

from blockchain_go.

mithleshmeghwal0 avatar mithleshmeghwal0 commented on May 27, 2024 1

Yup, i inspected until this point, but can we do any work around this ?

from blockchain_go.

BryceWayne avatar BryceWayne commented on May 27, 2024 1

For context, https://stackoverflow.com/questions/32676898/whats-the-purpose-of-gob-register-method
The problem is saving the wallets map so that we can always reconstruct the data... Just thinking out loud.

from blockchain_go.

BryceWayne avatar BryceWayne commented on May 27, 2024 1

One way might be to create your own type/interface to access to field...
https://stackoverflow.com/questions/42664837/how-to-access-unexported-struct-fields

from blockchain_go.

mithleshmeghwal0 avatar mithleshmeghwal0 commented on May 27, 2024 1

Yup, i will try to create interface and i will comment or probably create PR for this . Thanks @BryceWayne

from blockchain_go.

atsuyaourt avatar atsuyaourt commented on May 27, 2024 1

Here is my workaround (see lns 89-143). Then remove ln 66 and ln 82 from wallets.go.

I implemented GobEncoder/GobDecoder interfaces to the Wallet struct so gob.Register(elliptic.P256()) can be removed.

from blockchain_go.

BryceWayne avatar BryceWayne commented on May 27, 2024

@mithleshmeghwal0 Which code section?

from blockchain_go.

mithleshmeghwal0 avatar mithleshmeghwal0 commented on May 27, 2024

@BryceWayne

log.Panic(err)

its failing on this line
Screeshot is from my local, so line number may differ
Screenshot 2565-12-26 at 11 34 34

from blockchain_go.

mithleshmeghwal0 avatar mithleshmeghwal0 commented on May 27, 2024

@BryceWayne i tried to build a package with elliptic , but it still failed
@Jeiwan

from blockchain_go.

LangLiBa avatar LangLiBa commented on May 27, 2024

@BryceWayne

log.Panic(err)

its failing on this line
Screeshot is from my local, so line number may differ
Screenshot 2565-12-26 at 11 34 34

Did you fix these,please?

from blockchain_go.

Anmilover avatar Anmilover commented on May 27, 2024

from blockchain_go.

mithleshmeghwal0 avatar mithleshmeghwal0 commented on May 27, 2024

Seems @LangLiBa this repo is outdated, i created this issue long ago, there is no reply. I fixed this by using 1.18.9 go version.
I could have pursued to fix this, but my objective was to learn blockchain, not to fix this

from blockchain_go.

LangLiBa avatar LangLiBa commented on May 27, 2024

Seems @LangLiBa this repo is outdated, i created this issue long ago, there is no reply. I fixed this by using 1.18.9 go version. I could have pursued to fix this, but my objective was to learn blockchain, not to fix this

Ok, thanks a lot.

from blockchain_go.

BryceWayne avatar BryceWayne commented on May 27, 2024

Seems @LangLiBa this repo is outdated, i created this issue long ago, there is no reply. I fixed this by using 1.18.9 go version. I could have pursued to fix this, but my objective was to learn blockchain, not to fix this

Thanks @mithleshmeghwal0

from blockchain_go.

zzylmt avatar zzylmt commented on May 27, 2024

I'm getting the same error, how should I fix this problem

from blockchain_go.

Anmilover avatar Anmilover commented on May 27, 2024

from blockchain_go.

zzylmt avatar zzylmt commented on May 27, 2024

Is there another solution? Or please update the code based on the latest go version?thx.

from blockchain_go.

Anmilover avatar Anmilover commented on May 27, 2024

from blockchain_go.

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.