core-contracts icon indicating copy to clipboard operation
core-contracts copied to clipboard

docker builder for building contracts

Open ailisp opened this issue 4 years ago • 2 comments

#40 Also update all wasm to be built by this docker. By building on docker I found it's conflicting of rust-toolchain file and cargo +stable (error: stable is not installed). Since we want pinned toolchain, I think we should all stick with version in rust-toolchain file.

ailisp avatar Jun 04 '20 22:06 ailisp

We need also pin to a specific stable rust version to produce deterministic wasm output. We now pin rust-toolchain to nearcore's rust-toolchain, but that's a nightly and for use near-runtime-standalone in tests. Does latest (1.44.1) sounds good?

ailisp avatar Jun 19 '20 17:06 ailisp

@olonho a working contract builder image, might be helpful to you

ailisp avatar Jun 26 '20 16:06 ailisp