v1.0.0 Release planning
See original GitHub issueThe v1.0.0
version of the library will be released soon, this mainly builds upon the TypeScript
rewrite done by @the-jackalope in https://github.com/ethereumjs/ethereumjs-wallet/pull/93.
Testing of the current master
branch of the library is encouraged, please also note if you have suggestions for the release.
TODOs:
- Integrate to-be-released
ethereumjs-util
v7.0.0
version mainly based on the work done here https://github.com/ethereumjs/ethereumjs-util/pull/228 from @cgewecke - Wait for new
hdkey
dependency release (see comment below) to have asecp256k1
dependencies onv4
, release is promised over on the library 😄 - Remove
ProviderEngine
(needs discussion) https://github.com/ethereumjs/ethereumjs-wallet/issues/115 - Update to patched
ethereumjs-util
v7.0.2
release (BN.js v5/v4 interoperability issue) - Optional: add CHANGELOG entry from v0.6.4 release (on its own
v0.6.x
branch) - Optional: give
dependencies
anddevDependencies
another look, some more explicitTypeScript
version update (currently^3.2.2
)
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
1.0.0 Release Planning - HackMD
What is the minumum amount of time an RC should be out before we can promote it to 1.0.0? Release Process - What...
Read more >Version v1.0.0 - Turn-key research data management repository
0 Release Notes¶. We're happy to announce InvenioRDM v1.0! VERY IMPORTANT, read the full release notes before you install and run the system!...
Read more >Getting software version numbers right. v1.0.0.1 - Stack Overflow
I'm starting to like the Year.Release[.Build] convention that some apps (e.g. Perforce) use. Basically it just says the year in which you ...
Read more >A plan to release Bleve v1.0.0 and adopt Go modules
A plan to release Bleve v1.0.0 and adopt Go modules ... Bluge Labs has been up and running for a few months now,...
Read more >IG1190C AIOps Release Management v1.0.1 - TM Forum
Release Management is the process that defines the strategy for which new components and changes will be deployed to Production; ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@kumavis have added you, please just don’t do but communicate on what you are doing and planning frequently, thanks 🙂
@holgerd77 im interested in a
0.6.x
patch with node v12 support trying to identify a last-good commit for the0.6.x
version range https://github.com/ethereumjs/ethereumjs-wallet/commits/master can you help me identify the first breaking change commit? changelog did not mention anything https://github.com/ethereumjs/ethereumjs-wallet/blob/master/CHANGELOG.mdmaybe https://github.com/ethereumjs/ethereumjs-wallet/commit/695da18e4418261a86e22e28199089056fdfe599? so then changes since
0.6.3
up to that commit look like this: https://github.com/ethereumjs/ethereumjs-wallet/compare/e68a04290b6020c7d08d9f1e608df681bc75424d...c04b80e2b17e6f69171bb4ebd808d264737223fe#diff-c3b38b2d667a547e86b34134c77ff6f9 seems pretty safe. I’ll cut a branch and cherry-pick thescrypt
fix