-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(WIP) MFT batch transfers #1
base: master
Are you sure you want to change the base?
Conversation
trait ValueReturnTrait { | ||
fn value_please(&self, num_tokens: usize, amount_to_return: String) -> PromiseOrValue<Vec<U128>>; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does this need to be repeated?
[package] | ||
name = "defi" | ||
version = "0.0.1" | ||
authors = ["Near Inc <[email protected]>"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: replace with your info throughout
cd "`dirname $0`" | ||
|
||
cargo build --all --target wasm32-unknown-unknown --release | ||
cp $TARGET/wasm32-unknown-unknown/release/defi.wasm ./res/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cp $TARGET/wasm32-unknown-unknown/release/*.wasm ./res
?
nep-246 = { path = "../../" } | ||
[dev-dependencies] | ||
anyhow = "1.0" | ||
near-primitives = "0.5.0" | ||
near-sdk = "4.0.0-pre.6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bump this latest
Done:
In progress: