Luis Aguilar
Luis Aguilar
I'm getting a StackOverflowException when calling the Bundles.AddReference(string, string) in an MVC view. This happened since I updated to 2.2.1 from 2.0.0. Version: 2.2.1
## I'm submitting a... [ ] Regression [ ] Bug report [x] Feature request? [x] Documentation issue or request? [ ] Support request => Please do not submit support request...
I've been debugging `cz-conventional-changelog` trying to determine why is it not grabbing my `commitling.config.js` settings. After changing [`index.js#L45`](https://github.com/commitizen/cz-conventional-changelog/blob/master/index.js#L45) to log errors to the console, I saw this message: `TypeError: commitlintLoad...
### Proposed changes - Add CODE_OF_CONDUCT, CONTRIBUTORS, and SECURITY. - Add Github issue and PR templates
Adds a new `--rune ` flag to allow resuming a specific pending etching. This is useful in automated scenarios (if anyone else is into that kind of stuff) where you'd...
Add a new `ord wallet pending` command to list pending etchings, as mentioned by @raphjaph on #3679.
Add a new `ord wallet runic` command showing runic unspent outputs and balances. Solves #3729.
## Summary of Changes - Add unit tests to `codec.rs` to assert `Codec` implementations for the following works as expected: - `bdk::bitcoin::Amount` - `bdk::bitcoin::Script` - `bdk::bitcoin::secp256k1::ecdsa::RecoverableSignature` - `u64` - Add...
## Summary of changes This PR proposes to fragment the serialization (`Codec`) implementation for different primitives from [codec.rs](https://github.com/stacks-network/sbtc/blob/main/stacks-core/src/codec.rs) into separate modules, i.e.: `amount`, `recoverable_signature`, etc., rename some of the interfaces,...
### Description This PR renames `helium` to either `regtest` or `local testnet`, depending on the context. It provides a starting point to the migration from noble gas names to standard...