rgb-std icon indicating copy to clipboard operation
rgb-std copied to clipboard

RGB standard libs for WASM & low-level integrations (no FS/networking)

Results 22 rgb-std issues
Sort by recently updated
recently updated
newest added

Upon: * transaction mining for the new state transitions (including blanks) * re-orgs in the blockchain The updpate should be triggered by a wallet, which should use data it receives...

enhancement
good first issue

https://github.com/rgb-org/rgb-core/blob/4e29b8082c0a69cc906fa8d4f604f2980dad17f5/src/stash/disclosure.rs#L360

epic

https://github.com/rgb-org/rgb-core/blob/4e29b8082c0a69cc906fa8d4f604f2980dad17f5/src/stash/consignment.rs#L152

This solves the problem with saving and restoring Stock and related persistence objects in a custom way. If a client of the library want to use custom store and load...

epic
refactoring

I noticed that now there are `GenesisIface`, `TransitionIface`, and `ExtensionIface`, related to `ContractBuilder`, and `TransitionBuilder`. But there is no ExtensionBuilder, so do we also need an `ExtensionBuilder`? I also noticed...

Background: Now there are `Amount`, and `Ownedfraction` in the RGB invoice module, that is `pub struct Amount( u64);` and `pub struct OwnedFraction(u64);`. We can perform a state change operation for...

enhancement

The `Stock::blank_builder` and `TransitionBuilder::blank_transition` methods require an `iface` in order to construct a blank transition. I expect it to get the iface of the asset that is being moving with...

enhancement

Trying to spend the allocations received with a transfer that spent opret and tapret at the same time, the transfer fails with this error: ``` called `Result::unwrap()` on an `Err`...

bug