Skip to content

Commit

Permalink
docs: add more links
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Nov 6, 2023
1 parent 5540b82 commit d1fc1ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Larger modifications include:

Smaller modifications include:

1. The addition of a `SetTxDecoder` on tx config so that celestia-app can override the default tx decoder with one that supports decoding `BlobTx`s.
1. The addition of a `start_time` to the vesting module's `MsgCreateVestingAccount` so that vesting accounts can be created with a delayed start time.
1. The addition of a voter attribute to the `EventTypeProposalVote` event
1. Allow celestia-app to override the default consensus params via the `init` command
1. The addition of a `SetTxDecoder` on tx config so that celestia-app can override the default tx decoder with one that supports decoding `BlobTx`s. Ref: https://github.com/celestiaorg/cosmos-sdk/pull/311
1. The addition of a `start_time` to the vesting module's `MsgCreateVestingAccount` so that vesting accounts can be created with a delayed start time. Ref: https://github.com/celestiaorg/cosmos-sdk/pull/342
1. Allow celestia-app to override the default consensus params via the `init` command. Ref: https://github.com/celestiaorg/cosmos-sdk/pull/317
1. The addition of a voter attribute to the `EventTypeProposalVote` event.

Modifications that make it easier to maintain this fork:

Expand Down

0 comments on commit d1fc1ac

Please sign in to comment.