-
The latest Candid test suite extensions show that our decoding of service and function references isn’t great (need to do stricter checking in the type table).
Shouldn’t be too hard, but is also no…
-
Players have reported Thermal Elementals being pretty annoying to find, since they're biome specific and TF biomes are pretty huge, plus it's always a random chance if you're going to find one I guess…
-
@hansl asked
> Text to Blob how?
The only existing way so far is:
Take the string, iterate over `.chars()`, manually implement utf8-encoding, encode that sequence of bytes as base54, add the d…
-
Christoph says:
Oh, I don't like that omitting a type parameter defaults it to None... chasing that one down was a pain
Eg.
```
public func toArray(xs : Iter) : [A] {
let buffer = Buffer.…
-
Motoko now supports actor classes as compilation units, providing access to canister arguments.
However, we need to decide how to expose the canister argument as IDL to dfx etc.
-
Acceptance Criteria:
* [ ] As a DFINITY employee, I know the right answer to give about writing canisters in Rust, and there is a single best URL to link people to to learn how to do this.
* [ ] I c…
-
See: e.g.
https://github.com/purescript/package-sets/pull/749
https://github.com/dfinity/motoko-base/pull/197
https://github.com/dfinity/motoko-base/pull/199
-
https://github.com/dfinity/cancan/pull/88#issuecomment-781518119
```
Stderr:
Fatal error: exception "Assert_failure mo_idl/idl_to_mo.ml:107:9"
Raised at file "mo_idl/idl_to_mo.ml", line 107, cha…
-
As is our first use of dfinity and motoko I need to use it as microservice with my own backend so it'll be storage for the sensitive data.
I Searched the whole internet on how can I send request to…
-
There exist several technical bottlenecks to scale Proof-of-Work (PoW) blockchains. Some of them are the CPU time for transaction validation, the hard disk space to store the chain, and many others.
…