Skip to content

Commit

Permalink
fix: update contract docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Nov 23, 2023
1 parent b1d2e34 commit cebdda1
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BitcoinTx
[Git Source](https://github.com/bob-collective/bob/blob/d9da9844231f0238dc8154200871bc3b4af31769/src/bridge/BitcoinTx.sol)
[Git Source](https://github.com/bob-collective/bob/blob/b1d2e344f73495bf4b7b0690a66a25fa4693d0c3/src/bridge/BitcoinTx.sol)

Allows to reference Bitcoin raw transaction in Solidity.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BridgeState
[Git Source](https://github.com/bob-collective/bob/blob/d9da9844231f0238dc8154200871bc3b4af31769/src/bridge/BridgeState.sol)
[Git Source](https://github.com/bob-collective/bob/blob/b1d2e344f73495bf4b7b0690a66a25fa4693d0c3/src/bridge/BridgeState.sol)


## Structs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IRelay
[Git Source](https://github.com/bob-collective/bob/blob/d9da9844231f0238dc8154200871bc3b4af31769/src/bridge/IRelay.sol)
[Git Source](https://github.com/bob-collective/bob/blob/b1d2e344f73495bf4b7b0690a66a25fa4693d0c3/src/bridge/IRelay.sol)

Contains only the methods needed by tBTC v2. The Bitcoin relay
provides the difficulty of the previous and current epoch. One
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# WitnessTx
[Git Source](https://github.com/bob-collective/bob/blob/d9da9844231f0238dc8154200871bc3b4af31769/src/bridge/WitnessTx.sol)
[Git Source](https://github.com/bob-collective/bob/blob/b1d2e344f73495bf4b7b0690a66a25fa4693d0c3/src/bridge/WitnessTx.sol)


## State Variables
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# DummyRelay
[Git Source](https://github.com/bob-collective/bob/blob/d9da9844231f0238dc8154200871bc3b4af31769/src/relay/DummyRelay.sol)
[Git Source](https://github.com/bob-collective/bob/blob/b1d2e344f73495bf4b7b0690a66a25fa4693d0c3/src/relay/DummyRelay.sol)

[//]: # (**Inherits:**)
**Inherits:**

[//]: # ([IRelay](/docs/docs/contracts/src/src/bridge/IRelay.sol/interface.IRelay.md))
[IRelay](../../bridge/IRelay.sol/interface.IRelay.md)

*DEV-only!*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# LightRelay
[Git Source](https://github.com/bob-collective/bob/blob/d9da9844231f0238dc8154200871bc3b4af31769/src/relay/LightRelay.sol)
[Git Source](https://github.com/bob-collective/bob/blob/b1d2e344f73495bf4b7b0690a66a25fa4693d0c3/src/relay/LightRelay.sol)

[//]: # (**Inherits:**)
**Inherits:**

[//]: # (Ownable, [ILightRelay](/docs/docs/contracts/src/src/relay/LightRelay.sol/interface.ILightRelay.md))
Ownable, [ILightRelay](../../relay/LightRelay.sol/interface.ILightRelay.md)

*THE RELAY MUST NOT BE USED BEFORE GENESIS AND AT LEAST ONE RETARGET.*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ILightRelay
[Git Source](https://github.com/bob-collective/bob/blob/d9da9844231f0238dc8154200871bc3b4af31769/src/relay/LightRelay.sol)
[Git Source](https://github.com/bob-collective/bob/blob/b1d2e344f73495bf4b7b0690a66a25fa4693d0c3/src/relay/LightRelay.sol)

[//]: # (**Inherits:**)
**Inherits:**

[//]: # ([IRelay](/docs/docs/contracts/src/src/bridge/IRelay.sol/interface.IRelay.md))
[IRelay](../../bridge/IRelay.sol/interface.IRelay.md)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RelayUtils
[Git Source](https://github.com/bob-collective/bob/blob/d9da9844231f0238dc8154200871bc3b4af31769/src/relay/LightRelay.sol)
[Git Source](https://github.com/bob-collective/bob/blob/b1d2e344f73495bf4b7b0690a66a25fa4693d0c3/src/relay/LightRelay.sol)


## Functions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Epoch
[Git Source](https://github.com/bob-collective/bob/blob/d9da9844231f0238dc8154200871bc3b4af31769/src/relay/LightRelay.sol)
[Git Source](https://github.com/bob-collective/bob/blob/b1d2e344f73495bf4b7b0690a66a25fa4693d0c3/src/relay/LightRelay.sol)


```solidity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Bridge
[Git Source](https://github.com/bob-collective/bob/blob/d9da9844231f0238dc8154200871bc3b4af31769/src/swap/Bridge.sol)
[Git Source](https://github.com/bob-collective/bob/blob/b1d2e344f73495bf4b7b0690a66a25fa4693d0c3/src/swap/Bridge.sol)


## State Variables
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BtcMarketPlace
[Git Source](https://github.com/bob-collective/bob/blob/d9da9844231f0238dc8154200871bc3b4af31769/src/swap/Btc_Marketplace.sol)
[Git Source](https://github.com/bob-collective/bob/blob/b1d2e344f73495bf4b7b0690a66a25fa4693d0c3/src/swap/Btc_Marketplace.sol)


## State Variables
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MarketPlace
[Git Source](https://github.com/bob-collective/bob/blob/d9da9844231f0238dc8154200871bc3b4af31769/src/swap/Marketplace.sol)
[Git Source](https://github.com/bob-collective/bob/blob/b1d2e344f73495bf4b7b0690a66a25fa4693d0c3/src/swap/Marketplace.sol)


## State Variables
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BobWrappedBtc
[Git Source](https://github.com/bob-collective/bob/blob/d9da9844231f0238dc8154200871bc3b4af31769/src/swap/Wrapped.sol)
[Git Source](https://github.com/bob-collective/bob/blob/b1d2e344f73495bf4b7b0690a66a25fa4693d0c3/src/swap/Wrapped.sol)

**Inherits:**
ERC20, ERC20Burnable, Ownable
Expand Down

0 comments on commit cebdda1

Please sign in to comment.