Key changes
This release adds support for CreditCoin testnet and mainnet.
To enable mainnet, use the following config parameters:
--creditCoinRPC YOUR_WS_RPC
--creditCoinContract 0xaBf89de706B583424328B54dD05a8fC986750Da8
To enable testnet, use the following:
--creditCoinRPC YOUR_WS_RPC
--creditCoinContract 0xaBf89de706B583424328B54dD05a8fC986750Da8 //same as mainnet
What's Changed
- node(transfer verifier): Update TransferIsValid method to return results per Message rather than per Receipt by @johnsaigle in #4451
- fix(transfer verifier): Use Uint64() instead of parseUint for EVM chain ID conversion by @pleasew8t in #4483
- Add CODEOWNERS for Guardian Dependency Upgrades by @mdulin2 in #4480
- node: change default ethereum testnet to sepolia from holesky by @aadam-10 in #4484
- docs: add guide for working with JS packages securely by @johnsaigle in #4487
- docs(algorand): change npm install to npm ci; remove NOTES file by @johnsaigle in #4488
- node(near): Replace
npm install
withnpm ci
by @johnsaigle in #4490 - feat: add plasma, creditcoin, and missing xrplevm values by @aapclark in #4494
- ci: Fix lint issues from Rust 1.9.0 release by @djb15 in #4502
- node: create SafeRead function to replace io.ReadAll by @djb15 in #4499
- Reserving Stacks chainID by @fergarrui in #4503
- node: Fix manually protected peers logic by @djb15 in #4500
- node: Add timestamp to reobservation request by @djb15 in #4501
- node: Governor token list update by @djb15 in #4492
Full Changelog: v2.43.0...v2.44.0