Skip to content

Commit

Permalink
node: fix archive tests
Browse files Browse the repository at this point in the history
- Update CHANGELOG
  • Loading branch information
Neotamandua committed Feb 13, 2025
1 parent 1cc4c72 commit 8f00490
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/src/archive/moonlight.rs
Original file line number Diff line number Diff line change
Expand Up @@ -755,12 +755,12 @@ mod tests {
use std::env;
use std::path::PathBuf;

use dusk_core::abi::{ContractId, CONTRACT_ID_BYTES};
use dusk_core::signatures::bls::SecretKey;
use dusk_core::transfer::withdraw::WithdrawReceiver;
use dusk_core::transfer::{
ConvertEvent, DepositEvent, MoonlightTransactionEvent, WithdrawEvent,
};
use dusk_core::{ContractId, CONTRACT_ID_BYTES};
use node_data::events::contract::{
ContractEvent, ContractTxEvent, WrappedContractId, ORIGIN_HASH_BYTES,
};
Expand Down
2 changes: 1 addition & 1 deletion node/src/archive/sqlite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ mod tests {
use std::env;
use std::path::PathBuf;

use dusk_core::ContractId;
use dusk_core::abi::ContractId;
use node_data::events::contract::{ContractEvent, WrappedContractId};
use rand::distributions::Alphanumeric;
use rand::Rng;
Expand Down
2 changes: 2 additions & 0 deletions rusk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add `abi::public_sender` [#3341]
- Add `[vm]` config section [#3341]
- Add CONTRACT_TO_ACCOUNT inflow case on archive moonlight filtering [#3494]

### Changed

Expand Down Expand Up @@ -325,6 +326,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add build system that generates keys for circuits and caches them.

<!-- Issues -->
[#3494]: https://github.com/dusk-network/rusk/issues/3494
[#3481]: https://github.com/dusk-network/rusk/issues/3481
[#3359]: https://github.com/dusk-network/rusk/issues/3359
[#3422]: https://github.com/dusk-network/rusk/issues/3422
Expand Down

0 comments on commit 8f00490

Please sign in to comment.