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

Sync atree inlining branch with master #3179

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
327 commits
Select commit Hold shift + click to select a range
c3041a4
consider inherited interfaces when checking for member clashes in int…
turbolent Feb 10, 2024
6a00778
Merge pull request #3085 from onflow/bastian/make-capability-id-mappi…
turbolent Feb 12, 2024
4d2395f
Merge pull request #3058 from onflow/bastian/get-contracts
turbolent Feb 12, 2024
eebd43c
Merge pull request #3092 from onflow/bastian/improve-members
turbolent Feb 12, 2024
1f7a1f6
Merge pull request #3089 from onflow/bastian/3088-allow-contract-inte…
turbolent Feb 12, 2024
5d88a4a
Add parser & checker error handlers to analysis.Config
jribbink Feb 12, 2024
7a717a7
preserve loadError for imports
jribbink Feb 12, 2024
f3aa900
Merge branch 'master' into bastian/require-contract-interface-in-inte…
turbolent Feb 12, 2024
3190677
migrate interface types to only occur in intersection type
turbolent Feb 12, 2024
5e07f90
remove InterfaceType run-time type constructor
turbolent Feb 12, 2024
dbb144f
update configuration of downstream dependencies
turbolent Feb 12, 2024
7108060
Update tools/analysis/diagnostic.go
jribbink Feb 12, 2024
35ee63c
apply suggestions
jribbink Feb 12, 2024
cc6258f
test non-clashing member in common inherited interface
turbolent Feb 12, 2024
4ea6e9c
v1.0.0-M6
turbolent Feb 12, 2024
6851caa
Merge pull request #3100 from onflow/release/v1.0.0-M6
turbolent Feb 12, 2024
258aa28
remove severity
jribbink Feb 13, 2024
98470eb
Check for invalidated resources during swap
SupunS Feb 13, 2024
5afbe4f
Merge branch 'master' of https://github.com/onflow/cadence into supun…
SupunS Feb 13, 2024
8fd1c40
Merge pull request #3095 from onflow/bastian/update-downstream-depend…
turbolent Feb 13, 2024
bd833a5
Merge pull request #3093 from onflow/bastian/3091-intersection-type-m…
turbolent Feb 13, 2024
36d8e4e
Merge pull request #3082 from onflow/jribbink/diagnostic-enhancements
turbolent Feb 13, 2024
b494f95
Update tools/analysis/programs.go
jribbink Feb 13, 2024
61b5021
apply suggestions
jribbink Feb 13, 2024
a2fff5b
Allow program with loadError to be imported
jribbink Feb 13, 2024
800feb7
fixup
jribbink Feb 13, 2024
a773234
Refactor and add test
jribbink Feb 13, 2024
096ba33
add test
jribbink Feb 13, 2024
ecb5e3c
Refactor
SupunS Feb 13, 2024
2a48600
improve test
jribbink Feb 13, 2024
c0abed8
add comment
jribbink Feb 13, 2024
ad8191e
record handler calls & switch failnow to failnowf
jribbink Feb 13, 2024
2497d4c
fix subchecker return value
jribbink Feb 13, 2024
2662be3
add comments explaining cases
turbolent Feb 13, 2024
8135bc4
Merge branch 'master' into bastian/require-contract-interface-in-inte…
turbolent Feb 13, 2024
b714e99
address feedback
jribbink Feb 13, 2024
27d2386
bring back support for decoding published path capabilities
turbolent Feb 13, 2024
67411cb
Revert allowing to remove interface conformance
SupunS Feb 14, 2024
a7c7e91
Refactor
SupunS Feb 14, 2024
fec4397
ensure interface type returned from composite type converter is wrapp…
turbolent Feb 14, 2024
8b02e3b
Fix FunctionType.Equal() to check Purity equality
fxamacker Feb 14, 2024
216d36a
adjust test
turbolent Feb 14, 2024
4b5f75a
Merge pull request #3101 from onflow/supun/fix-nil-pointer
SupunS Feb 14, 2024
9129538
Merge pull request #3105 from onflow/fxamacker/fix-FunctionType-equal
turbolent Feb 14, 2024
7536efb
Merge pull request #3103 from onflow/bastian/3102-decode-published-pa…
turbolent Feb 14, 2024
dd5460e
Merge branch 'master' into bastian/require-contract-interface-in-inte…
turbolent Feb 14, 2024
58cc20f
Merge pull request #3090 from onflow/bastian/require-contract-interfa…
turbolent Feb 14, 2024
ff5f509
Merge pull request #3083 from onflow/jribbink/analysis-error-handlers
turbolent Feb 14, 2024
7a68f4d
v1.0.0-M7
turbolent Feb 14, 2024
f4fdbc6
Merge pull request #3106 from onflow/release/v1.0.0-M7
SupunS Feb 14, 2024
1b96d4b
Support FunctionType.Purity in CCF codec
fxamacker Feb 14, 2024
905cd00
flowkit/v2
turbolent Feb 14, 2024
60d9f29
improve unreachable cases by panicing with more descriptive errors
turbolent Feb 15, 2024
0a4b855
handle nil type in TypeValue and PathCapabilityValue
turbolent Feb 15, 2024
4dc882e
assert no errors were reported during migration
turbolent Feb 15, 2024
a9b1ec0
Merge branch 'master' of https://github.com/onflow/cadence into supun…
SupunS Feb 15, 2024
57fe5e0
Merge branch 'master' of https://github.com/onflow/cadence into saina…
SupunS Feb 15, 2024
6f44a0a
Merge branch 'sainati/contract-upgrade-checker' into supun/contract-u…
SupunS Feb 15, 2024
b10582c
lint
turbolent Feb 15, 2024
a1f224a
remove unnecessary restriction for non-empty intersection types
turbolent Feb 15, 2024
bc77e2d
Handle invalidation of the looped reference
SupunS Feb 15, 2024
d00bb4d
Add type requirement removal
SupunS Feb 15, 2024
ba3e5e6
Merge pull request #3109 from onflow/bastian/flowkit-v2
turbolent Feb 15, 2024
fa57449
revert construction of empty intersection types
turbolent Feb 15, 2024
cab2c8a
handle nil in PathCapabilityValue and TypeValue in entitlements migra…
turbolent Feb 15, 2024
08f8977
Require converting empty set T{} to T
SupunS Feb 16, 2024
c7bda5d
Fix location collection
SupunS Feb 16, 2024
598e3c1
Allow changing fields to/from non-storable types
SupunS Feb 16, 2024
a111d46
rewrite owned interesection types
turbolent Feb 17, 2024
fc35c38
Add test for resitricted reference type updates
SupunS Feb 20, 2024
373b599
Merge branch 'supun/contract-update-checker-1' into supun/contract-up…
SupunS Feb 20, 2024
db34ae8
Fix test
SupunS Feb 20, 2024
acde2e9
Allow registering custom type updating rules in contract update valid…
SupunS Feb 20, 2024
e60051d
Merge pull request #3110 from onflow/bastian/improve-migration
turbolent Feb 20, 2024
b19c03b
add tests for reference types
turbolent Feb 20, 2024
89ae04d
lint
turbolent Feb 20, 2024
a2232d9
improve entitlements migration
turbolent Feb 21, 2024
92c4547
Add tests for migrating reference to optional type
SupunS Feb 21, 2024
c10a6eb
fix &R{} to &R edge case, refactor entitlement migration to be static…
turbolent Feb 21, 2024
3cfd938
allow releasing a particular branch
turbolent Feb 22, 2024
3e6a1d1
convert untyped path capability values to ID capability values
turbolent Feb 22, 2024
60c9b8f
Merge branch 'bastian/3112-intersection-type-migration' of https://gi…
SupunS Feb 22, 2024
99159e8
Merge pull request #3124 from onflow/bastian/release-branch
turbolent Feb 22, 2024
8b2476c
dictionary iteration/migration no longer loads the dictionary type
turbolent Feb 22, 2024
07a7f97
Prevent container mutation while iterating
SupunS Feb 22, 2024
65faf29
use getElaboration, sort locations, panic when elaboration is not ava…
turbolent Feb 22, 2024
5427692
Merge pull request #3069 from onflow/sainati/contract-upgrade-checker
turbolent Feb 22, 2024
baadf50
Merge branch 'master' of https://github.com/onflow/cadence into supun…
SupunS Feb 22, 2024
e5d8a8d
Merge pull request #3111 from onflow/supun/contract-update-checker-1
SupunS Feb 22, 2024
1b3374b
Merge branch 'master' of https://github.com/onflow/cadence into supun…
SupunS Feb 22, 2024
ba7e21c
Merge branch 'bastian/3112-intersection-type-migration' of https://gi…
SupunS Feb 22, 2024
78fa376
Merge pull request #3117 from onflow/supun/contract-update-checker-2
SupunS Feb 22, 2024
07dafce
Merge pull request #3125 from onflow/bastian/3119-convert-untyped-pat…
turbolent Feb 22, 2024
29a54ee
Merge branch 'master' of https://github.com/onflow/cadence into supun…
SupunS Feb 22, 2024
cffbd81
Lint
SupunS Feb 22, 2024
a6388c5
Merge pull request #3120 from onflow/supun/contract-update-checker-3
SupunS Feb 22, 2024
8302607
Merge pull request #3118 from onflow/bastian/3112-intersection-type-m…
turbolent Feb 22, 2024
31cdc20
Merge pull request #3123 from onflow/supun/optional-references-migration
turbolent Feb 22, 2024
631d3d7
v1.0.0-M8
turbolent Feb 22, 2024
1faa70b
Merge pull request #3129 from onflow/release/v1.0.0-M8
turbolent Feb 22, 2024
8ec0e09
add EVM gateway; flixkit-go depends on flowkit, not Emulator
turbolent Feb 22, 2024
18e957e
improve documentation with concrete step-by-step process and example
turbolent Feb 22, 2024
f7b7185
Add support for Attachment and AttachmentType in CCF
fxamacker Feb 23, 2024
d75503b
Merge pull request #3130 from onflow/bastian/improve-update-tool
turbolent Feb 23, 2024
81e9c86
Allow creating references to nested optionals
SupunS Feb 23, 2024
215be89
require entitlements to be equal to migrated entitlements rather than…
dsainati1 Feb 26, 2024
b5cc4a0
Fix EntitlementSetAuthorization.Equal()
fxamacker Feb 26, 2024
a713ac8
Merge pull request #3137 from onflow/fxamacker/fix-EntitlementSetAuth…
fxamacker Feb 26, 2024
a1f6520
add test case
turbolent Feb 26, 2024
fdaf039
add DictionaryValue.InsertUnchecked for testing purposes
turbolent Feb 26, 2024
628d4fe
simplify test
turbolent Feb 26, 2024
a9778bd
Merge pull request #3134 from onflow/sainati/stricter-upgrade-validator
dsainati1 Feb 26, 2024
2354104
Transfer elements only for the for-loop
SupunS Feb 27, 2024
25b0726
Reject reference to optionals in the checker
SupunS Feb 27, 2024
c1d9e7c
Merge pull request #3126 from onflow/supun/reject-container-mutation
SupunS Feb 27, 2024
5e30e43
Merge branch 'master' of https://github.com/onflow/cadence into supun…
SupunS Feb 27, 2024
4e2e715
Add ReferenceType.Authorization to CCF codec
fxamacker Feb 27, 2024
ba214e7
Pass location-range to 'Iterate' and 'Walk' methods
SupunS Feb 27, 2024
31242bd
Pass location-range to 'IsImportable' method
SupunS Feb 27, 2024
cc922fb
Merge pull request #3140 from onflow/supun/pass-locationrange
SupunS Feb 27, 2024
4a6c7bb
fix test
turbolent Feb 27, 2024
39647ba
fix test
turbolent Feb 27, 2024
4f272f3
bring back intersection legacy type and subtype checking for it
turbolent Feb 27, 2024
c49cdab
simplify
turbolent Feb 27, 2024
09364d8
implement PathCapabilityValue.String for debugging/testing purposes
turbolent Feb 27, 2024
3800a1c
update test
turbolent Feb 27, 2024
f2fdef6
revert introduction of InsertUnchecked
turbolent Feb 27, 2024
cff68f0
add comment
turbolent Feb 27, 2024
288f36d
revert change of order
turbolent Feb 27, 2024
021b908
Merge pull request #3107 from onflow/fxamacker/support-function-purit…
fxamacker Feb 28, 2024
18b95bc
Add support for Attachment and AttachmentType in CCF
fxamacker Feb 23, 2024
2d64538
Lint
fxamacker Feb 28, 2024
cbfc41c
Merge pull request #3131 from onflow/fxamacker/support-attachment-in-ccf
fxamacker Feb 28, 2024
e54700f
Add ccf.entitlementSetKind
fxamacker Feb 28, 2024
9ea7e72
Refactor to replace magic numbers
fxamacker Feb 28, 2024
e08df90
Merge branch 'master' into fxamacker/support-authorization-in-referen…
fxamacker Feb 28, 2024
4f184f6
Use new API requiring *EntitlementSetAuthorization
fxamacker Feb 28, 2024
2dd12d3
Merge pull request #3139 from onflow/fxamacker/support-authorization-…
fxamacker Feb 28, 2024
f5609be
Migrate static types of arrays and dictionaries
SupunS Feb 28, 2024
621b611
Add entries to the dictionary test
SupunS Feb 28, 2024
08a4868
Merge pull request #3141 from onflow/supun/fix-static-type-migration
SupunS Feb 28, 2024
5e50c45
Add test for nested dictionary migration
SupunS Feb 28, 2024
f605ce8
Merge pull request #3142 from onflow/supun/add-migration-tests
SupunS Feb 28, 2024
5069b1f
add test cases
dsainati1 Feb 28, 2024
e21ea84
check storage health after migrating
turbolent Feb 29, 2024
f9b1a87
implement AccountLinkValue.ChildStorables for atree storage health check
turbolent Feb 29, 2024
574c0df
Merge branch 'master' into bastian/fix-empty-intersection-type-migration
turbolent Mar 1, 2024
7eccaf4
Merge pull request #3138 from onflow/bastian/fix-empty-intersection-t…
turbolent Mar 4, 2024
8709d42
v1.0.0-M9
turbolent Mar 4, 2024
8be24d8
Merge pull request #3148 from onflow/release/v1.0.0-M9
turbolent Mar 4, 2024
998b101
better error message
dsainati1 Mar 4, 2024
c1c2e1e
refactor
dsainati1 Mar 4, 2024
1700a85
fix test case: transfer value to account before storing in storage map
turbolent Mar 4, 2024
bfca666
fix location ranges
turbolent Mar 5, 2024
3f78538
enable atree value and storage validation where possible
turbolent Mar 5, 2024
2874bef
Merge pull request #3151 from onflow/bastian/fix-location-ranges
turbolent Mar 5, 2024
f680e39
make SupportedEntitlements thread safe
dsainati1 Mar 5, 2024
d371793
improve tests: enable atree storage health and value validation where…
turbolent Mar 5, 2024
407233e
add DictionaryValue InsertWithoutTransfer and RemoveWithoutTransfer
turbolent Mar 5, 2024
15b7ac3
fix dictionary value case in storage migration: always remove old val…
turbolent Mar 5, 2024
33b0c52
fix dictionary value case in static type and entitlements migration
turbolent Mar 5, 2024
e9c82ad
Merge branch 'master' into bastian/improve-migration-2
turbolent Mar 5, 2024
5db6a8c
refactor dictionary creation into function
turbolent Mar 5, 2024
7e35ec5
fix test
dsainati1 Mar 5, 2024
e841f2b
add test for DictionaryValue.NewWithType
turbolent Mar 5, 2024
67e5130
add ArrayValue.InsertWithoutTransfer and RemoveWithoutTransfer
turbolent Mar 5, 2024
792bf1b
add ArrayValue.NewWithType
turbolent Mar 5, 2024
a301d13
fix migration of arrays: migrate without transfer, remove old data if…
turbolent Mar 5, 2024
c6d4238
add CompositeValue.SetMemberWithoutTransfer
turbolent Mar 5, 2024
d10955b
add test for migration of nested containers
turbolent Mar 5, 2024
40f8e68
fix composite field migration: set member without transfer
turbolent Mar 5, 2024
d855aee
only remove existing value if there is a new value
turbolent Mar 6, 2024
36b05f5
do not recover Go runtime errors
turbolent Mar 6, 2024
c64a00b
introduce migration error, include stack trace for recovered panics
turbolent Mar 6, 2024
b6b1f0a
fix rebase
turbolent Mar 6, 2024
b179aa6
fix return types
dsainati1 Mar 6, 2024
6f111ae
Merge pull request #3150 from onflow/sainati/nested-reference-member-bug
dsainati1 Mar 6, 2024
a1f70fa
Merge pull request #3152 from onflow/sainati/entitlements-support-thr…
dsainati1 Mar 6, 2024
350062c
add tests
dsainati1 Mar 6, 2024
dc574a2
Merge pull request #3144 from onflow/bastian/improve-migration-2
turbolent Mar 6, 2024
583435c
Merge branch 'master' into bastian/panic-go-runtime-errors
turbolent Mar 6, 2024
13610ac
Merge pull request #3154 from onflow/bastian/panic-go-runtime-errors
turbolent Mar 6, 2024
c512168
implement least common access for same-kinded sets
dsainati1 Mar 7, 2024
02b364c
handle mixed case
dsainati1 Mar 7, 2024
b7a7554
add end to end tests
dsainati1 Mar 7, 2024
f5792dd
fix lint
dsainati1 Mar 7, 2024
370a434
elaborate in comment
dsainati1 Mar 7, 2024
7e5cd48
fix comment
dsainati1 Mar 7, 2024
f0fd909
optimization
dsainati1 Mar 7, 2024
c530653
skip the migration of a (potentially nested) value, if all value migr…
turbolent Mar 8, 2024
e79e799
implement skipping for cap cons migrations
turbolent Mar 8, 2024
6166e13
implement skipping for static type and entitlements migrations
turbolent Mar 8, 2024
7584351
implement skipping for string normalization migration
turbolent Mar 8, 2024
9ecd6db
test skipping
turbolent Mar 8, 2024
8bd35b5
add test case for skipping of composite value field
turbolent Mar 8, 2024
35cad2c
add unreachable panics
dsainati1 Mar 8, 2024
32e81b0
Merge pull request #3156 from onflow/sainati/entitlements-common-supe…
dsainati1 Mar 8, 2024
6daa89a
update to latest version of atree
turbolent Mar 8, 2024
abd6859
replace ArrayValue/DictionaryValue NewWithType with SetType
turbolent Mar 8, 2024
0d6f45a
use ArrayValue/DictionaryValue SetType in migrations
turbolent Mar 8, 2024
e165153
Merge pull request #3158 from onflow/bastian/use-settype-in-migrations
turbolent Mar 8, 2024
2f03f9c
simplify CanSkip parameters, compute static type once and pass it for…
turbolent Mar 8, 2024
7f13b90
Merge pull request #3157 from onflow/bastian/skip-values-during-migra…
turbolent Mar 8, 2024
03ca907
v1.0.0-M10
turbolent Mar 8, 2024
8852558
Merge pull request #3159 from onflow/release/v1.0.0-M10
turbolent Mar 8, 2024
e45a0b1
Merge branch 'master' of https://github.com/onflow/cadence into supun…
SupunS Mar 8, 2024
f9a7690
Clean up
SupunS Mar 8, 2024
3d74984
Update version
SupunS Mar 9, 2024
1608f34
use repo branch if provided
turbolent Mar 10, 2024
b17a680
when legacy type gets converted to intersection type, merge into resu…
turbolent Mar 10, 2024
c47ad04
Merge pull request #3161 from onflow/supun/fix-version
turbolent Mar 10, 2024
d0c593e
Merge branch 'master' into bastian/merge-intersections
turbolent Mar 10, 2024
e92a08d
Merge branch 'master' into bastian/improve-update-tool-2
turbolent Mar 10, 2024
08b1fd3
Merge branch 'master' into supun/reference-invalidation
turbolent Mar 10, 2024
dc4fa63
Merge pull request #3160 from onflow/supun/reference-invalidation
SupunS Mar 11, 2024
ac10fc9
Merge pull request #3164 from onflow/bastian/merge-intersections
turbolent Mar 11, 2024
512a230
v1.0.0-preview.11
turbolent Mar 11, 2024
93ff04d
Merge branch 'master' of https://github.com/onflow/cadence into supun…
SupunS Mar 11, 2024
6584409
Refactor
SupunS Mar 11, 2024
d073ef2
Merge pull request #3165 from onflow/release/v1.0.0-preview.11
turbolent Mar 11, 2024
f08ab83
add interface type handler, just like composite type handler
turbolent Mar 11, 2024
6ce5874
fix intersection type's legacy type getting converted to intersection…
turbolent Mar 11, 2024
4e712e7
Merge pull request #3166 from onflow/bastian/fix-legacy-intersection-…
turbolent Mar 11, 2024
3ff1154
v1.0.0-preview.12
turbolent Mar 11, 2024
1a8a668
Merge pull request #3167 from onflow/release/v1.0.0-preview.12
turbolent Mar 11, 2024
257b7bd
implicitly track composite reference in attachment iteration
dsainati1 Mar 12, 2024
9976d1f
remove extra space
dsainati1 Mar 12, 2024
449232b
CLI depends on EVM gateway now
turbolent Mar 12, 2024
40432af
allow any capability value in published value
turbolent Mar 12, 2024
b83b1ff
simplify: remove address iteration
turbolent Mar 12, 2024
34fc15d
check errors
turbolent Mar 12, 2024
e500d3b
allow value migrations to specify which domains they need to migrate
turbolent Mar 12, 2024
2f77b38
Apply suggestions from code review
turbolent Mar 12, 2024
57cc796
lint
turbolent Mar 12, 2024
e18a135
Merge pull request #3163 from onflow/bastian/improve-update-tool-2
turbolent Mar 12, 2024
01c9093
lint
turbolent Mar 12, 2024
c20d345
Merge pull request #3169 from onflow/bastian/improve-migration-3
turbolent Mar 12, 2024
1c45db7
Merge pull request #3132 from onflow/supun/optional-references
SupunS Mar 12, 2024
fd791c1
Merge pull request #3168 from onflow/sainati/attachment-iteration-attack
turbolent Mar 12, 2024
bb29ec1
v1.0.0-preview.13
turbolent Mar 13, 2024
aa14837
Merge pull request #3171 from onflow/release/v1.0.0-preview.13
turbolent Mar 13, 2024
757b187
Meter computation for standard-library functions
SupunS Mar 13, 2024
79742ac
optimize string migration: only return new value if needed
turbolent Mar 13, 2024
b4475c4
Merge pull request #3172 from onflow/supun/computation-metering
SupunS Mar 13, 2024
e3776ae
Merge pull request #3173 from onflow/bastian/optimize-string-migration
turbolent Mar 13, 2024
8779bb0
v1.0.0-preview.14
turbolent Mar 13, 2024
eecd393
Merge pull request #3174 from onflow/release/v1.0.0-preview.14
turbolent Mar 13, 2024
de87603
Merge branch 'master' of https://github.com/onflow/cadence into supun…
SupunS Mar 15, 2024
686b54c
Merge branch 'fxamacker/update-atree-register-inlining-v1.0' of https…
SupunS Mar 15, 2024
7fc0649
Update code to match API changes
SupunS Mar 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .github/workflows/compatibility-check-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ on:
chain:
required: true
type: string
url:
secrets:
FLOWDIVER_API_KEY:
required: true
type: string

env:
GO_VERSION: '1.20'
Expand All @@ -35,9 +35,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
# Checkout the branch where the compatibility check tool is available.
# Usually this is the master branch.
ref: master

- uses: actions/setup-go@v3
with:
Expand All @@ -64,9 +61,11 @@ jobs:

- name: Download contracts
if: ${{ steps.restore-cached-contracts.outputs.cache-hit != 'true' }}
working-directory: ./tools/batch-script
env:
FLOWDIVER_API_KEY: ${{ secrets.FLOWDIVER_API_KEY }}
working-directory: ./tools/get-contracts
run: |
go run ./cmd/get_contracts/main.go --chain=${{ inputs.chain }} --u=${{ inputs.url }} > ../../tmp/contracts.csv
go run . --chain=${{ inputs.chain }} --apiKey="$FLOWDIVER_API_KEY" > ../../tmp/contracts.csv

- name: Cache Contracts
id: cache-contracts
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/compatibility-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ jobs:
repo: ${{ needs.setup.outputs.repo }}
base-branch: ${{ needs.setup.outputs.base }}
current-branch: ${{ needs.setup.outputs.branch }}
chain: flow-mainnet
url: access.mainnet.nodes.onflow.org:9000
chain: mainnet
secrets:
FLOWDIVER_API_KEY: ${{ secrets.FLOWDIVER_API_KEY }}

testnet:
needs: setup
Expand All @@ -74,5 +75,6 @@ jobs:
repo: ${{ needs.setup.outputs.repo }}
base-branch: ${{ needs.setup.outputs.base }}
current-branch: ${{ needs.setup.outputs.branch }}
chain: flow-testnet
url: access.testnet.nodes.onflow.org:9000
chain: testnet
secrets:
FLOWDIVER_API_KEY: ${{ secrets.FLOWDIVER_API_KEY }}
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ build: build-tools ./runtime/cmd/parse/parse ./runtime/cmd/parse/parse.wasm ./ru
go build -o $@ ./runtime/cmd/main

.PHONY: build-tools
build-tools: build-analysis build-batch-script
build-tools: build-analysis build-get-contracts

.PHONY: build-analysis
build-analysis:
(cd ./tools/analysis && go build .)

.PHONY: build-batch-script
build-batch-script:
(cd ./tools/batch-script && go build .)
.PHONY: build-get-contracts
build-get-contracts:
(cd ./tools/get-contracts && go build .)

.PHONY: ci
ci:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ Check out the [Cadence Docs](https://docs.onflow.org/cadence/language/).

If you would like to contribute to Cadence, have a look at the [contributing guide](https://github.com/onflow/cadence/blob/master/CONTRIBUTING.md).

Development documentation can be found in the [/docs directory](https://github.com/onflow/flow/tree/master/docs).
Development documentation can be found in the [`/docs` directory](https://github.com/onflow/cadence/tree/master/docs).
For example, it contains the source for the language reference.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

This directory documention for contributors to/developers of Cadence.

If you are looking for documentation for Cadence, it can be found at https://developers.flow.com/cadence.
If you are looking for documentation for Cadence, it can be found at https://cadence-lang.org/.

The source for the user documentation is at https://github.com/onflow/docs/tree/main/docs/cadence, not in this repository.
The source for the user documentation is at https://github.com/onflow/cadence-lang.org, not in this repository.
2 changes: 1 addition & 1 deletion docs/anti-patterns.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/anti-patterns.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/anti-patterns.mdx
2 changes: 1 addition & 1 deletion docs/contract-upgrades.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/contract-upgrades.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/contract-upgrades.mdx
2 changes: 1 addition & 1 deletion docs/design-patterns.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/design-patterns.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/design-patterns.mdx
2 changes: 1 addition & 1 deletion docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/intro.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/intro.md
2 changes: 1 addition & 1 deletion docs/json-cadence-spec.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/json-cadence-spec.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/json-cadence-spec.md
2 changes: 1 addition & 1 deletion docs/language/access-control.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/access-control.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/access-control.md
2 changes: 1 addition & 1 deletion docs/language/accounts.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/accounts.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/accounts.mdx
2 changes: 1 addition & 1 deletion docs/language/attachments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/attachments.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/attachments.mdx
2 changes: 1 addition & 1 deletion docs/language/built-in-functions.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/built-in-functions.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/built-in-functions.mdx
2 changes: 1 addition & 1 deletion docs/language/capability-based-access-control.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/capability-based-access-control.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/capabilities.md
2 changes: 1 addition & 1 deletion docs/language/composite-types.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/composite-types.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/composite-types.mdx
2 changes: 1 addition & 1 deletion docs/language/constants-and-variables.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/constants-and-variables.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/constants-and-variables.md
2 changes: 1 addition & 1 deletion docs/language/contract-updatability.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/contract-updatability.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/contract-updatability.md
2 changes: 1 addition & 1 deletion docs/language/contracts.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/contracts.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/contracts.mdx
2 changes: 1 addition & 1 deletion docs/language/control-flow.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/control-flow.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/control-flow.md
2 changes: 1 addition & 1 deletion docs/language/core-events.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/core-events.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/core-events.md
2 changes: 1 addition & 1 deletion docs/language/crypto.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/crypto.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/crypto.mdx
2 changes: 1 addition & 1 deletion docs/language/enumerations.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/enumerations.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/enumerations.md
2 changes: 1 addition & 1 deletion docs/language/environment-information.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/environment-information.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/environment-information.md
2 changes: 1 addition & 1 deletion docs/language/events.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/events.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/events.md
2 changes: 1 addition & 1 deletion docs/language/functions.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/functions.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/functions.mdx
2 changes: 1 addition & 1 deletion docs/language/glossary.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/glossary.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/glossary.mdx
2 changes: 1 addition & 1 deletion docs/language/imports.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/imports.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/imports.mdx
2 changes: 1 addition & 1 deletion docs/language/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/index.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/index.md
2 changes: 1 addition & 1 deletion docs/language/interfaces.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/interfaces.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/interfaces.mdx
2 changes: 1 addition & 1 deletion docs/language/operators.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/operators.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/operators.md
2 changes: 1 addition & 1 deletion docs/language/references.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/references.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/references.md
2 changes: 1 addition & 1 deletion docs/language/resources.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/resources.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/resources.mdx
2 changes: 1 addition & 1 deletion docs/language/restricted-types.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/restricted-types.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/restricted-types.md
2 changes: 1 addition & 1 deletion docs/language/run-time-types.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/run-time-types.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/run-time-types.md
2 changes: 1 addition & 1 deletion docs/language/scope.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/scope.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/scope.md
2 changes: 1 addition & 1 deletion docs/language/syntax.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/syntax.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/syntax.md
2 changes: 1 addition & 1 deletion docs/language/transactions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/transactions.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/transactions.md
2 changes: 1 addition & 1 deletion docs/language/type-annotations.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/type-annotations.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/type-annotations.md
2 changes: 1 addition & 1 deletion docs/language/type-hierarchy.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/type-hierarchy.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/type-hierarchy.md
2 changes: 1 addition & 1 deletion docs/language/type-inference.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/type-inference.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/type-inference.md
2 changes: 1 addition & 1 deletion docs/language/type-safety.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/type-safety.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/type-safety.md
2 changes: 1 addition & 1 deletion docs/language/values-and-types.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/language/values-and-types.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/language/values-and-types.mdx
2 changes: 1 addition & 1 deletion docs/measuring-time.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/measuring-time.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/measuring-time.mdx
10 changes: 5 additions & 5 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ base branch (`master` in this case).
```
mkdir tmp
```
- Download contracts for **mainnet**, by running the batch-script tool.
- Download contracts for **mainnet**, by running the `get-contracts` tool.
```
cd ./tools/batch-script
go run ./cmd/get_contracts/main.go --chain=flow-mainnet --u=access.mainnet.nodes.onflow.org:9000 > ../../tmp/mainnet_contracts.csv
cd ./tools/get-contracts
go run . --chain=mainnet --apiKey=FILL_ME_IN > ../../tmp/mainnet_contracts.csv
cd ../..
```
- Navigate to the `compatibility-check` tool and update it to use the Cadence branch from which the new release
Expand Down Expand Up @@ -92,8 +92,8 @@ base branch (`master` in this case).
go run ./cmd/check_diff/main.go ../../tmp/output-old.txt ../../tmp/output-new.txt
```
- If there is a difference in the errors reported, then there are potential breaking changes.
- Repeat the same steps for **testnet** as well. Use `--chain=flow-testnet --u=access.testnet.nodes.onflow.org:9000`
flags when running the `go run ./cmd/get_contracts/main.go` command.
- Repeat the same steps for **testnet** as well. Use `--chain=testnet`
flags when running the `go run .` command.

If it is deemed that there are no breaking changes, proceed to the [Releasing](#releasing-1) steps.

Expand Down
2 changes: 1 addition & 1 deletion docs/security-best-practices.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/security-best-practices.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/security-best-practices.mdx
2 changes: 1 addition & 1 deletion docs/solidity-to-cadence.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/solidity-to-cadence.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/solidity-to-cadence.mdx
2 changes: 1 addition & 1 deletion docs/testing-framework.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/testing-framework.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/testing-framework.mdx
2 changes: 1 addition & 1 deletion docs/tutorial/01-first-steps.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/01-first-steps.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/01-first-steps.mdx
2 changes: 1 addition & 1 deletion docs/tutorial/02-hello-world.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/02-hello-world.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/02-hello-world.mdx
2 changes: 1 addition & 1 deletion docs/tutorial/03-resources.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/03-resources.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/03-resources.mdx
2 changes: 1 addition & 1 deletion docs/tutorial/04-capabilities.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/04-capabilities.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/04-capabilities.mdx
2 changes: 1 addition & 1 deletion docs/tutorial/05-non-fungible-tokens-1.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/05-non-fungible-tokens-1.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/05-non-fungible-tokens-1.mdx
2 changes: 1 addition & 1 deletion docs/tutorial/05-non-fungible-tokens-2.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/05-non-fungible-tokens-2.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/05-non-fungible-tokens-2.mdx
2 changes: 1 addition & 1 deletion docs/tutorial/06-fungible-tokens.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/06-fungible-tokens.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/06-fungible-tokens.mdx
2 changes: 1 addition & 1 deletion docs/tutorial/07-marketplace-setup.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/07-marketplace-setup.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/07-marketplace-setup.mdx
2 changes: 1 addition & 1 deletion docs/tutorial/08-marketplace-compose.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/08-marketplace-compose.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/08-marketplace-compose.mdx
2 changes: 1 addition & 1 deletion docs/tutorial/09-voting.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/09-voting.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/09-voting.mdx
2 changes: 1 addition & 1 deletion docs/tutorial/10-resources-compose.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/tutorial/10-resources-compose.mdx
https://github.com/onflow/cadence-lang.org/tree/main/docs/tutorial/10-resources-compose.mdx
2 changes: 1 addition & 1 deletion docs/why.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This document has been moved to a new location:

https://github.com/onflow/docs/tree/main/docs/cadence/why.md
https://github.com/onflow/cadence-lang.org/tree/main/docs/why.md
Loading
Loading