leapdao / leap-node

LeapDAO validation node
https://docs.leapdao.org
Mozilla Public License 2.0
15 stars 11 forks source link

Stop using JSBI in favour of native BigInt #414

Closed troggy closed 4 years ago

troggy commented 4 years ago

Bounty

BigInt is supported since Node 10.4+ and is supported by all major browsers (Chrome, Firefox, Edge), so no reason to use JSBI polyfill anymore.

⚠️ Node 8 won't be supported after the change.

Scope

Deliverables

Gain for the project

cleaner code, less dependencies, less tech debt

Expert

Publicly visible delivery

Roles

bounty gardener: @troggy / 20 DAI bounty worker: @troggy / share bounty reviewer: @roleengineer / share

Funded by

Dev Circle

troggy commented 4 years ago

appears to be bigger issue (see linked leap-core PR). Requesting upsize