Open fishonamos opened 2 hours ago
Hi @fishonamos, I'm interested in testing
fn get_listing(self: @TContractState, listing_id: u256) -> Listing;
fn get_active_listings(self: @TContractState) -> Array
Hy, let me do below functions' test. Can handle Cairo through completion of Cairo NodeGurdians quests and Starklings 2.0.
fn create_listing(ref self: TContractState, land_id: u256, price: u256) -> u256; fn cancel_listing(ref self: TContractState, listing_id: u256);
hey @fishonamos can i work on this too i'm cool testing fn update_listing_price(ref self: TContractState, listing_id: u256, new_price: u256); fn buy_land(ref self: TContractState, listing_id: u256);
This is urgently need. You should be able to send a pr before end of day.
hey @fishonamos let me take the last one fn get_listing_price_history(self: @TContractState, listing_id: u256) -> Array<(u256, u64)>;
hey @fishonamos can i join in on this
hey @fishonamos can i work on this too i'm cool testing fn update_listing_price(ref self: TContractState, listing_id: u256, new_price: u256); fn buy_land(ref self: TContractState, listing_id: u256);
Take buy land
hey @fishonamos can i join in on this
take update listing
thanks on it now
hey @fishonamos can i join in on this
take update listing
Hy, let me do below functions' test. Can handle Cairo through completion of Cairo NodeGurdians quests and Starklings 2.0.
fn create_listing(ref self: TContractState, land_id: u256, price: u256) -> u256; fn cancel_listing(ref self: TContractState, listing_id: u256);
Can you raise pr before end of day?
Give me one function @fishonamos
If no pr by end of day, we can assign to another person.
@fishonamos can I join this issue?
Hy, let me do below functions' test. Can handle Cairo through completion of Cairo NodeGurdians quests and Starklings 2.0. fn create_listing(ref self: TContractState, land_id: u256, price: u256) -> u256; fn cancel_listing(ref self: TContractState, listing_id: u256);
Can you raise pr before end of day?
Yes. On it now
We have some functions in the market place that need to be tested. The functions are listed below: