-
We currently have two `Fr` implementations, one in bb.js and one in Foundation. These are incompatible with each other, since one uses Uint8Arrays to store the field value, and the other bigint. The `…
-
Here's the error message that prompts:
Unable to find the declaration file for module "smalltalk". "d:/Scripts/Encapsulationcode/bgxxzsRunlocally/node_modules/smalltalk/lib/smalltalk.js" implicitly h…
-
### Description
I updated from version 8 to 9, and since my RSA keys were not long enough I got the error: "secretOrPrivateKey has a minimum key size of 2048 bits for RS256"
I do not want to cha…
toabm updated
2 months ago
-
package.json
```json
{
"@nestjs/common": "^9.0.0",
"typeorm": "^0.3.17",
"nestjs-paginate": "^9.0.0",
}
```
customer.entity.ts
```typescript
@Entity()
export class Customer {
…
-
MyContextSwitcher is just a wrapper around ContextSwitcher that provider the owner context. Update this to TS.
-
From https://github.com/phetsims/perennial/issues/370
- [x] Move this code to ~perennial-alias~ `chipper/js/grunt/tasks` and use `getOption`
- [x] Rename `hook-pre-commit.ts` to `pre-commit.ts`. And …
-
A test failed on a tracked branch
```
AssertionError: Timed out retrying after 300000ms: Expected to find element: `[data-test-subj^="filter-badge"]`, but never found it.
at eval (webpack:///./e2…
-
## Description
In order to support puya breakpoint debugging, `algokit-utils-{ ts | py }` needs to update the avm debugger artifact preparation flow.
## Technical Details
* `algokit-utils-{ ts | p…
-
**Describe the bug**
When trying to use the client library on [Deno Deploy](https://deno.com/deploy), there is the following error:
```
TypeError: Deno.permissions.querySync is not a function
…
-
### What version of Stacks.js are you using?
7.0.3
### Describe the bug
Seems the `makeUnsignedSTXTokenTransfer` builder is missing an `undefined` check for automatically setting the fee and nonce,…