-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: introduce the use of dispatch timestamp (#12)
* feat(decay): adds decay v2 mechanism * feat(decay): update name of structure variable * feat(decay): allow future dispatchTimestamp * feat(decay): resolves comments made by shawn * chore: update abi and gocodegen * feat(decayv2): use direct timestamp in oracle * feat(decayv2): add timestamp to rpc api * feat(decayv2): updates decay in p2p layer * chore: removes redundant l2client * chore: start docker network in cli script * chore: uses existing gitignore from main * chore: update test provider to send dispatch time * chore: adds some seconds decay end timestamp for testing * chore: fixes underflow of dispatch drift * chore: removes --no-cache flag from sl build * chore: update decay range of real bidder * feat: fix bugs in dockerfile for e2e * chore: print decay percentage from oracle * feat: use free holesky endpoint * chore: avoid real bidder from pnaic * chore: nit fix real-bidder * chore: constructs demo mode * chore: bugfix for negative decay * feat: update demo to send bid externally * feat: removes demo * chore: nit rmv testing var * feat: minor script improvement * chore: remove demo profile from docker * chore: redundant spaces * chore: move to constant for testing dispatch * chore: nit fix warning * feat: adds struct to protobuf * feat: moves struct to proto file * chore: lowercase a variable * chore: update expected error to lowercase * feat: reverts moves struct to proto file This reverts commit 99f5dbe. * feat: reverts adds struct to protobuf This reverts commit be832af. * chore: remove sepolia key from script
- Loading branch information
Showing
32 changed files
with
704 additions
and
436 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
114 changes: 83 additions & 31 deletions
114
contracts-abi/clients/PreConfCommitmentStore/PreConfCommitmentStore.go
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.