-
Notifications
You must be signed in to change notification settings - Fork 923
refactor(experimental): add constants to web3.js sham #1862
refactor(experimental): add constants to web3.js sham #1862
Conversation
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
8036a03
to
f9982dd
Compare
d3dafa5
to
2ffd298
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, but I think I'm going to take this opportunity to cast my vote for adding LAMPORTS_PER_SOL
to the new library.
People are going to be quite irked if that's gone.
It's not going to be that useful. The second that someone tries to do division they'll discover that you can't do division with It might be more useful to create a bunch of math helpers (also OMG I'd rather leave that up to others so that they carefully think about how and when they round). |
f9982dd
to
516772f
Compare
2ffd298
to
72b32f2
Compare
Merge activity
|
72b32f2
to
c2f6390
Compare
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
Addresses #1825.