Feature/expanded events (#1015)
* Expanded emitted events for delegation-related transactions * Expanded emitted events for gateway-related transactions * Expanded emitted events for mixnode-related transactions * Expanded emitted events for settings update transaction * Expanded emitted events for rewarding-related transactions * Fixed attribute look up in tests * Making linter happier * Reorganised cosmwasm contract-related modules * Introduced similar event handling to the vesting contract
This commit is contained in:
committed by
GitHub
parent
e2e06df4e6
commit
6b3700aefe
@@ -8,7 +8,7 @@ use crate::network_monitor::test_packet::{NodeType, TestPacket};
|
||||
use crate::network_monitor::test_route::TestRoute;
|
||||
use crypto::asymmetric::{encryption, identity};
|
||||
use log::info;
|
||||
use mixnet_contract::{Addr, GatewayBond, Layer, MixNodeBond};
|
||||
use mixnet_contract_common::{Addr, GatewayBond, Layer, MixNodeBond};
|
||||
use nymsphinx::addressing::clients::Recipient;
|
||||
use nymsphinx::forwarding::packet::MixPacket;
|
||||
use rand::seq::SliceRandom;
|
||||
|
||||
Reference in New Issue
Block a user