Bo Yao
                                            Bo Yao
                                        
                                    > This behavior is correct and expected to work this way. When you provide a value in your config.yaml file such value has the higher priority then default tag in...
Wrapper struct is also an option, but would cause changes to existing code for example above snippet all occurence of `SomeStruct.s` become `SomeStruct.s.0` or `SomeStruct.s.name`. I use this approach here...
serde, can handle this case, btw
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...
@olonho a working contract builder image, might be helpful to you
Sure On Sun, Nov 10, 2019 at 6:56 PM Bowen Wang wrote: > Good point. @ailisp can you setup code > coverage for this repo? > > — > You...
Don't like the idea of JSCL, I'd expect Common Lisp compiles to WebAssembly rather than interpreted in js. I think it's possible to compile embedded common lisp or clasp with...
@MaximusHaximus ptal :)
Pass to Application Team
There's state_migration pytest run in ci, which does a simple block production test. I think that should be enough as the dry run?