Ubuntu 24.04 LTS, nearest region
2 GB RAM / 1 AMD CPU / 50 GB NVMe
| module deployment_addr::billboard { | |
| use std::error; | |
| use std::signer; | |
| use std::string::{String}; | |
| use std::vector; | |
| use aptos_framework::event; | |
| use aptos_framework::timestamp; | |
| const ENOT_OWNER: u64 = 1; |
| //! Tests for the bonecoin wallet | |
| use super::*; | |
| use std::time::Instant; // TODO Import allowed? | |
| fn empty_wallet() -> Wallet { | |
| Wallet::new(vec![].into_iter()) | |
| } | |
| fn wallet_with_alice() -> Wallet { |