Package detail

@celo/wallet-base

celo-org175kApache-2.07.0.1

Wallet base implementation

celo, blockchain, sdk

readme

Developer Tooling

This repository contains the source code for various JS/TS developer tools and CLI(s) released by cLabs for the Celo community.

How we work

We are a GitHub-first team, which means we have a strong preference for communicating via GitHub. Please use GitHub to:

🐞 File a bug report

💬 Ask a question

Suggest a feature

🧑‍💻 Contribute!

🚔 Report a security vulnerability

[!TIP]

Please avoid messaging us via Slack, Telegram, or email. We are more likely to respond to you on GitHub than if you message us anywhere else. We actively monitor GitHub, and will get back to you shortly 🌟

Code

This repository contains source code for:

Contributing

If you're interested in contributing, please read the contributing docs before submitting a pull request.

Documentation

Head to the documentation to read and learn more about Celo SDK(s) and CLI(s).

Community

Check out the following places for more developer tooling-related content:

Authors

changelog

@celo/wallet-base

7.0.1

Patch Changes

  • #558 f11a069 Thanks @aaronmgdr! - Fix incorrect repo link in package.json

  • Updated dependencies [f11a069]:

    • @celo/base@7.0.2
    • @celo/connect@6.1.2
    • @celo/utils@8.0.2

7.0.1-beta.0

7.0.0

Patch Changes

7.0.0-beta.1

7.0.0-beta.0

Patch Changes

6.0.4

Patch Changes

6.0.4-beta.1

6.0.3-beta.1

Patch Changes

  • #434 c4b9c6d Thanks @aaronmgdr! - Force patch bump wallets to deal with version conflict

  • Updated dependencies [fb08485]:

    • @celo/connect@6.1.0-beta.1

6.0.2-beta.2

6.0.2-beta.1

Patch Changes

6.0.2-beta.0

Patch Changes

  • Updated dependencies [4ef76eb]:
    • @celo/base@7.0.0-beta.0
    • @celo/utils@8.0.0-beta.0
    • @celo/connect@6.0.3-beta.0

6.0.2

6.0.1

Patch Changes

  • Updated dependencies [d245703]:
    • @celo/connect@6.0.1

6.0.1-beta.0

Patch Changes

  • Updated dependencies [d245703]:
    • @celo/connect@6.0.1-beta.0

6.0.0

Major Changes

  • #239 66972eb Thanks @nicolasbrugneaux! - Remove support for celo-legacy and cip42 transaction serialization and signing. These were the transaction types that supported gatewayFee. Transactions that specify feeCurrency and gasPrice togther will now throw. Users should migrate these to either ethereum type 0, eip1559 and cip64 style transactions depending on their need.

Minor Changes

  • #59 38b2631 Thanks @nicolasbrugneaux! - CHANGE - Replaced all deprecated cryptographic depencies with the audited and maintained suite of crypto libraries @noble/* and @scure/*

  • #264 59f4b42 Thanks @nicolasbrugneaux! - Add support for serializing, sending, parsing and deserializing cip66 transactions. This tx type is preffered over cip64 when paying for gas with tokens. Like eip1559 maxFeePerGass and maxPriorityFeePerGas are denominated in CELO. To create an cip66 transaction with Contractkit call the kit.populateMaxFeeInToken method with your transaction and then send it.

Patch Changes

6.0.0-beta.3

6.0.0-beta.2

Minor Changes

  • #264 59f4b42 Thanks @nicolasbrugneaux! - Add support for serializing, sending, parsing and deserializing cip66 transactions. This tx type is preffered over cip64 when paying for gas with tokens. Like eip1559 maxFeePerGass and maxPriorityFeePerGas are denominated in CELO. To create an cip66 transaction with Contractkit call the kit.populateMaxFeeInToken method with your transaction and then send it.

Patch Changes

  • Updated dependencies [59f4b42]:
    • @celo/connect@6.0.0-beta.1

6.0.0-beta.1

6.0.0-beta.0

Major Changes

  • #239 66972eb Thanks @nicolasbrugneaux! - Remove support for celo-legacy and cip42 transaction serialization and signing. These were the transaction types that supported gatewayFee. Transactions that specify feeCurrency and gasPrice togther will now throw. Users should migrate these to either ethereum type 0, eip1559 and cip64 style transactions depending on their need.

Minor Changes

  • #59 38b2631 Thanks @nicolasbrugneaux! - CHANGE - Replaced all deprecated cryptographic depencies with the audited and maintained suite of crypto libraries @noble/* and @scure/*

Patch Changes

5.2.0

Minor Changes

Patch Changes

5.2.0-beta.0

Minor Changes

Patch Changes

  • #168 c42682d Thanks @renovate! - Bump web3-* to 1.10.4 -- Some consumers may be forced to upgrade their web3 instance to the same version

  • Updated dependencies [c42682d, 08b0d6a, 5335af5, 08b0d6a, 08b0d6a]:

    • @celo/connect@5.3.0-beta.0
    • @celo/utils@6.0.1-beta.0
    • @celo/base@6.0.1-beta.0

5.1.3

Patch Changes

  • Updated dependencies [28cd8f8]:
    • @celo/connect@5.2.0

5.1.3-beta.0

Patch Changes

  • Updated dependencies [28cd8f8]:
    • @celo/connect@5.2.0-beta.0

5.1.2

Patch Changes

  • Updated dependencies [6b2e34c]:
    • @celo/utils@6.0.0
    • @celo/connect@5.1.2

5.1.2-beta.0

Patch Changes

  • Updated dependencies [6b2e34c]:
    • @celo/utils@6.0.0-beta.0
    • @celo/connect@5.1.2-beta.0

5.1.1

Patch Changes

  • Updated dependencies [679ef0c60]
  • Updated dependencies [97d5ccf43]
    • @celo/connect@5.1.1
    • @celo/base@6.0.0
    • @celo/utils@5.0.6

5.1.1-beta.0

Patch Changes

  • Updated dependencies [97d5ccf43]
    • @celo/base@6.0.0-beta.0
    • @celo/connect@5.1.1-beta.0
    • @celo/utils@5.0.6-beta.0

5.1.0

Minor Changes

Patch Changes

  • 53bbd4958: Note celo sdk packages will no longer be fix bumped (ie will not share the same version always) and will now use ^range when depending on each other
  • Updated dependencies [d48c68afc]
  • Updated dependencies [53bbd4958]
  • Updated dependencies [53bbd4958]
    • @celo/connect@5.1.0
    • @celo/utils@5.0.5
    • @celo/base@5.0.5

5.1.0-beta.0

Minor Changes

Patch Changes

  • 53bbd4958: Note celo sdk packages will no longer be fix bumped (ie will not share the same version always) and will now use ^range when depending on each other
  • Updated dependencies [d48c68afc]
  • Updated dependencies [53bbd4958]
  • Updated dependencies [53bbd4958]
    • @celo/connect@5.1.0-beta.0
    • @celo/utils@5.0.5-beta.0
    • @celo/base@5.0.5-beta.0