Skip to content

Commit

Permalink
proxy gen - revert rust-testing-framework-tester upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Aug 19, 2024
1 parent 581c4d4 commit d235aeb
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 439 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ main = "rust-testing-framework-tester"
# the only purpose of this config is to specify the allocator
[contracts.rust-testing-framework-tester]
allocator = "static64k"

[[proxy]]
path = "src/rust_testing_framework_tester_proxy.rs"
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
multiversx_sc::imports!();

#[multiversx_sc::module]
pub trait DummyModule {
fn some_function(&self) -> BigUint {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#![no_std]

use multiversx_sc::proxy_imports::*;
multiversx_sc::imports!();
multiversx_sc::derive_imports!();

pub mod dummy_module;
pub mod rust_testing_framework_tester_proxy;

#[type_abi]
#[derive(TopEncode, TopDecode, Clone, Debug, PartialEq, Eq)]
#[derive(TopEncode, TopDecode, TypeAbi, Clone, Debug, PartialEq, Eq)]
pub struct NftDummyAttributes {
pub creation_epoch: u64,
pub cool_factor: u8,
Expand Down
Loading

0 comments on commit d235aeb

Please sign in to comment.