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

Rel/0.7.0 rc.1 #185

Open
wants to merge 56 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 55 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
48016ee
add convert from alloy_primitives::Bytes to stylus_sdk::Bytes
Jason-W123 Jul 13, 2024
7f1bbba
Upgrade to alloy 0.7.7, required for upcoming work
rory-ocl Aug 6, 2024
f6b97c0
Initial support for alloy_primitive int types
rory-ocl Jul 25, 2024
1e11c19
Fix conversion impls to not recurse
rory-ocl Jul 29, 2024
157c734
Fix a conversion for signed int support
rory-ocl Jul 29, 2024
41447c2
Final fix on int types
rory-ocl Jul 29, 2024
7d67f9c
Use ConstString in place of lookup tables for ints
rory-ocl Jul 30, 2024
2aa4da6
Enable overflow check for extra safety
rory-ocl Aug 6, 2024
0135409
Simple derive macro for better struct support
rory-ocl Jul 30, 2024
bf18dac
Allow struct references within sol_interface macro
rory-ocl Jul 31, 2024
7894160
Add doc line for struct support in sol_interface!
rory-ocl Aug 6, 2024
61922c7
Fix SolType trait for ints in alloy 0.7.7
rory-ocl Aug 7, 2024
0a325d6
Add some encoding/decoding tests
rorytrent Aug 30, 2024
f0c13de
Upgrade alloy to latest 0.8.3
rory-ocl Sep 17, 2024
8714756
Upgrade alloy to 0.8.3
rory-ocl Sep 18, 2024
a99decb
Update proc macro dependencies
rory-ocl Sep 19, 2024
f5bc912
Refactor proc macros
rory-ocl Sep 19, 2024
34b3f61
use correct type for solidity type info
rory-ocl Sep 30, 2024
966898a
add additional proc macro tests
rory-ocl Oct 1, 2024
99b50aa
Minor fixes for proc macro refactor
rory-ocl Oct 10, 2024
4862006
Pin syn dep version
rory-ocl Oct 10, 2024
84ed4ed
implement fallback/receive
rory-ocl Oct 11, 2024
a4219da
Some fixes for fallback/receive
rory-ocl Oct 11, 2024
08b5491
fixes for export-abi
rory-ocl Oct 11, 2024
4af3659
Upgrade alloy to 0.8.13 and update examples
rory-ocl Nov 27, 2024
2f5d903
Bump versions for beta release and fix tests
rory-ocl Nov 27, 2024
145a709
Add symlink to README.md for crates.io
joshuacolvin0 Nov 27, 2024
c851b02
specify correct mini-alloc version
joshuacolvin0 Nov 27, 2024
cacbc84
Revert "specify correct mini-alloc version"
joshuacolvin0 Nov 27, 2024
8b08d94
fix test failures
rory-ocl Dec 3, 2024
3df24e6
allow non-const impl items
rory-ocl Dec 3, 2024
972683a
Remove support for broken storage ints
rory-ocl Nov 27, 2024
2634087
increment version number
rory-ocl Dec 3, 2024
cadeb8f
H-01: potentially unreachable fallback function
rauljordan Dec 4, 2024
a42dfce
L-04: multiple fallback and/or receive attributes are possible in the…
rauljordan Dec 4, 2024
9683c8e
L-05: incorrect dependency version in examples
rauljordan Dec 4, 2024
50c705b
more informative error
rauljordan Dec 4, 2024
dc42b96
H-01, H-02, L-04, N-03
rauljordan Dec 6, 2024
b7dc2e9
fmt
rauljordan Dec 6, 2024
8d601a5
pin
rauljordan Dec 9, 2024
6d93a55
pin
rauljordan Dec 9, 2024
56b1ea9
ci
rauljordan Dec 9, 2024
fa8f6f9
pin
rauljordan Dec 9, 2024
c3af4f7
release
rauljordan Dec 9, 2024
6c1960e
works with sample program
rauljordan Dec 10, 2024
a603f95
use 1.83
rauljordan Dec 10, 2024
5de1acf
fmt
rauljordan Dec 10, 2024
5f776bc
rem duplicate fallback code
rauljordan Dec 11, 2024
a027bdb
clippy
rauljordan Dec 11, 2024
aa63241
edits
rauljordan Dec 11, 2024
ec5662e
add hostio-caching feature
qalisander Dec 9, 2024
a7aaed2
devnode ci
rauljordan Dec 12, 2024
302d1a3
Update URLs
joshuacolvin0 Dec 12, 2024
80ff669
Fix test case output
rory-ocl Dec 13, 2024
7762b46
Update version numbers and cargo lockfiles
rory-ocl Dec 13, 2024
c3fc432
Fix rust toolchain version in examples
rory-ocl Dec 18, 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
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- uses: OffchainLabs/actions/run-nitro-test-node@main
with:
nitro-testnode-ref: stylus
nitro-testnode-ref: release
no-token-bridge: true
# no-simple must be false for now as our nitro testnode branch doesn't have that option
no-simple: false
Expand Down
Loading
Loading