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

feat!: represent small values as single bytes #1163

Merged
merged 29 commits into from
Nov 10, 2023
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift click to select a range
b339dca
updating codecs to new sway
xunilrj Oct 24, 2023
f6b9af4
forc fmt issues
xunilrj Oct 24, 2023
c021498
updating CI to forc new version
xunilrj Nov 8, 2023
6e3fabf
fixing forc fmt issues
xunilrj Nov 8, 2023
f215452
fix ci implicit std branch
xunilrj Nov 8, 2023
9feaafe
fix implicit std tag
xunilrj Nov 8, 2023
988e5be
removing std env vars
xunilrj Nov 9, 2023
13f1f1a
testing forc fixed implicit vard
xunilrj Nov 9, 2023
c5deae3
verbose diagnostics
xunilrj Nov 9, 2023
4b51665
removing hardcoded std
xunilrj Nov 9, 2023
ba6c23b
std pointing to a fixed branch
xunilrj Nov 9, 2023
558eeda
allow deprecated on U256
xunilrj Nov 9, 2023
5e2ca52
allow deprecated on U256
xunilrj Nov 9, 2023
6a30c6b
allow deprecated on U256
xunilrj Nov 9, 2023
fa7120d
fix warninngs
xunilrj Nov 9, 2023
ea3eb04
fmt and clippy issues
xunilrj Nov 9, 2023
2614c8a
fmt and clippy issues
xunilrj Nov 9, 2023
ef014c3
fix fee estimation
xunilrj Nov 9, 2023
1aa1aa9
fixing witness test
xunilrj Nov 9, 2023
b8e0608
clippy and fmt issues
xunilrj Nov 9, 2023
dad0821
fixing gas estimates
xunilrj Nov 9, 2023
29d012a
fix test and remove enum limitation
xunilrj Nov 10, 2023
15994b1
rebase issues and uncommenting tests
xunilrj Nov 10, 2023
5ff50bd
Uncomment and fix tests
Br1ght0ne Nov 10, 2023
6cc4ac0
Fix bool decoding
Br1ght0ne Nov 10, 2023
bc5f72f
Fix bool decoding (for real this time)
Br1ght0ne Nov 10, 2023
6d1ee58
Make tx of wrapper pub(crate)
Br1ght0ne Nov 10, 2023
fec1c54
Fix typos
Br1ght0ne Nov 10, 2023
5880140
fix doc test
xunilrj Nov 10, 2023
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
Prev Previous commit
Next Next commit
std pointing to a fixed branch
  • Loading branch information
xunilrj committed Nov 9, 2023
commit ba6c23b76e106717a8b51008af31191ecc6b7791
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 21,7 @@ env:
FORC_VERSION: 0.46.0
FORC_PATCH_BRANCH: "xunilrj/fix-implicit-std-env-vars"
FORC_PATCH_REVISION: ""
FORC_IMPLICIT_STD_GIT_BRANCH: "master"
FORC_IMPLICIT_STD_GIT_BRANCH: "xunilrj/fix-implicit-std-env-vars"

jobs:
setup-test-projects:
Expand Down
Loading