Skip to content

Commit

Permalink
chore: add proposer to the block (#99)
Browse files Browse the repository at this point in the history
* chore: add proposer to the block
  • Loading branch information
negar-abbasi authored Nov 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3765fb1 commit 42a3756
Showing 33 changed files with 720 additions and 769 deletions.
10 changes: 5 additions & 5 deletions docs/code/enums/types_subscription.BalanceChangeRole.md
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ Account was creating an asset and holds the full asset supply

#### Defined in

[types/subscription.ts:195](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L195)
[types/subscription.ts:197](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L197)

___

@@ -39,7 +39,7 @@ A balance change with this role will always have a 0 amount and use the asset ma

#### Defined in

[types/subscription.ts:199](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L199)
[types/subscription.ts:201](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L201)

___

@@ -51,7 +51,7 @@ Account was having an asset amount closed to it

#### Defined in

[types/subscription.ts:193](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L193)
[types/subscription.ts:195](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L195)

___

@@ -63,7 +63,7 @@ Account was receiving a transaction

#### Defined in

[types/subscription.ts:191](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L191)
[types/subscription.ts:193](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L193)

___

@@ -75,4 +75,4 @@ Account was sending a transaction (sending asset and/or spending fee if asset `0

#### Defined in

[types/subscription.ts:189](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L189)
[types/subscription.ts:191](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/subscription.ts#L191)
13 changes: 13 additions & 0 deletions docs/code/interfaces/types_block.Block.md
Original file line number Diff line number Diff line change
@@ -27,6 +27,7 @@ https://github.com/algorand/go-algorand/blob/master/data/bookkeeping/block.go#L3
- [partupdrmv](types_block.Block.md#partupdrmv)
- [prev](types_block.Block.md#prev)
- [proto](types_block.Block.md#proto)
- [prp](types_block.Block.md#prp)
- [rate](types_block.Block.md#rate)
- [rnd](types_block.Block.md#rnd)
- [rwcalr](types_block.Block.md#rwcalr)
@@ -205,6 +206,18 @@ UpgradeState tracks the protocol upgrade state machine; proto is the current pro

___

### prp

`Optional` **prp**: `Uint8Array`

Proposer is the proposer of this block.

#### Defined in

[types/block.ts:177](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L177)

___

### rate

`Optional` **rate**: `number`
24 changes: 12 additions & 12 deletions docs/code/interfaces/types_block.BlockTransaction.md
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ Asset closing amount in decimal units

#### Defined in

[types/block.ts:190](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L190)
[types/block.ts:194](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L194)

___

@@ -49,7 +49,7 @@ App ID when an app is created by the transaction

#### Defined in

[types/block.ts:188](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L188)
[types/block.ts:192](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L192)

___

@@ -61,7 +61,7 @@ Algo closing amount in microAlgos

#### Defined in

[types/block.ts:192](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L192)
[types/block.ts:196](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L196)

___

@@ -73,7 +73,7 @@ Asset ID when an asset is created by the transaction

#### Defined in

[types/block.ts:186](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L186)
[types/block.ts:190](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L190)

___

@@ -85,7 +85,7 @@ The eval deltas for the block

#### Defined in

[types/block.ts:184](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L184)
[types/block.ts:188](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L188)

___

@@ -97,7 +97,7 @@ Has genesis hash

#### Defined in

[types/block.ts:196](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L196)
[types/block.ts:200](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L200)

___

@@ -109,7 +109,7 @@ Has genesis id

#### Defined in

[types/block.ts:194](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L194)
[types/block.ts:198](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L198)

___

@@ -121,7 +121,7 @@ Logic signature

#### Defined in

[types/block.ts:200](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L200)
[types/block.ts:204](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L204)

___

@@ -133,7 +133,7 @@ Transaction multisig signature

#### Defined in

[types/block.ts:202](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L202)
[types/block.ts:206](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L206)

___

@@ -145,7 +145,7 @@ The signer, if signing with a different key than the Transaction type `from` pro

#### Defined in

[types/block.ts:204](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L204)
[types/block.ts:208](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L208)

___

@@ -157,7 +157,7 @@ Transaction ED25519 signature

#### Defined in

[types/block.ts:198](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L198)
[types/block.ts:202](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L202)

___

@@ -169,4 +169,4 @@ The encoded transaction data

#### Defined in

[types/block.ts:182](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L182)
[types/block.ts:186](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L186)
8 changes: 4 additions & 4 deletions docs/code/interfaces/types_block.BlockTransactionEvalDelta.md
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ The delta of global state, keyed by key

#### Defined in

[types/block.ts:244](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L244)
[types/block.ts:248](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L248)

___

@@ -37,7 +37,7 @@ Inner transactions

#### Defined in

[types/block.ts:250](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L250)
[types/block.ts:254](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L254)

___

@@ -49,7 +49,7 @@ The delta of local state keyed by account ID offset in [txn.Sender, ...txn.Accou

#### Defined in

[types/block.ts:246](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L246)
[types/block.ts:250](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L250)

___

@@ -61,4 +61,4 @@ Logs

#### Defined in

[types/block.ts:248](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L248)
[types/block.ts:252](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L252)
6 changes: 3 additions & 3 deletions docs/code/interfaces/types_block.BlockValueDelta.md
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ DeltaAction is an enum of actions that may be performed when applying a delta to

#### Defined in

[types/block.ts:260](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L260)
[types/block.ts:264](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L264)

___

@@ -39,7 +39,7 @@ Bytes value

#### Defined in

[types/block.ts:263](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L263)
[types/block.ts:267](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L267)

___

@@ -51,4 +51,4 @@ Uint64 value

#### Defined in

[types/block.ts:266](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L266)
[types/block.ts:270](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L270)
8 changes: 4 additions & 4 deletions docs/code/interfaces/types_block.LogicSig.md
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ Arguments passed into the logic signature

#### Defined in

[types/block.ts:218](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L218)
[types/block.ts:222](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L222)

___

@@ -41,7 +41,7 @@ Logic sig code

#### Defined in

[types/block.ts:212](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L212)
[types/block.ts:216](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L216)

___

@@ -53,7 +53,7 @@ Multisig signature for delegated operations

#### Defined in

[types/block.ts:216](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L216)
[types/block.ts:220](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L220)

___

@@ -65,4 +65,4 @@ ED25519 signature for delegated operations

#### Defined in

[types/block.ts:214](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L214)
[types/block.ts:218](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L218)
6 changes: 3 additions & 3 deletions docs/code/interfaces/types_block.MultisigSig.md
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ Sub-signatures

#### Defined in

[types/block.ts:230](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L230)
[types/block.ts:234](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L234)

___

@@ -40,7 +40,7 @@ Multisig threshold

#### Defined in

[types/block.ts:228](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L228)
[types/block.ts:232](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L232)

___

@@ -52,4 +52,4 @@ Multisig version

#### Defined in

[types/block.ts:226](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L226)
[types/block.ts:230](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L230)
14 changes: 7 additions & 7 deletions docs/code/interfaces/types_block.StateProof.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@

#### Defined in

[types/block.ts:278](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L278)
[types/block.ts:282](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L282)

___

@@ -34,7 +34,7 @@ ___

#### Defined in

[types/block.ts:295](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L295)
[types/block.ts:299](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L299)

___

@@ -44,7 +44,7 @@ ___

#### Defined in

[types/block.ts:277](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L277)
[types/block.ts:281](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L281)

___

@@ -54,7 +54,7 @@ ___

#### Defined in

[types/block.ts:279](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L279)
[types/block.ts:283](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L283)

___

@@ -64,7 +64,7 @@ ___

#### Defined in

[types/block.ts:280](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L280)
[types/block.ts:284](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L284)

___

@@ -74,7 +74,7 @@ ___

#### Defined in

[types/block.ts:297](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L297)
[types/block.ts:301](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L301)

___

@@ -84,4 +84,4 @@ ___

#### Defined in

[types/block.ts:296](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L296)
[types/block.ts:300](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L300)
10 changes: 5 additions & 5 deletions docs/code/interfaces/types_block.StateProofMessage.md
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@

#### Defined in

[types/block.ts:304](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L304)
[types/block.ts:308](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L308)

___

@@ -32,7 +32,7 @@ ___

#### Defined in

[types/block.ts:301](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L301)
[types/block.ts:305](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L305)

___

@@ -42,7 +42,7 @@ ___

#### Defined in

[types/block.ts:302](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L302)
[types/block.ts:306](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L306)

___

@@ -52,7 +52,7 @@ ___

#### Defined in

[types/block.ts:303](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L303)
[types/block.ts:307](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L307)

___

@@ -62,4 +62,4 @@ ___

#### Defined in

[types/block.ts:305](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L305)
[types/block.ts:309](https://github.com/algorandfoundation/algokit-subscriber-ts/blob/main/src/types/block.ts#L309)
Loading

0 comments on commit 42a3756

Please sign in to comment.