bob
bob copied to clipboard
BOB is a hybrid L2 that combines the security of Bitcoin with the versatility of Ethereum.
Urgent - [x] Update discord link to BOB #209 - [x] #209 - [x] #214 - [x] #215 - [x] #220 - [x] #223 - [x] #224 - [x] #230...
**Is your feature request related to a problem? Please describe.** The SDK has little documentation and we hadn't had time yet to bring it to a state where others can...
commit 06c1804 renamed sdk/scripts/init-bridge.ts to sdk/scripts/relay-genesis.ts
Very rough, needs cleanup and tests
**Is your feature request related to a problem? Please describe.** Export Ordinals clients in the sdk **Describe the solution you'd like** Just add missing export
**Abstract** Add optimistic merged mining to the BOB OP stack rollup to allow Bitcoin miners to validate the rollup. **Goals** Plain OP stack depends only on Ethereum security for the...
**Problem:** In the `Ord_Marketplace.sol` -> `proofOrdinalSellOrder()` method, there is a lack of verification for the correct transfer of the satoshi to the buyer's address. While the contract checks that the...
**Problem** `getTxOutputValue` panics with `EvmError: OutOfGas` error when invalid input is provided. [Testcase](https://github1s.com/bob-collective/bob/blob/master/test/BitcoinTx.t.sol#L147-L158) to trigger the corner case. _Originally posted by @nakul1010 in https://github.com/bob-collective/bob/pull/119#discussion_r1439668958_
**Is your feature request related to a problem? Please describe.** Sometimes is ideal to allow wallet to broadcast transactions instead of doing it in our end. So it is ideal...