Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

processEpic Continued #371

Merged
merged 60 commits into from
Aug 29, 2024
Merged

processEpic Continued #371

merged 60 commits into from
Aug 29, 2024

Commits on Mar 14, 2024

  1. Undo workaround with short-circuiting operations (#269)

    * redo short-circuiting operations
    
    * Undo change
    
    * Update router/dataplane.go
    jcp19 authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c0aec61 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    e1465b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. experiment with disabling NL (#265)

    * experiment with disabling NL
    
    * enable the wildcard optimization for when NL is disabled
    
    * Apply suggestions from code review
    jcp19 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f89f635 View commit details
    Browse the repository at this point in the history
  2. Drop unnecessary annotations in Run (#279)

    * drop unnecessary annotations
    
    * fix precond error
    
    * fix verification error
    
    * cleanup
    
    * fix tiny error
    jcp19 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9963750 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fce03a3 View commit details
    Browse the repository at this point in the history
  4. Add config for overflow in the CI (#247)

    * start overflow checking
    
    * backup
    
    * fix flags
    
    * Apply suggestions from code review
    
    * disable checks in all packages for now
    
    * Update .github/workflows/gobra.yml
    jcp19 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4248146 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Reduce permission amount to buffer for decodeFromLayers (#285)

    * R40
    
    * epic
    
    * extn
    
    * onehop
    
    * reduce permission amount of decode layers
    Dspil authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c6db8fd View commit details
    Browse the repository at this point in the history
  2. cosmetic changes (#286)

    jcp19 authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    97115c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Fix warning in the CI (#288)

    jcp19 authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e8bdfc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    1e60830 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bc193b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Cherry-pick #4483 from scionproto/scion (#292)

    * cherry-pick 4483
    
    * undo change to test due to the use of (yet) undefined symbols
    
    * fix verification error
    
    ---------
    
    Co-authored-by: jiceatscion <[email protected]>
    jcp19 and jiceatscion authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    090baff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45323db View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. First batch of changes from PR #248 (#306)

    * first batch of changes from the IO spec
    
    * Apply suggestions from code review
    
    * adapt config options
    jcp19 authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    42bde11 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Add checks for termination modulo blocking (#309)

    * add termination checking if we ignore locking
    
    * add termination checks modulo locking
    
    * backup
    
    * fix termination measure
    
    * fix verification errors
    
    * fix verification error
    jcp19 authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a8ff113 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Verify the IO behavior (a.k.a., basis PR) (#248)

    * manually trigger workflow
    
    * manually trigger workflow
    
    * raw byte to spec for segments and hopfields
    
    * bugfix
    
    * import fix
    
    * bugfix after gobra update
    
    * spec to pkt (currSeg)
    
    * spec to pkt (left, mid, right)
    
    * spec to pkt (termination)
    
    * code clean up
    
    * clean up
    
    * improvements
    
    * instantiate abstract functions with bodies
    
    * progress io spec
    
    * formatting
    
    * specification fixes
    
    * IO-spec to pkt rewritten
    
    * clean up
    
    * improve readability
    
    * rename of function lengthOfCurrSeg
    
    * extract asid-seqence from raw pkt
    
    * missing trigger
    
    * quick fix
    
    * Update router/dataplane_spec.gobra
    
    Co-authored-by: Dionysios Spiliopoulos <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: João Pereira <[email protected]>
    
    * readability improvements
    
    * further improvements
    
    * replace 4 by its constant InfoLen
    
    * readability improvement
    
    * constant for metaLen in package path
    
    * Update router/io-spec.gobra
    
    Co-authored-by: João Pereira <[email protected]>
    
    * minor improvements
    
    * move validMetaLenInPath() to test file
    
    * io-spec in Run
    
    * add body to absIO_val
    
    * fix merge mistake
    
    * fix merge mistake
    
    * fix typo
    
    * io-spec skeleton for processPkt and processSCION
    
    * import fix
    
    * Update router/io-spec.gobra
    
    * unit
    
    * well formdness
    
    * relate dataplane with dataplaneSpec
    
    * various fixes
    
    * Update verification/io/values.gobra
    
    * permission fix for dpSpecWellConfigured
    
    * permission fix in rc
    
    * fix verification error
    
    * dp.Valid() as opaque
    
    * backup
    
    * format spacing
    
    * improve perf; drop assumption
    
    * fix formatting
    
    * Update router/dataplane.go
    
    * formatting postconditions of processPkt, processSCION
    
    * fix extra permission
    
    * typo
    
    * processSCION had the same issue
    
    * ingressID is preseved intead of sInit
    
    * Revert "ingressID is preseved intead of sInit"
    
    This reverts commit 88db3fd.
    
    * Revert "processSCION had the same issue"
    
    This reverts commit 71aadfe.
    
    * Updated IO-Spec-Function to Correlate Bytes with Terms (#262)
    
    * fixes in the asid extraction functions
    
    * pre-/postconditions for process
    
    * fix formatting
    
    * fix same issue in processSCION
    
    * fix var names
    
    * precondition changes in hopfield and asidFromIfs
    
    * prostcondition fix in process and processSCION
    
    * update imports links
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Dspil <[email protected]>
    Co-authored-by: João Pereira <[email protected]>
    
    * made absIO_val opaque
    
    * use artificial triggers for quantifiers inside IO resources (#280)
    
    * AbsPkt improvements (#270)
    
    * absPkt opaque and other improvements
    
    * quick fixes
    
    * changed permission from R55 to R56
    
    * added missing permission amount in ReadBatch
    
    * fixed pre/postconditions of processPkt, processSCION and process
    
    * fixed opaque format
    
    ---------
    
    Co-authored-by: João Pereira <[email protected]>
    
    * Verify send guard in Run (#263)
    
    * remove send operation
    
    * lemma for smaller buffer result in same abstract pkt
    
    * progress send guard
    
    * progress send guard
    
    * Fix incompleteness and continue with send guard (#273)
    
    * backup
    
    * backup
    
    * backup
    
    * backup
    
    * backup
    
    * drop space
    
    * pick better triggers
    
    * add necessary lemma and call to it; contains an assume false that needs to be dropped
    
    * backup
    
    * backup
    
    * add missing loop invariant about ingressID
    
    * backup
    
    * backup
    
    * fix verification error
    
    * try out a simpler trigger
    
    * widen lemma for absIO_val (#268)
    
    * widen lemma for abspkt (non termianting)
    
    * abspkt proven
    
    * renamed io-spec-lemmas
    
    * io val also proven
    
    * cleanup
    
    * merged markus' abspkt improvements
    
    * consdir lemma
    
    * proved
    
    * reinstate lemma4
    
    * fix verification error
    
    * Simplify widen lemma from #268 (#282)
    
    * start simplifying
    
    * continue simplifying
    
    * continue simplifying stuff
    
    * continue simplifying
    
    * continue simplifying
    
    * simplify further
    
    * finish for now
    
    * Update router/io-spec.gobra
    
    ---------
    
    Co-authored-by: João Pereira <[email protected]>
    
    * Continue send (#283)
    
    * widen lemma for abspkt (non termianting)
    
    * abspkt proven
    
    * renamed io-spec-lemmas
    
    * io val also proven
    
    * cleanup
    
    * merged markus' abspkt improvements
    
    * consdir lemma
    
    * proved
    
    * reinstate lemma4
    
    * fix verification error
    
    * Simplify widen lemma from #268 (#282)
    
    * start simplifying
    
    * continue simplifying
    
    * continue simplifying stuff
    
    * continue simplifying
    
    * continue simplifying
    
    * simplify further
    
    * finish for now
    
    * Update router/io-spec.gobra
    
    * finish send in Run
    
    * propagate changes to processSCION
    
    ---------
    
    Co-authored-by: Dspil <[email protected]>
    
    * backup
    
    * adapt to the new syntax of backend annotations
    
    * clean-up
    
    * changes according to feedback
    
    ---------
    
    Co-authored-by: João Pereira <[email protected]>
    Co-authored-by: Dionysios Spiliopoulos <[email protected]>
    Co-authored-by: Dspil <[email protected]>
    
    * IO specification skeleton in process (#284)
    
    * absPkt opaque and other improvements
    
    * tests for local enter guard
    
    * new approach for absPkt
    
    * tests with GetIngressIDNotZero()
    
    * fix verification error
    
    * progress io-skeleton in process
    
    * progress Xover
    
    * progress io-spec skeleton in process
    
    * removed dulicate of lemma
    
    * fix verification error
    
    * removed old concurrency test
    
    * refactored absPkt
    
    * continue refactoring of absPkt
    
    * fixed postcondition in process
    
    * progress lemmas for io-spec
    
    * addressed feedback
    
    * progress in updateNonConsDirIngressSegID
    
    * fix verification errors
    
    * Prove IO lemmas in `path/scion` (#290)
    
    * try to prove lemma
    
    * backup
    
    * fix incompletness via additional lemma
    
    * fix verification error
    
    * fix verification errors and clean up
    
    * fix verification errors introduced in the latest changes to the PR
    
    * fix consistency error
    
    * add lemmas for updateNonConsDirIngressSegID()
    
    * Change to EQAbsHeader (#293)
    
    * changed EQAbsHeader
    
    * readbility improvements
    
    * progress in handleRouterAlerts methods
    
    * Fix verification errors in dependencies (#291)
    
    * backup
    
    * backup
    
    * backup
    
    * simplify Decoded.Reverse
    
    * clean-up
    
    * add section header
    
    * drop comment
    
    * fix  verification errors in processEgress and DoXover
    addressing feedback
    clean up
    
    ---------
    
    Co-authored-by: João Pereira <[email protected]>
    
    * Add functional spec to `InfoField.SerializeTo` (#300)
    
    * absPkt opaque and other improvements
    
    * tests for local enter guard
    
    * new approach for absPkt
    
    * tests with GetIngressIDNotZero()
    
    * fix verification error
    
    * progress io-skeleton in process
    
    * progress Xover
    
    * progress io-spec skeleton in process
    
    * removed dulicate of lemma
    
    * fix verification error
    
    * removed old concurrency test
    
    * refactored absPkt
    
    * continue refactoring of absPkt
    
    * fixed postcondition in process
    
    * progress lemmas for io-spec
    
    * addressed feedback
    
    * progress in updateNonConsDirIngressSegID
    
    * fix verification errors
    
    * Prove IO lemmas in `path/scion` (#290)
    
    * try to prove lemma
    
    * backup
    
    * fix incompletness via additional lemma
    
    * fix verification error
    
    * fix verification errors and clean up
    
    * fix verification errors introduced in the latest changes to the PR
    
    * fix consistency error
    
    * add lemmas for updateNonConsDirIngressSegID()
    
    * backup
    
    * Change to EQAbsHeader (#293)
    
    * changed EQAbsHeader
    
    * readbility improvements
    
    * backup
    
    * backup
    
    * simplify Decoded.Reverse
    
    * progress in handleRouterAlerts methods
    
    * clean-up
    
    * add section header
    
    * drop comment
    
    * Fix verification errors in dependencies (#291)
    
    * backup
    
    * backup
    
    * backup
    
    * simplify Decoded.Reverse
    
    * clean-up
    
    * add section header
    
    * drop comment
    
    * backup
    
    * backup
    
    * fix  verification errors in processEgress and DoXover
    addressing feedback
    clean up
    
    * backup
    
    * drop one assume
    
    * readability improvements
    
    * backup
    
    * backup
    
    * simplify proof
    
    * adapt lemmas
    
    * verify spec for SerializeTo of infofield
    
    * Missing Postcondition in Process (#301)
    
    * absPkt opaque and other improvements
    
    * tests for local enter guard
    
    * new approach for absPkt
    
    * tests with GetIngressIDNotZero()
    
    * fix verification error
    
    * progress io-skeleton in process
    
    * progress Xover
    
    * progress io-spec skeleton in process
    
    * removed dulicate of lemma
    
    * fix verification error
    
    * removed old concurrency test
    
    * refactored absPkt
    
    * continue refactoring of absPkt
    
    * fixed postcondition in process
    
    * progress lemmas for io-spec
    
    * addressed feedback
    
    * progress in updateNonConsDirIngressSegID
    
    * fix verification errors
    
    * Prove IO lemmas in `path/scion` (#290)
    
    * try to prove lemma
    
    * backup
    
    * fix incompletness via additional lemma
    
    * fix verification error
    
    * fix verification errors and clean up
    
    * fix verification errors introduced in the latest changes to the PR
    
    * fix consistency error
    
    * add lemmas for updateNonConsDirIngressSegID()
    
    * Change to EQAbsHeader (#293)
    
    * changed EQAbsHeader
    
    * readbility improvements
    
    * Revert "Update gobra.yml to disableNL (#289)"
    
    This reverts commit 1e60830.
    
    * progress in handleRouterAlerts methods
    
    * Fix verification errors in dependencies (#291)
    
    * backup
    
    * backup
    
    * backup
    
    * simplify Decoded.Reverse
    
    * clean-up
    
    * add section header
    
    * drop comment
    
    * fix  verification errors in processEgress and DoXover
    addressing feedback
    clean up
    
    * fix verification error
    
    * changed postcondition in process
    
    * fix verification error
    
    * fix verification error
    
    * Update gobra.yml
    
    * added postcondition to packSCMP
    
    ---------
    
    Co-authored-by: João Pereira <[email protected]>
    
    * Drop unnecessary function `hopFieldsNotConsDir` (#303)
    
    * reverse hopFieldsNotConsDir once
    
    * remove hopfieldsNotConsDir
    
    * hopFieldsConsDir => hopFields
    
    ---------
    
    Co-authored-by: João Pereira <[email protected]>
    
    * Update IO-spec to drop the `xover_core` event (#302)
    
    * progress updating the IO-spec
    
    * finish updating new IO-spec
    
    * Fix precondition of `processSCION` (#307)
    
    * start fixing pres of processSCION
    
    * backup
    
    * backup
    
    * Drop unnecessary assertions
    
    * tiny fmt
    
    * streamline msgterm assumptions (#308)
    
    * improve verification time of processPkt
    
    * IO-spec update for link check logic (#310)
    
    * io-spec update
    
    * proof of link logic
    
    * fix verification errors
    
    * drop assumption in validateSrcDstIA()
    
    * fix verification error
    
    * Update pkg/slayers/path/scion/raw.go
    
    * Pre/Post conditions of processPkt (#312)
    
    * progress with pre and post conditions for io-spec in processPkt
    
    * fix verification error
    
    * changes in process
    
    * additional temporary assumptions in process()
    
    * cleanup
    
    ---------
    
    Co-authored-by: João Pereira <[email protected]>
    
    * fmt
    
    ---------
    
    Co-authored-by: MLETHZ <[email protected]>
    Co-authored-by: Markus Limbeck <[email protected]>
    Co-authored-by: João Pereira <[email protected]>
    4 people authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    45d3639 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Update names of functions according to the changes in the IO-spec (#314)

    * minor renaming and merging of functions
    
    * further renaming
    mlimbeck authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    7b47f91 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Cleanup unnecessary code in the stdlib formalization (#315)

    * cleanup unnecessary code in the stdlib formalization
    
    * replace occurrences of names with 'VerifiedSCION'
    jcp19 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    53f9359 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. backup (#324)

    jcp19 authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    df05f90 View commit details
    Browse the repository at this point in the history
  2. Remove more names (#325)

    * backup
    
    * remove more
    jcp19 authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8d708b6 View commit details
    Browse the repository at this point in the history
  3. Disable conditionalizePermissions (#319)

    * Update gobra.yml
    
    * Update gobra.yml
    
    * fix verification error
    
    * fixed precondition of XoverEvent
    
    * enable moreJoins impure (#321)
    
    * invariant strengthening
    
    * undo change to the state consolidator
    
    ---------
    
    Co-authored-by: mlimbeck <[email protected]>
    Co-authored-by: Dspil <[email protected]>
    3 people authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    598749b View commit details
    Browse the repository at this point in the history
  4. Refactored Widen-lemma (#327)

    * Update gobra.yml
    
    * Update gobra.yml
    
    * fix verification error
    
    * fixed precondition of XoverEvent
    
    * enable moreJoins impure (#321)
    
    * invariant strengthening
    
    * progress widen-lemma proof
    
    * fix verification error
    
    * proven?
    
    * fix
    
    * bugfix
    
    * Update router/widen-lemma.gobra
    
    Co-authored-by: João Pereira <[email protected]>
    
    * Update router/widen-lemma.gobra
    
    Co-authored-by: João Pereira <[email protected]>
    
    * joao
    
    * indent
    
    ---------
    
    Co-authored-by: João Pereira <[email protected]>
    Co-authored-by: Dspil <[email protected]>
    Co-authored-by: Dionysios Spiliopoulos <[email protected]>
    4 people authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bc81806 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5d6d22 View commit details
    Browse the repository at this point in the history
  6. drop assumption in processPkt (#318)

    Co-authored-by: João Pereira <[email protected]>
    mlimbeck and jcp19 authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    410465b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. fix termination measuer (#329)

    jcp19 authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    764d862 View commit details
    Browse the repository at this point in the history
  2. change triggers in absPktWidenLemma (#330)

    * change triggers in abspktwidenlemma
    
    * triggers
    
    * remove quantifiers
    Dspil authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    7ddba09 View commit details
    Browse the repository at this point in the history
  3. Drop Assumption in validateEgressID (#326)

    * Update gobra.yml
    
    * Update gobra.yml
    
    * fix verification error
    
    * fixed precondition of XoverEvent
    
    * enable moreJoins impure (#321)
    
    * drop assumption in validateEgressID and process
    
    * clean up
    
    * invariant strengthening
    
    * undo change to the state consolidator
    
    * refactored wellConfigured assumptions
    
    * finish proof of EgressIDNotZeroLemma
    
    * Apply suggestions from code review
    
    * removed TopologySpec
    
    * minor fmt
    
    * fix verification error
    
    * removed comments
    
    Co-authored-by: João Pereira <[email protected]>
    
    ---------
    
    Co-authored-by: João Pereira <[email protected]>
    Co-authored-by: Dspil <[email protected]>
    Co-authored-by: Dionysios Spiliopoulos <[email protected]>
    4 people authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    429d007 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. router: forbid bouncing packets internally (#4502) (#332)

    Brings changes from scion pr 4502
    
    Co-authored-by: Matthias Frei <[email protected]>
    jcp19 and matzf authored May 2, 2024
    Configuration menu
    Copy the full SHA
    b8edbb1 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Proof of Internal Packet Bouncing fix (#4502) (#333)

    * proof of scionfix #4502
    
    * feedback
    
    * drop assume in processOHP()
    
    * change getDomExternal()   to opaque
    
    * fix comment
    
    * verification fix and simplification
    
    * fix verification errors
    
    * feedback
    mlimbeck authored May 6, 2024
    Configuration menu
    Copy the full SHA
    c59815f View commit details
    Browse the repository at this point in the history
  2. bring changes from #243 (#335)

    jcp19 authored May 6, 2024
    Configuration menu
    Copy the full SHA
    3defe57 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Drop trusted annotation in method (#339)

    * drop trusted from method
    jcp19 authored May 7, 2024
    Configuration menu
    Copy the full SHA
    6626dfc View commit details
    Browse the repository at this point in the history
  2. IO-spec lemmas (#334)

    * progress open io-lemmas
    
    * fix verification errors
    
    * refactoring
    
    * fix verification error
    mlimbeck authored May 7, 2024
    Configuration menu
    Copy the full SHA
    31d2221 View commit details
    Browse the repository at this point in the history
  3. Enable conditionalizePermissions for the router (#340)

    Marco observed that a long time is spent on (sequential) pure function verification in the router package. He also suggested that using `conditionalizePermissions` might reduce the number of branches in these functions (`moreJoins 1` does not have any effect on pure functions), which might speed up verification.
    jcp19 authored May 7, 2024
    Configuration menu
    Copy the full SHA
    37fe92f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Refactoring of absPkt (#341)

    * drop DataPlaneSpec param from absPkt
    
    * headerOffset change in absPkt
    
    * fix syntax error
    
    * fix verification errors
    
    * fix verification errors
    
    * fix LastHopLemma
    mlimbeck authored May 9, 2024
    Configuration menu
    Copy the full SHA
    e939e6d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Proof of incPath (#344)

    * progress incPath proof
    
    * Apply suggestions from code review
    
    Co-authored-by: João Pereira <[email protected]>
    
    * fmt of widen-lemma
    
    * further fmt
    
    * feedback
    
    * add comment
    
    * Update router/dataplane.go
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: João Pereira <[email protected]>
    mlimbeck and jcp19 authored May 15, 2024
    Configuration menu
    Copy the full SHA
    6a8228a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. simplify path/scion (#346)

    jcp19 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    af719ce View commit details
    Browse the repository at this point in the history
  2. Verify assumptions in SCION.DecodeFromBytes (#345)

    * progress scion- decodeFromBytes
    
    * revert change of call s.Path.DecodeFromBytes()
    
    * fix verification error
    
    * fix permission in rawPath
    
    * establish validPktHeader in parsePath
    
    * fix verification errors
    
    * fixed permission and refactored EqAbsHeader
    
    * fixed syntax errors
    
    * fix verification error
    
    * fix permission
    
    * introduces additional spec to the Path interface
    
    * remove unnecessary preconditions
    
    * proof of parse path assumption
    
    * simplification in epic.DecodeFromBytes
    
    * feedback
    
    * Update pkg/slayers/path/scion/raw.go
    
    Co-authored-by: João Pereira <[email protected]>
    
    * add quantifier to GetCurrentHopField() and GetCurrentInfoField() to avoid code changes
    
    * Apply suggestions from code review
    
    Co-authored-by: João Pereira <[email protected]>
    
    * formatting
    
    * simplify onehop
    
    * improve io_msgterm_spec.gobra
    
    ---------
    
    Co-authored-by: João Pereira <[email protected]>
    mlimbeck and jcp19 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    53f8e30 View commit details
    Browse the repository at this point in the history
  3. Drop assumption in parsePath (#348)

    * drop assumption in parsePath
    
    * Update router/dataplane.go
    
    Co-authored-by: João Pereira <[email protected]>
    
    * rename arrayCongruence()  to AbsMacArrayCongruence()
    
    ---------
    
    Co-authored-by: João Pereira <[email protected]>
    mlimbeck and jcp19 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    2c59987 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Use Gobra's built-in ghost fields (#337)

    * add ghost fields
    
    * fix type errors so far
    
    * backup
    
    * clean-up
    
    * convert more adt types to structs
    
    * make read not trusted
    
    * Update router/dataplane_concurrency_model.gobra
    
    * cleanup
    
    * change equality
    
    * rever changes to ===
    
    * clean-up
    jcp19 authored May 25, 2024
    Configuration menu
    Copy the full SHA
    9dd6b9e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Fix ghostness of output params (#349)

    * fix ghostness of a few outparams
    
    * backup
    jcp19 authored May 26, 2024
    Configuration menu
    Copy the full SHA
    57cdd3e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. fix fmt (#351)

    jcp19 authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1c89916 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. big clean-up (#354)

    jcp19 authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    fe87c9e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Drop Assumption in SetInfoField (#350)

    * proof setInfoField
    
    * fix verification errors
    
    * fix syntax error
    
    * fix verification errors
    
    * formatting
    
    * simplification attempt
    
    * Apply suggestions from code review
    
    Co-authored-by: João Pereira <[email protected]>
    
    * refactoring
    
    * fix verification error
    
    * fixed LeftSegEquality()
    
    * formatting
    
    * Apply suggestions from code review
    
    Co-authored-by: João Pereira <[email protected]>
    
    * feedback
    
    * renaming AbsSlice_Bytes to Bytes
    
    * adding documentation
    
    ---------
    
    Co-authored-by: João Pereira <[email protected]>
    mlimbeck and jcp19 authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f4ed38a View commit details
    Browse the repository at this point in the history
  2. small clean-up (#355)

    jcp19 authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b10cb4c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Simplification of segLens (#356)

    * simplification of SegLens
    
    * remove preconditions on CombineSegLens
    
    * fix verification error
    
    * renaming
    mlimbeck authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    89fd7b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa0a472 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Format info_hop_setter_lemmas.gobra (#359)

    * fmt
    
    * fmt
    jcp19 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c82183d View commit details
    Browse the repository at this point in the history
  2. Simplify validity criteria of paths (#352)

    * backup
    
    * backup
    
    * continue refactor
    
    * backup
    
    * Update pkg/slayers/path/epic/epic_spec_test.gobra
    
    * backup
    
    * merge with master
    
    * backup
    
    * fix verification error
    
    * backup
    
    * simplify preconditions
    
    * drop unnecessary method
    
    * fix annotation
    
    * fix verification error
    
    * minor fixes in styling
    
    * fix verification errors
    jcp19 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    def1aad View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    1a4feed View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Drop two assumptions and merge validity criteria StronglyValid and …

    …`FullyValid` (#366)
    
    * backup
    
    * backup
    
    * fix verification error
    
    * fix test
    
    * fix another verification error
    
    * fix verification error
    
    * drop StronglyValid criteria
    
    * cleanup
    
    * Update gobra.yml
    
    * Update .github/workflows/gobra.yml
    
    * Update .github/workflows/gobra.yml
    jcp19 authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    01387ec View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Drop SetHopfield related assumptions (#368)

    * proof of sethopfield and io-assumptions
    
    * fix syntax errors
    
    * fix termination measure
    
    * fix verification errors
    
    * simplifications and comments
    
    * fix syntax error
    
    * feedback
    
    * fix verification error
    
    * renaming
    
    * space between arithmetic operands
    
    * increase timeout of path/scion
    
    * fix verification error
    
    * test: parallelizeBranches for dependencies
    
    * test: increase timeout for scion package to 20 min
    
    * test: increase timeout for scion package to 1h
    
    * use parallelizeBranches only for scion package
    
    * stronger precondition for setHopfield
    
    * Revert "stronger precondition for setHopfield"
    
    * test: scion pkg without parallelizeBranches
    
    * Revert "test: scion pkg without parallelizeBranches"
    
    * fix merging mistake
    
    * assume postconditions in setHopfield
    
    * add comment to IO assumptions
    
    * increase timeout for scion package
    
    * revert timeout increase
    
    * feedback
    mlimbeck authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2d69d42 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Drop IO-assumptions in processOHP (#369)

    * move assumption from processOHP to updateSCIONLayer
    
    * proof of assumptions in processOHP
    
    * test: moreJoins for SerializeTo in slayers
    
    * fix verification error
    
    * feedback
    
    * add moreJoins to SerializeTo()
    mlimbeck authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3a6f9f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    bb08a98 View commit details
    Browse the repository at this point in the history
  2. fix sytnax errors

    mlimbeck committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    275e0eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    befe79c View commit details
    Browse the repository at this point in the history
  4. fix some verification errors

    mlimbeck committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    353786e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. make hf_valid opaque (#372)

    * make hf_valid opaque
    
    * backup
    
    * backup
    
    * might have to reverse this
    
    * backup
    
    * backup
    
    * Update router/io-spec-abstract-transitions.gobra
    jcp19 authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    70bd6bd View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Update README.md

    jcp19 authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    76b0661 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    22bf818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a2cb29 View commit details
    Browse the repository at this point in the history